Websphere 7 and JSF 1.2 - Application was not properly initialized at startup, could not find Factor

Posted by Shamik on Stack Overflow See other posts from Stack Overflow or by Shamik
Published on 2010-05-13T22:54:43Z Indexed on 2010/05/13 23:34 UTC
Read the original article Hit count: 333

Filed under:
|

JSF 1.1 and websphere 6.1 was working properly in my case. Once I deployed that to a websphere 7 server, I received the following error -

Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactoryat javax.faces.FactoryFinder.getFactory(FactoryFinder.java:270)
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:164)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:358)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:168)

Not sure what it means, I have enabled JSF1.2 as project facet in the RAD but still keep getting the above error message and none of my jsf files are working.

© Stack Overflow or respective owner

Related posts about jsf

Related posts about websphere