weblogic在dos可启动但在MyEclipse启动报错

weblogic10.3 myeclipse 无法启动 报错如下:

 

<2013-12-6 上午11时37分18秒 GMT+08:00> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true> 
<2013-12-6 上午11时37分18秒 GMT+08:00> <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> 
<2013-12-6 上午11时37分19秒 GMT+08:00> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
E:\Oracle\Middleware\user_projects\domains\base_domain\lib\sipactivator.jar> 
<2013-12-6 上午11时37分20秒 GMT+08:00> <Info> <Server> <BEA-002647> <The service plugin, com.oracle.core.sip.activator, was added from E:\Oracle\Middleware\user_projects\domains\base_domain\lib\sipactivator.jar.> 
<2013-12-6 上午11时37分20秒 GMT+08:00> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 11.0-b15 from Sun Microsystems Inc.> 
<2013-12-6 上午11时37分21秒 GMT+08:00> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638 > 
<2013-12-6 上午11时37分24秒 GMT+08:00> <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
<2013-12-6 上午11时37分24秒 GMT+08:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED> 
<2013-12-6 上午11时37分24秒 GMT+08:00> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down> 
<2013-12-6 上午11时37分24秒 GMT+08:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

 

 

主要是没有加载红色类,网上找了下资料都没有好的解决方案。可以用如下方式解决:

myeclipse - window-perferences-myeclipes-servers-weblogic-weblogic10.X-paths-perpend to classpath- add jar/zip 选择“E:\Oracle\Middleware\wlserver_10.3\sip\server\lib”所有jar包。

猜你喜欢

转载自blog.csdn.net/guo147369/article/details/78349258
今日推荐