- This topic has 1 reply, 2 voices, and was last updated 13 years, 3 months ago by support-swapna.
-
AuthorPosts
-
RMPostellParticipantI am trying to migrate a Web Application from JDeveloper to MyEclipse — but I am required to use WebLogic Server. My initial installation and configuration appeared to work OK as far as starting WebLogic Server. I was able to get on the console and configure the jdbc for the remote database. However, after struggling with getting the application to compile and deploy, I am now unable get WebLogic to run. I may have inadvertently deleted the ‘config.xml’ which I can not find. I am getting the following messages on the console when I attempt to start WebLogic:
<Oct 6, 2011 9:18:53 AM EDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
<Oct 6, 2011 9:18:53 AM EDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
<Oct 6, 2011 9:18:54 AM EDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
C:\Oracle\Middleware\user_projects\domains\base_domain\lib\sipactivator.jar>
<Oct 6, 2011 9:18:54 AM EDT> <Info> <Server> <BEA-002647> <The service plugin, com.oracle.core.sip.activator, was added from C:\Oracle\Middleware\user_projects\domains\base_domain\lib\sipactivator.jar.>
<Oct 6, 2011 9:18:54 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 11.3-b02 from Sun Microsystems Inc.>
<Oct 6, 2011 9:18:55 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
<Oct 6, 2011 9:18:56 AM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141266]Parsing Failure in config.xml: java.lang.AssertionError: java.lang.ClassNotFoundException: com.bea.wcp.sip.management.descriptor.beans.SipServerBean>
<Oct 6, 2011 9:18:56 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Oct 6, 2011 9:18:56 AM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Oct 6, 2011 9:18:56 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>Any help would be appreated.
Becky
support-swapnaModeratorBecky,
Sorry that you are seeing this issue.
Can you please go through these links and check if the solution discussed helps ?
http://appsonlinedba.blogspot.com/2011/05/managed-server-failed-to-start-when.html
https://cn.forums.oracle.com/forums/thread.jspa?threadID=2198876&start=0&tstart=0Let us know how it works for you.
-
AuthorPosts