【发布时间】:2010-10-30 17:41:03
【问题描述】:
知道为什么会出现以下错误。当从托管服务器上的应用程序将 JMS 消息发布到部署在管理服务器上的队列时,就会发生这种情况。
009-06-02 11:21:18,688 (com.xxx.util.servicelocator.ServiceLocator:612) 错误 - 加载 Queue ProfilerNotify 时出错
javax.naming.CommunicationException [根异常是 java.rmi.ConnectException: 此 RJVM 已关闭 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)
【问题讨论】: