使用Eclipse從嵌入容器運行我的Java EE 6應用程序時出現此錯誤的原因是什麼?javax.servlet.ServletException:PWC1391:servlet的Servlet.init()<project> .webservice.ApplicationConfig引發異常
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倉庫的設置做了一些改動。
是的,但沒有運氣到目前爲止。 – Dharmavir