使用 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 存储库设置进行了一些更改。