服务器启动期间JSF2 IllegalStateException

时间:2012-10-24 12:44:47

标签: jsf-2

我在WAS7应用服务器下使用JSF2.0(Mojarra 2.0.6)。我的Web模块facet设置为支持(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)

1 个答案:

答案 0 :(得分:0)

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