浏览 3506 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2012-03-31
javax.naming.ServiceUnavailableException [Root exception is java.rmi.NoSuchObjectException: The object identified by: '31' could not be found. Either it was has not been exported or it has been collected by the distributed garbage collector.] at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:70) at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:32) at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773) at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:428) at weblogic.jndi.Environment.getInitialReference(Environment.java:237) at weblogic.server.channels.RemoteChannelServiceImpl.registerInternal(RemoteChannelServiceImpl.java:153) at weblogic.server.channels.RemoteChannelServiceImpl.registerForever(RemoteChannelServiceImpl.java:127) at weblogic.protocol.ConnectMonitorFactory.registerForever(ConnectMonitorFactory.java:69) at weblogic.management.provider.MSIService.registerForReconnectToAdminServer(MSIService.java:168) at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.start(CompatibilityMBeanServerService.java:150) at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200) at weblogic.work.ExecuteThread.run(ExecuteThread.java:172) Caused by: java.rmi.NoSuchObjectException: The object identified by: '31' could not be found. Either it was has not been exported or it has been collected by the distributed garbage collector. at weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:251) at weblogic.rmi.extensions.server.ServerHelper.getLocalInitialReference(ServerHelper.java:443) at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:133) at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:126) at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:424) ... 9 more 我的weblogic版本是10,jdk是weblogic自带的1.5版本,启动收管理节点的命令是./startManagedWebLogic.sh ehr_nd1 http://ip:port 请各位大侠帮小弟看看,有什么解决办法? 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2012-04-04
重要找到解决办法了,启动是去掉http://ip:port后,就能启动了。
|
|
返回顶楼 | |