Friday, May 27, 2011

Managed Server failed to start when started from console.

failed with below Error





Parsing Failure in config.xml: java.lang.AssertionError: java.lang.ClassNotFoundException: com.bea.wcp.sip.management.descriptor.beans.SipServerBean





SOLUTION:



You have to make sure this class is in the classpath: com.bea.wcp.sip.management.descriptor.beans.SipServerBean.

You have to edit the nodemanager.properties file and set the variable StartScriptEnabled=true instead of the default false.
The nodemanager.properties file is usually located in the directory: /wlserver_10.3/common/nodemanager.

Now the nodemanager uses the start script usually startWebLogic, which calls the setDomainEnv in which the classpath for the SIP server is set.

When you use the startManagedServer command the setDomainEnv is called so the classpath is set.

2 comments:

Ajish Geevarghese Thomas said...

It's really helped me..

venkat said...

Thank you soo much...............Keep posting...