[JBoss Messaging] - Re: JBM exception
by TheOverlord
And more errors:
| ERROR org.jboss.messaging.util.ExceptionUtil - SessionEndpoint[r72-wf8uddjf-1-le525djf-g3buv3-s36hs4] deleteTemporaryDestination [x72-g36wddjf-1-le525djf-g3buv3-s36hs4]
| java.lang.IllegalStateException: org.jboss.messaging.core.impl.postoffice.GroupMember@1e0fe7d response not received from XXX.XXX.XXX.XXX:XXXXX - there may be others
| at org.jboss.messaging.core.impl.postoffice.GroupMember.multicastControl(GroupMember.java:246)
| at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.internalRemoveBinding(MessagingPostOffice.java:1932)
| at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.removeBinding(MessagingPostOffice.java:469)
| at org.jboss.jms.server.endpoint.ServerSessionEndpoint.deleteTemporaryDestination(ServerSessionEndpoint.java:736)
| at org.jboss.jms.server.endpoint.advised.SessionAdvised.org$jboss$jms$server$endpoint$advised$SessionAdvised$deleteTemporaryDestination$aop(SessionAdvised.java:130)
| at org.jboss.jms.server.endpoint.advised.SessionAdvised$deleteTemporaryDestination_N5233806045047796315.invokeNext(SessionAdvised$deleteTemporaryDestination_N5233806045047796315.java)
| at org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105)
| at org.jboss.jms.server.endpoint.advised.SessionAdvised$deleteTemporaryDestination_N5233806045047796315.invokeNext(SessionAdvised$deleteTemporaryDestination_N5233806045047796315.java)
| at org.jboss.jms.server.endpoint.advised.SessionAdvised.deleteTemporaryDestination(SessionAdvised.java)
| at org.jboss.jms.wireformat.SessionDeleteTemporaryDestinationRequest.serverInvoke(SessionDeleteTemporaryDestinationRequest.java:75)
| at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143)
| at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:809)
| at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:101)
| at org.jboss.remoting.Client.invoke(Client.java:1634)
| at org.jboss.remoting.Client.invoke(Client.java:548)
| at org.jboss.remoting.Client.invoke(Client.java:536)
| at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:189)
| at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:160)
| at org.jboss.jms.client.delegate.ClientSessionDelegate.org$jboss$jms$client$delegate$ClientSessionDelegate$deleteTemporaryDestination$aop(ClientSessionDelegate.java:338)
| at org.jboss.jms.client.delegate.ClientSessionDelegate$deleteTemporaryDestination_N5233806045047796315.invokeNext(ClientSessionDelegate$deleteTemporaryDestination_N5233806045047796315.java)
| at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:92)
| at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
| at org.jboss.jms.client.delegate.ClientSessionDelegate$deleteTemporaryDestination_N5233806045047796315.invokeNext(ClientSessionDelegate$deleteTemporaryDestination_N5233806045047796315.java)
| at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
| at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
| at org.jboss.jms.client.delegate.ClientSessionDelegate$deleteTemporaryDestination_N5233806045047796315.invokeNext(ClientSessionDelegate$deleteTemporaryDestination_N5233806045047796315.java)
| at org.jboss.jms.client.delegate.ClientSessionDelegate.deleteTemporaryDestination(ClientSessionDelegate.java)
| at org.jboss.jms.destination.JBossTemporaryQueue.delete(JBossTemporaryQueue.java:71)
| at org.jboss.resource.adapter.jms.JmsSessionFactoryImpl.close(JmsSessionFactoryImpl.java:299)
|
Why all these errors?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168259#4168259
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168259
17 years, 8 months
[Beginners Corner] - Re: Application Error - Resource not Found
by PeterJ
First, the directory locations are incorrect. The 'tmp' directory is a temporary, working directory. I hope that you did not place the files there. You should have placed them into the /usr/local/jboss/server/default/deploy directory. If you did place the file in the 'tmp' directory, stop the app server, remove the /usr/local/jboss/server/default/tmp, /usr/local/jboss/server/default/work, and /usr/local/jboss/server/default/data directories. Then place the EAR archive into the the /usr/local/jboss/server/default/deploy directory. Then start the app server again.
Since you have the WARs embedded within an EAR, post your application.xml file. Also, post the jboss-app.xml file, if you have one. Both should be in the meta-inf directory.
I assume that since you did not post any jboss-web.xml files that you don't have any (earlier you implied that you did have jboss-web.xml file).
I also assume that the file names (turtle.war/web-xml, csa.war.web-xml) are typos, and that they are both actually named web.xml.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168255#4168255
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168255
17 years, 8 months