java.lang.illegalstatexception Application was not properly initialized
Posted
by Anand
on Stack Overflow
See other posts from Stack Overflow
or by Anand
Published on 2010-03-02T11:42:53Z
Indexed on
2010/04/30
22:07 UTC
Read the original article
Hit count: 343
Hi,
I am getting the following error when deploying an application on JBoss 4.2.1
7:05:59,673 ERROR [Application Name]StandardWrapper.Throwable
java.lang.IllegalStateException: Application was not properly initialized at
startup, could not find Factory: javax.faces.context.FacesContextFactory
I browsed the net and I found many posts which suggested to add an entry in web.xml
but that entry was already there. And all the required libraries are there in web-inf
.
So any solutions anybody ?
© Stack Overflow or respective owner