Author |
Message
|
praveenmq |
Posted: Sun Jul 15, 2012 7:51 am Post subject: MQ.Objectwait error is often seen in the logs |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
Hi,
Am frequently getting the below error in Websphere logs.
[7/15/12 10:28:21:295 AST] 0000001f ThreadMonitor W WSVR0605W: Thread "WebContainer : 2" (0000002b) has been active for 715108 milliseconds and may be hung. There is/are 1 thread(s) in total in the server that may be hung.
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:167)
at com.ibm.mq.jmqi.remote.internal.RemoteHconn.receiveAsyncTsh(RemoteHconn.java:1721)
at com.ibm.mq.jmqi.remote.internal.RemoteHconn.receiveTSH(RemoteHconn.java:1037)
at com.ibm.mq.jmqi.remote.internal.system.RemoteConnection.addHconn(RemoteConnection.java:794)
at com.ibm.mq.jmqi.remote.internal.system.RemoteConnectionPool.getConnection(RemoteConnectionPool.java:311)
at com.ibm.mq.jmqi.remote.internal.RemoteFAP.jmqiConnect(RemoteFAP.java:1371)
at com.ibm.mq.MQSESSION.MQCONNX_j(MQSESSION.java:924)
at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:224)
at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:500)
at com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnection(MQClientManagedConnectionFactoryJ11.java:541)
at
Is it something related to API. This error is resulting in slowness of the the application. Is there anything to do with MQ APIs.
Please advise. _________________ Jack |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Jul 15, 2012 2:39 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Platform, OS level, Level of WMQ including the fixpack level... _________________ MQ & Broker admin |
|
Back to top |
|
 |
praveenmq |
Posted: Sun Jul 15, 2012 8:00 pm Post subject: |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
[/home/mqm]$ dspmqver
Name: WebSphere MQ
Version: 7.0.1.0
CMVC level: p000-L090813
BuildType: IKAP - (Production)
OS level :AIX _________________ Jack |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jul 16, 2012 6:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
praveenmq wrote: |
[/home/mqm]$ dspmqver
Name: WebSphere MQ
Version: 7.0.1.0
CMVC level: p000-L090813
BuildType: IKAP - (Production)
OS level :AIX |
Using JMS your minimum level should be 7.0.1.4 Upgrade to 7.0.1.8 ! _________________ MQ & Broker admin |
|
Back to top |
|
 |
praveenmq |
Posted: Mon Jul 16, 2012 6:47 am Post subject: |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
Hi Fjp_saper,
Really thanks for your help.
Is there any reliable source about this fix like any IBM site. Because i need to show to my management about the increase in fix pack.
Could you please kindly elaborate me how the fix pack level will have an impact on the websphere. As these logs are written in websphere logs. _________________ Jack |
|
Back to top |
|
 |
|