|
在websphere6.1上部署了PerfServletApp.ear
还做了以下配置:
在websphere的web console上,
点菜单
应用程序服务器 > server1 > 配置 > 性能和诊断顾问程序配置
点选
启用性能和诊断顾问程序框架(运行时性能顾问程序)
点菜单
监视和调整
请求度量值
要检测的组件 点选全部
请求度量值目标
选择标准日志
重新启动WebSphere服务,
在loadrunner中选择 WebSphere 4.x or 5.x,(WebSphere不能用)
monitor machine 设置为 IP:9080
platform选择机器的操作系统即后,loadrunner显示错误信息。
Exception
StackTrace: java.lang.Exception: Error getting WebSphere cell configuration. If you are using to WebSphere Application Server Network Deployment, use the deployment manager host and connector port at com.ibm.ws.pmi.perfServlet.PerformanceServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1572) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:762) at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:89) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1924) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:89) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:207) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:109) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code)) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
生成不了监控,请问是什么原因造成的?
有什么解决办法? |
|