2

使用 Eclipse 从嵌入式容器运行我的 Java EE 6 应用程序时出现此错误的原因可能是什么?

HTTP Status 500 -

type Exception report

message

description: The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: PWC1391: Servlet.init() for servlet <project>.webservice.ApplicationConfig threw exception

root cause

com.sun.jersey.spi.inject.Errors$ErrorMessagesException

note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 3.1.2.2 logs.

编辑:基本上自从我成功运行它以来,我升级了 eclipse 并对项目(重构/重命名变量)和 svn 存储库设置进行了一些更改。

4

2 回答 2

0

您是否尝试过 Google 在搜索时提供的建议PWC1391?即解决与 Jersey 库的潜在版本冲突(即从项目中删除它)。

于 2013-01-01T14:23:19.687 回答
0

最后发现缺少一些库......包括 Glassfish 3.1.2 是“Web”的“Java Build Path > Libraries”中的主要库。

于 2013-01-02T07:24:43.733 回答