ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » MDB deploy error

Post new topic  Reply to topic
 MDB deploy error « View previous topic :: View next topic » 
Author Message
lifor
PostPosted: Sat Jul 15, 2006 10:21 pm    Post subject: MDB deploy error Reply with quote

Newbie

Joined: 14 Jul 2006
Posts: 1

I have error during MDB bean to WAS 6.0

Error Message
[06-07-13 16:56:21:008 KST] 0000002c SystemErr R java.lang.NoSuchMethodError: getMessageData
at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
at java.lang.Thread.run(Thread.java:568)

[06-07-13 16:56:21:008 KST] 0000002c SystemErr R at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
[06-07-13 16:56:21:008 KST] 0000002c SystemErr R at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
[06-07-13 16:56:21:008 KST] 0000002c SystemErr R at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
[06-07-13 16:56:21:008 KST] 0000002c SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
[06-07-13 16:56:21:008 KST] 0000002c SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
[06-07-13 16:56:21:008 KST] 0000002c SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
[06-07-13 16:56:21:008 KST] 0000002c SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
[06-07-13 16:56:21:008 KST] 0000002c SystemErr R at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
[06-07-13 16:56:21:008 KST] 0000002c SystemErr R at java.lang.Thread.run(Thread.java:568)
[06-07-13 17:02:09:188 KST] 0000000e SystemErr R com.ibm.ejs.container.ContainerException: Failed to initialize BeanMetaData instance; nested exception is:
java.lang.ClassNotFoundException: ejbs.tsb.mdb.AnsTransferBean
at com.ibm.ejs.container.BeanMetaData.<init>(BeanMetaData.java:1324)
at com.ibm.ws.runtime.component.EJBContainerImpl.createBeanMetaData(EJBContainerImpl.java:1868)
at com.ibm.ws.runtime.component.EJBContainerImpl.processBean(EJBContainerImpl.java:1677)
at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:2664)
at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3419)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1161)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$ApplicationNotifier.classChanged(ApplicationMgrImpl.java:1522)
at com.ibm.ws.classloader.ClassLoaderManager.checkAndNotify(ClassLoaderManager.java:536)
at com.ibm.ws.classloader.ClassLoaderManager.access$000(ClassLoaderManager.java:5
at com.ibm.ws.classloader.ClassLoaderManager$ReloadTimerTask.alarm(ClassLoaderManager.java:604)
at com.ibm.ejs.util.am._Alarm.run(_Alarm.java(Compiled Code))
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
Caused by: java.lang.ClassNotFoundException: ejbs.tsb.mdb.AnsTransferBean
at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java:521)
at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:414)
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at com.ibm.ejs.container.BeanMetaData.<init>(BeanMetaData.java:1239)
... 16 more

[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ejs.container.BeanMetaData.<init>(BeanMetaData.java:1324)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.runtime.component.EJBContainerImpl.createBeanMetaData(EJBContainerImpl.java:1868)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.runtime.component.EJBContainerImpl.processBean(EJBContainerImpl.java:1677)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:2664)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3419)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1161)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl$ApplicationNotifier.classChanged(ApplicationMgrImpl.java:1522)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.classloader.ClassLoaderManager.checkAndNotify(ClassLoaderManager.java:536)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.classloader.ClassLoaderManager.access$000(ClassLoaderManager.java:5
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.classloader.ClassLoaderManager$ReloadTimerTask.alarm(ClassLoaderManager.java:604)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ejs.util.am._Alarm.run(_Alarm.java(Compiled Code))
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R Caused by: java.lang.ClassNotFoundException: ejbs.tsb.mdb.AnsTransferBean
[06-07-13 17:02:09:249 KST] 0000000e SystemErr R at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java:521)
[06-07-13 17:02:09:259 KST] 0000000e SystemErr R at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:414)
[06-07-13 17:02:09:259 KST] 0000000e SystemErr R at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
[06-07-13 17:02:09:259 KST] 0000000e SystemErr R at com.ibm.ejs.container.BeanMetaData.<init>(BeanMetaData.java:1239)
[06-07-13 17:02:09:259 KST] 0000000e SystemErr R ... 16 more
[06-07-13 17:04:50:060 KST] 00000056 SystemErr R java.lang.NoSuchMethodError: getMessageData
at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
at java.lang.Thread.run(Thread.java:568)

[06-07-13 17:04:50:060 KST] 00000056 SystemErr R at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
[06-07-13 17:04:50:060 KST] 00000056 SystemErr R at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
[06-07-13 17:04:50:060 KST] 00000056 SystemErr R at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
[06-07-13 17:04:50:060 KST] 00000056 SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
[06-07-13 17:04:50:070 KST] 00000056 SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
[06-07-13 17:04:50:070 KST] 00000056 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
[06-07-13 17:04:50:070 KST] 00000056 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
[06-07-13 17:04:50:070 KST] 00000056 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
[06-07-13 17:04:50:150 KST] 00000056 SystemErr R at java.lang.Thread.run(Thread.java:568)
[06-07-13 17:10:54:594 KST] 00000067 SystemErr R java.lang.NoSuchMethodError: getMessageData
at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
at java.lang.Thread.run(Thread.java:568)

[06-07-13 17:10:54:594 KST] 00000067 SystemErr R at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
[06-07-13 17:10:54:594 KST] 00000067 SystemErr R at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
[06-07-13 17:10:54:594 KST] 00000067 SystemErr R at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
[06-07-13 17:10:54:594 KST] 00000067 SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
[06-07-13 17:10:54:594 KST] 00000067 SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
[06-07-13 17:10:54:594 KST] 00000067 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
[06-07-13 17:10:54:594 KST] 00000067 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
[06-07-13 17:10:54:594 KST] 00000067 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
[06-07-13 17:10:54:594 KST] 00000067 SystemErr R at java.lang.Thread.run(Thread.java:568)
[06-07-13 17:16:11:039 KST] 0000002f SystemErr R java.lang.NoSuchMethodError: getMessageData
at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
at java.lang.Thread.run(Thread.java:568)

[06-07-13 17:16:11:039 KST] 0000002f SystemErr R at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
[06-07-13 17:16:11:039 KST] 0000002f SystemErr R at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
[06-07-13 17:16:11:039 KST] 0000002f SystemErr R at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
[06-07-13 17:16:11:039 KST] 0000002f SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
[06-07-13 17:16:11:039 KST] 0000002f SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
[06-07-13 17:16:11:039 KST] 0000002f SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
[06-07-13 17:16:11:039 KST] 0000002f SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
[06-07-13 17:16:11:039 KST] 0000002f SystemErr R at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
[06-07-13 17:16:11:039 KST] 0000002f SystemErr R at java.lang.Thread.run(Thread.java:568)
[06-07-13 17:18:38:842 KST] 00000054 SystemErr R java.lang.NoSuchMethodError: getMessageData
at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
at java.lang.Thread.run(Thread.java:568)

[06-07-13 17:18:38:842 KST] 00000054 SystemErr R at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
[06-07-13 17:18:38:842 KST] 00000054 SystemErr R at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
[06-07-13 17:18:38:842 KST] 00000054 SystemErr R at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
[06-07-13 17:18:38:842 KST] 00000054 SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
[06-07-13 17:18:38:842 KST] 00000054 SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
[06-07-13 17:18:38:842 KST] 00000054 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
[06-07-13 17:18:38:842 KST] 00000054 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
[06-07-13 17:18:38:842 KST] 00000054 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
[06-07-13 17:18:38:842 KST] 00000054 SystemErr R at java.lang.Thread.run(Thread.java:568)
[06-07-14 19:49:09:409 KST] 0000002d SystemErr R java.lang.NoSuchMethodError: com/ibm/mq/jms/MQJMSMessage.getMessageData(Z)[B
[06-07-14 19:49:09:429 KST] 0000002d SystemErr R at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
[06-07-14 19:49:09:429 KST] 0000002d SystemErr R at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
[06-07-14 19:49:09:429 KST] 0000002d SystemErr R at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
[06-07-14 19:49:09:429 KST] 0000002d SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
[06-07-14 19:49:09:429 KST] 0000002d SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
[06-07-14 19:49:09:429 KST] 0000002d SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
[06-07-14 19:49:09:429 KST] 0000002d SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
[06-07-14 19:49:09:429 KST] 0000002d SystemErr R at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
[06-07-14 19:49:09:429 KST] 0000002d SystemErr R at java.lang.Thread.run(Thread.java:813)
[06-07-14 21:13:33:842 KST] 00000066 SystemErr R java.lang.NoSuchMethodError: getMessageData
at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
at java.lang.Thread.run(Thread.java:568)

[06-07-14 21:13:33:842 KST] 00000066 SystemErr R at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
[06-07-14 21:13:33:842 KST] 00000066 SystemErr R at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
[06-07-14 21:13:33:842 KST] 00000066 SystemErr R at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
[06-07-14 21:13:33:842 KST] 00000066 SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
[06-07-14 21:13:33:842 KST] 00000066 SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
[06-07-14 21:13:33:842 KST] 00000066 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
[06-07-14 21:13:33:842 KST] 00000066 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
[06-07-14 21:13:33:842 KST] 00000066 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
[06-07-14 21:13:33:842 KST] 00000066 SystemErr R at java.lang.Thread.run(Thread.java:568)
[06-07-16 15:14:33:353 KST] 00000028 SystemErr R java.lang.NoSuchMethodError: getMessageData
at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
at java.lang.Thread.run(Thread.java:568)

[06-07-16 15:14:33:383 KST] 00000028 SystemErr R at com.ibm.mq.server.MQSESSION._MQGETMSG2(Native Method)
[06-07-16 15:14:33:383 KST] 00000028 SystemErr R at com.ibm.mq.server.MQSESSION.MQGET(MQSESSION.java:1871)
[06-07-16 15:14:33:383 KST] 00000028 SystemErr R at com.ibm.mq.MQSESSION.spiBatchedGet(MQSESSION.java:306)
[06-07-16 15:14:33:383 KST] 00000028 SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetInt(MQSPIQueue.java:556)
[06-07-16 15:14:33:383 KST] 00000028 SystemErr R at com.ibm.mq.MQSPIQueue.spiBatchedGetNoExc(MQSPIQueue.java:433)
[06-07-16 15:14:33:383 KST] 00000028 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browseMsg(MQQueueAgentThread1Impl.java:534)
[06-07-16 15:14:33:383 KST] 00000028 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread1Impl.browse(MQQueueAgentThread1Impl.java:318)
[06-07-16 15:14:33:383 KST] 00000028 SystemErr R at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1602)
[06-07-16 15:14:33:393 KST] 00000028 SystemErr R at java.lang.Thread.run(Thread.java:568)

this Error is what's problem ....?
Back to top
View user's profile Send private message Send e-mail
fjb_saper
PostPosted: Sun Jul 16, 2006 2:40 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Missing jars on the classpath ?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
vennela
PostPosted: Mon Jul 17, 2006 6:47 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Or maybe the order of the jars in the CLASSPATH. The reason I think this is happening is because, it is complaining about method.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
pressy
PostPosted: Wed Jul 19, 2006 8:14 am    Post subject: Reply with quote

Newbie

Joined: 10 Jul 2006
Posts: 7

Apply the latest service patch, i believe it is CSD10.0 or 11.0 and this will resolve your problem.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Jul 19, 2006 2:18 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Latest service patch is CSD12 for 5.3
RF 1 FP 1 for 6.0
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » MDB deploy error
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.