您的位置:首页 > 其它

weblogic com.sun.jersey.spi.inject.Errors.ErrorMessagesException:null

2017-04-21 14:08 2151 查看
<2017-4-21 上午11时37分34秒 CST> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 7 task for the application "_auto_generated_ear_".> 

<2017-4-21 上午11时37分34秒 CST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating start task for application "_auto_generated_ear_".> 

<2017-4-21 上午11时37分34秒 CST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004

weblogic.application.ModuleException: com.sun.jersey.spi.inject.Errors$ErrorMessagesException:com.sun.jersey.spi.inject.Errors.ErrorMessagesException:null
at com.sun.jersey.spi.inject.Errors.processErrorMessages(Errors.java:170)
at com.sun.jersey.spi.inject.Errors.postProcess(Errors.java:136)
at com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:199)
at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:795)
at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:790)
Truncated. see log file for complete stacktrace



tomcat下没错,weblogic下有错误。com.sun.jersey.spi.inject.Errors.ErrorMessagesException:null 

pom中增加

<dependency>

    <groupId>com.sun.jersey</groupId>

    <artifactId>jersey-bundle</artifactId>

    <version>1.9</version>

</dependency>

<dependency>

    <groupId>javax.ws.rs</groupId>

    <artifactId>jsr311-api</artifactId>

    <version>1.1.1</version>

</dependency>

即可

google得出来的
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  com.sun.jersey.spi.i
相关文章推荐