0

我在 WAS7 应用服务器下使用 JSF2.0 (Mojarra 2.0.6)。我的 Web 模块方面设置为支持(servlet API)版本 - 2.5。我也在使用 RSA8.0.4。我可以在服务器启动期间看到以下异常。有人可以建议吗?

com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0100E: Uncaught init() exception created by servlet Faces Servlet in application FATCAKycApplication: 
java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory
    at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:851)
    at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:309)
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:219)
4

1 回答 1

0

我认为这个问题与您所遇到的非常相似,您可以尝试 BalusC 的回答中描述的方法

于 2012-10-24T13:12:21.337 回答