用xshell发布weblogic项目的时候停止的时候,出现的问题,求指教,说出原因就行,事后给分!!!
7纷锐 2012-08-14 10:22:01 在weblogic上 发布了一个程序,然后在停止服务的时候,脚本就出现了如下问题、不知道是在配置的时候出现的问题,还是怎么回事,说个大概原因就行
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Connecting to t3://172.16.3.50:7001 with userid weblogic ...
Successfully connected to Admin Server 'AdminServer' that belongs to domain 'lzbank'.
Warning: An insecure protocol was used to connect to the server. To ensure on-the-wire security, the SSL port or Admin port should be used instead.
Shutting down the server mbsign with force=false while connected to AdminServer ...
This Exception occurred at Thu Aug 09 10:36:50 CST 2012.
weblogic.server.ServerLifecycleException: Can not get to the relevant ServerRuntimeMBean for server mbsign.
at weblogic.server.ServerLifeCycleRuntime$ShutdownRequest.run(ServerLifeCycleRuntime.java:596)
at weblogic.work.ContextWrap.run(ContextWrap.java:41)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
This Exception occurred at Thu Aug 09 10:36:50 CST 2012.
weblogic.management.scripting.ScriptException: Error occured while performing shutdown : Error shutting down the server : Can not get to the relevant ServerRuntimeMBean for server mbsign.
Use dumpStack() to view the full stacktrace
at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:50)
at weblogic.management.scripting.WLSTUtils.throwWLSTException(WLSTUtils.java:181)
at weblogic.management.scripting.LifeCycleHandler.setShutdownFailure(LifeCycleHandler.java:214)
at weblogic.management.scripting.LifeCycleHandler.shutdown(LifeCycleHandler.java:100)
at weblogic.management.scripting.WLScriptContext.shutdown(WLScriptContext.java:418)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx16.shutdown$78(<iostream>:1201)
at org.python.pycode._pyx16.call_function(<iostream>)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.pycode._pyx15.f$0(/opt/oracle/Middleware/user_projects/domains/lzbank/shutdown.py:2)
at org.python.pycode._pyx15.call_function(/opt/oracle/Middleware/user_projects/domains/lzbank/shutdown.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Unknown Source)
at org.python.util.PythonInterpreter.execfile(Unknown Source)
at weblogic.management.scripting.WLST.main(WLST.java:131)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at weblogic.WLST.main(WLST.java:29)
Caused by: weblogic.server.ServerLifecycleException: Can not get to the relevant ServerRuntimeMBean for server mbsign.
at weblogic.server.ServerLifeCycleRuntime$ShutdownRequest.run(ServerLifeCycleRuntime.java:596)
at weblogic.work.ContextWrap.run(ContextWrap.java:41)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Problem invoking WLST - Traceback (innermost last):
File "/opt/oracle/Middleware/user_projects/domains/lzbank/shutdown.py", line 2, in ?
File "<iostream>", line 1219, in shutdown
File "<iostream>", line 1744, in raiseWLSTException
WLSTException: Error occured while performing shutdown : Error shutting down the server : Error occured while performing shutdown : Error shutting down the server : Can not get to the relevant ServerRuntimeMBean for server mbsign.
Use dumpStack() to view the full stacktrace
Use dumpStack() to view the full stacktrace
Done