[jboss-user] [JBoss Messaging] - Re: JBoss connection issue
bnraju1
do-not-reply at jboss.com
Fri Jan 26 13:59:16 EST 2007
I have one more client that runs in WebSphere application server. It does not use spring JMSTemplate. I noticed the below error in the log files of this client too. Does this mean something is wrong with WebSphere to JBoss communication?
org.jboss.aop.NotFoundInDispatcherException: Object with oid: -2147476478 was not found in the Dispatcher
at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:85)
at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:127)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:1014)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:508)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:645)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:293)
at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java(Compiled Code))
at org.jboss.remoting.Client.invoke(Client.java:607)
at org.jboss.remoting.Client.invoke(Client.java:599)
at org.jboss.jms.client.delegate.DelegateSupport.invoke(DelegateSupport.java:111)
at org.jboss.jms.client.delegate.ClientConnectionDelegate$stop_N2856118408655404442.invokeNext(ClientConnectionDelegate$stop_N2856118408655404442.java)
at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:182)
at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:117)
at org.jboss.jms.client.delegate.ClientConnectionDelegate$stop_N2856118408655404442.invokeNext(ClientConnectionDelegate$stop_N2856118408655404442.java)
at org.jboss.jms.client.container.ExceptionInterceptor.invoke(ExceptionInterceptor.java:69)
at org.jboss.jms.client.delegate.ClientConnectionDelegate$stop_N2856118408655404442.invokeNext(ClientConnectionDelegate$stop_N2856118408655404442.java)
at org.jboss.jms.client.container.ClientLogInterceptor.invoke(ClientLogInterceptor.java:107)
at org.jboss.jms.client.delegate.ClientConnectionDelegate$stop_N2856118408655404442.invokeNext(ClientConnectionDelegate$stop_N2856118408655404442.java)
at org.jboss.jms.client.delegate.ClientConnectionDelegate.stop(ClientConnectionDelegate.java)
at org.jboss.jms.client.JBossConnection.stop(JBossConnection.java:126)
at com.ibm.ejs.jms.JMSManagedConnection.cleanup(JMSManagedConnection.java:705)
at com.ibm.ejs.j2c.MCWrapper.cleanup(MCWrapper.java:1179)
at com.ibm.ejs.j2c.poolmanager.FreePool.removeParkedConnection(FreePool.java:543)
at com.ibm.ejs.j2c.poolmanager.PoolManager.serverShutDown(PoolManager.java:911)
at com.ibm.ejs.j2c.ConnectionServerShutDownFactoryImpl.shutdown(ConnectionServerShutDownFactoryImpl.java:82)
at com.ibm.ws.runtime.component.ConnMgrImpl.stop(ConnMgrImpl.java:92)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:577)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:417)
at com.ibm.ws.runtime.component.ApplicationServerImpl.stop(ApplicationServerImpl.java:176)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:577)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:417)
at com.ibm.ws.runtime.component.ServerImpl.stop(ServerImpl.java:265)
at com.ibm.ws.runtime.component.ServerCollaborator$1.run(ServerCollaborator.java:456)
at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:2317)
at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:2194)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:439)
at com.ibm.ws.runtime.component.ServerCollaborator$StopAction.alarm(ServerCollaborator.java:416)
at com.ibm.ejs.util.am._Alarm.run(_Alarm.java(Compiled Code))
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006974#4006974
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006974
More information about the jboss-user
mailing list