我在 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)