Products | Versions |
---|---|
TIBCO ActiveMatrix Service Grid | - |
Not Applicable | - |
Description:
When deploying a Webapp with JSF implementation to TIBCO ActiveMatrix Service Grid node, the deployment fails with an exception described in the Symptoms section of this KB.
Symptoms:
The JSF web application failed to initialize properly and the deployment fails with the following exception.
******************************
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:804)
at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:306)
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:166)
*******************************
Cause:
JSF ConfigureListener registered in the JSF TLD file is not getting executed.