调试Tomcat时,com.sun.jersey.spi.container.ContainerResponse mapMappableContainerException

时间:2016-03-04 12:39:32

标签: java rest tomcat

当我在Tomcat的startup文件夹中使用bin命令托管我的项目时,它运行良好,但是当我使用tomcat(catalina jpda start)进行调试时以及当我发送休息时调用tomcat控制台中有错误:

com.sun.jersey.spi.container.ContainerResponse mapMappableContainerException unable to intialise the class

控制台中显示以下错误:

Mar 04, 2016 6:02:13 PM com.sun.jersey.spi.container.ContainerResponse mapMappableContainerException
SEVERE: The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container
java.lang.ExceptionInInitializerError
    at com.org.j2ee.flightmanager.abacus.AbacusWrapper.<clinit>(AbacusWrapper.java:46)

0 个答案:

没有答案