| Author |
Unable to start managed server in Weblogic 7
|
Sandeep Pandita
Greenhorn
Joined: May 04, 2005
Posts: 3
|
|
Hello Friends I installed Weblogic 7 and created a domain using the "WLS Domain" Template. After starting the admin server and the node manager , i configured a new server using the admin console and while trying to start the server , i get the following error . weblogic.nodemanager.NodeManagerException: [Could not execute command start for server server1 via the Node Manager - reason: [CommandInvoker: Failed to send command: 'online to server 'server1' to NodeManager at host: 'localhost:5555' with exception Write Channel Closed, possible SSL handshaking or trust failure. Please ensure that the NodeManager is active on the target machine].] at weblogic.nodemanager.NodeManagerRuntime.executeCommand(NodeManagerRuntime.java:472) at weblogic.nodemanager.NodeManagerRuntime.start(NodeManagerRuntime.java:76) at java.lang.reflect.Method.invoke(Native Method) at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:732) at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:714) at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557) at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525) at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:926) at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:470) at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:198) at $Proxy98.start(Unknown Source) at weblogic.server.ServerLifeCycleRuntime.startServer(ServerLifeCycleRuntime.java:478) at weblogic.server.ServerLifeCycleRuntime.access$0(ServerLifeCycleRuntime.java:447) at weblogic.server.ServerLifeCycleRuntime$1.execute(ServerLifeCycleRuntime.java:399) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134) Can anyone tell me what all is required to Start a Managed server using the Node Manager. Thanks
|
 |
Carol Enderlin
drifter
Ranch Hand
Joined: Oct 10, 2000
Posts: 1348
|
|
Have you looked at the online documentation? Managing Server Availability with Node Manager - Configuring Node Manager
|
 |
 |
|
|
subject: Unable to start managed server in Weblogic 7
|
|
|