You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by rachel321 <ka...@amentra.com> on 2009/06/18 02:34:32 UTC

Problem migrating from 1.1 to 1.2.7

We are migrating myfaces 1.1.5 to 1.2.7 and encounter the following issue. I
think it is a classloading problem since the configuration mentioned looks
ok. i have seen this issue listed in the forums back from 1.2.1 but was
supposedly fixed? 
java.lang.IllegalStateException: No Factories configured for this 
Application. This happens if the faces-initialization does not work at 
all - make sure that you properly include all configuration settings 
necessary for a basic faces application and that all the necessary libs 
are included. Also check the logging output of your web application and 
your container for any exceptions! If you did that and find nothing, the 
mistake might be due to the fact that you use some special 
web-containers which do not support registering context-listeners via 
TLD files and a context listener is not setup in your web.xml. 

A typical config looks like this; 
<listener> 
  
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener< 
/listener-class> 
</listener> 

        at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:90) 

-- 
View this message in context: http://www.nabble.com/Problem-migrating-from-1.1-to-1.2.7-tp24084558p24084558.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.