问题描述
用控制台启动集成服务是可以正常启动,但是编辑启动命令启动时报错:startstartManagedWebLogic.cmdUIPhttp://127.0.0.1:7003错误:<2013-4-19上午07时56分26秒GMT><Error><ConfigurationManagement><BEA-150000><Anerroroccurredwhileestablishingaconnectionbacktotheadminstrationservert3://127.0.0.1:7005duringstartup.Sincebootstrapsucceededcheckthatt3://127.0.0.1:7005uniquelyidentifiestheadministrationserver.javax.naming.ServiceUnavailableException[Rootexceptionisjava.rmi.NoSuchObjectException:Theobjectidentifiedby:'31'couldnotbefound.Eitheritwashasnotbeenexportedorithasbeencollectedbythedistributedgarbagecollector.]atweblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:70)atweblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:32)atweblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)atweblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:430)atweblogic.jndi.Environment.getInitialReference(Environment.java:245)Truncated.seelogfileforcompletestacktraceCausedBy:java.rmi.NoSuchObjectException:Theobjectidentifiedby:'31'couldnotbefound.Eitheritwashasnotbeenexportedorithasbeencollectedbythedistributedgarbagecollector.atweblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:251)atweblogic.rmi.extensions.server.ServerHelper.getLocalInitialReference(ServerHelper.java:429)atweblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:131)atweblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:124)atweblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:426)Truncated.seelogfileforcompletestacktrace>
解决方案
解决方案二:
Theobjectidentifiedby:'31'couldnotbefound.Eitheritwashasnotbeenexportedorithasbeencollectedbythedistributedgarbagecollector
解决方案三:
命令输的有问题吧,startstartManagedWebLogic.cmdUIPhttp://127.0.0.1:7005
解决方案四:
这个问题解决了没,我也遇到这个问题了?
解决方案五:
startstartManagedWebLogic.cmdUIPhttp://127.0.0.1:7003你的受管服务器UIP的端口是7003还是7005?报错信息显示你的Adminserver是7005,但你的UIPserver也配置为7005端口了