您的位置:首页 > 其它

An Error occurred While Establishing a Connection Back to the Adminstration Server t3://<servername>

2013-03-22 15:00 1276 查看
最近在升级Oralce Weblogic server 的时候总碰到错误:

An Error occurred While Establishing a Connection Back to the Adminstration Server t3://<servername>:<port> During Startup

Mar 21, 2013 5:09:11 AM EDT> <Notice><Security> <BEA-090082> <Security initializing using securityrealm myrealm.>

<Mar 21, 2013 5:09:13 AM EDT> <Error> <ConfigurationManagement> <BEA-150000> <An error occurred while establishing aconnection back to the Adminstration Server t3://10.21.19.11:7001 duringstartup. Since bootstrap succeeded, check that t3://10.21.19.11:7001
uniquelyidentifies the Administration Server.

javax.naming.ServiceUnavailableException [Root exception isjava.rmi.NoSuchObjectException: The object identified by: '31' could not befound. Either it was has not been exported or it has been collected by thedistributed garbage collector.]

        atweblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:70)

        atweblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:32)

        atweblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:767)

        atweblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:426)

        atweblogic.jndi.Environment.getInitialReference(Environment.java:245)

        Truncated. see log file forcomplete stacktrace

Caused By: java.rmi.NoSuchObjectException: The object identified by: '31' couldnot be found. Either it was has not been exported or it has been collected bythe distributed garbage collector.

        atweblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:251)

        atweblogic.rmi.extensions.server.ServerHelper.getLocalInitialReference(ServerHelper.java:455)

        atweblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:131)

        atweblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:124)

        atweblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:422)

        Truncated. see log file forcomplete stacktrace

网上解决方案纵说纷纭,又说权限问题的,又说端口错误问题的,最后得出官方解决方案如下:

Cause

An improper administration server URL has been specified, or the administration server is not available at the specified URL. Commonly this is because the managed server shares an adminstration URL with the administration server.

Solution

When starting the managed server from a command line use the following variables to execute successfully:

startmanagedweblogic UCM_server1 http://<adminservername>:<port>[/code] 

where <adminservername> = Servername or IP Address of the WebLogic Server

where <port> = the port number of the WebLogic Admin Server for the domain



*This instruction assumes the Administration Server has been started prior to startup of the managed server, which is a requirement.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐