在MyEclipse下,weblogic启动报错 10
<2015-2-4 下午02时47分04秒 CST> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application D:\Oracle\Middleware\user_projects\domains\base_domain\autodeploy\HPortal. Please make sure that the annotations are valid. The error is com.ctc.wstx.stax.WstxInputFactory cannot be cast to javax.xml.stream.XMLInputFactory> 展开
2017-06-20 · 百度知道官方认证企业
使用weblogic过程中出现的异常和解决办法。
一、weblogic启动错误 ClassNotFoundException: com.bea.wcp.sip.management.descriptor.beans.SipServerBe
详细错误如下:
解决办法如下:
依次打开 myeclipse - window-perferences-myeclipes-servers-weblogic-weblogic10.X-paths-perpend to classpath- add jar/zip
选择“weblogic安装根目录\Middleware\wlserver_10.3\sip\server\lib”所有jar包。
二、WebLogicServer启动BEA-000386异常和Security:090301
详细错误如下:
解决方法:
1、在domain下的目录如图所示(请根据自己创建的domain目录(就是user_projects所在目录)对应即可,默认的domain路径和图中一样):
2、查看secutity文件夹下是否有一个boot.properties文件,若有,则打开此文件,修改里面的内容为:
3、如果没有boot.properties文件,则自己新建此文件(注意保存为utf-8格式),然后在里面写入上面的内容即可。