Weblogic 10 - JMS - This RJVM has already been shutdown
Posted
by Kumar225
on Stack Overflow
See other posts from Stack Overflow
or by Kumar225
Published on 2009-06-02T16:10:33Z
Indexed on
2010/03/12
2:17 UTC
Read the original article
Hit count: 1504
Any idea why the following errors comes up.This is happening when posting a JMS message to a queue deployed on Admin server from the application on managed server.
009-06-02 11:21:18,688 (com.xxx.util.servicelocator.ServiceLocator:612) ERROR - Error while loading Queue ProfilerNotify
javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: This RJVM has already been shutdown 3481854169479569584S:XX.XXX.X.XXX:[9200,9200,-1,-1,-1,-1,-1]:Production10:AdminServer]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:64)
at weblogic.jndi.internal.WLContextImpl.translateException(WLContextImpl.java:426)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:382)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:367)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at com.xxx.util.servicelocator.ServiceLocator.loadQueue(ServiceLocator.java:607)
at com.xxx.util.servicelocator.ServiceLocator.getQueue(ServiceLocator.java:285)
© Stack Overflow or respective owner