  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | - FacesContextFactory error on JBoss 4.0.5 | - FacesContextFactory error on JBoss 4.0.5 2007-08-08 - By Stateless Bean
Back I moved from Seam 1.2.1 GA to 2.0.0 Betea 1 and after one hour fixing all errors in my project, when I deploy app on my JBoss 4.0.5 I get:
Can anyone tell me where should I look to fix this error? I replaced myfaces jars instead of jsf 1.2 in jboss anonymous wrote : | 23:29:39,281 ERROR [[/Universum]] StandardWrapper.Throwable | java.lang.IllegalStateException : Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory  | at javax.faces.FactoryFinder (FactoryFinder.java:256) | at javax.faces.webapp.FacesServlet (FacesServlet.java:142) | at org.apache.catalina.core.StandardWrapper (StandardWrapper .java:1105) | at org.apache.catalina.core.StandardWrapper (StandardWrapper.java:932) | at org.apache.catalina.core.StandardContext (StandardContext .java:3951) | at org.apache.catalina.core.StandardContext (StandardContext.java :4225) | at org.apache.catalina.core.ContainerBase (ContainerBase .java:759) | at org.apache.catalina.core.ContainerBase (ContainerBase.java:739) | at org.apache.catalina.core.StandardHost (StandardHost.java:524) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method (Unknown Source) | at org.apache.commons.modeler.BaseModelMBean (BaseModelMBean.java :503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl (MBeanServerImpl.java:659) | at org.apache.catalina.core.StandardContext (StandardContext.java:5052) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method (Unknown Source) | at org.apache.commons.modeler.BaseModelMBean (BaseModelMBean.java :503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl (MBeanServerImpl.java:659) | at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal (TomcatDeployer.java:297) | at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer .java:103) | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371) | at org.jboss.web.WebModule.startModule(WebModule.java:83) | at org.jboss.web.WebModule.startService(WebModule.java:61) | at org.jboss.system.ServiceMBeanSupport  (ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport  (ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method (Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher .java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker .java:264) | at org.jboss.mx.server.MBeanServerImpl (MBeanServerImpl.java:659) | at org.jboss.system.ServiceController $ServiceProxy.invoke (ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController (ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method (Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher .java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker .java:264) | at org.jboss.mx.server.MBeanServerImpl (MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt (MBeanProxyExt.java:210) | at $Proxy42.start(Unknown Source) | at org.jboss.web.AbstractWebContainer (AbstractWebContainer.java:466) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method (Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher .java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor (AbstractInterceptor .java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke (ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor .java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext (InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss.DeployerInterceptor.start (DeployerInterceptor.java:92) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor .start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke (SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker .java:264) | at org.jboss.mx.server.MBeanServerImpl (MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt (MBeanProxyExt.java:210) | at $Proxy43.start(Unknown Source)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic &p=4072219#4072219
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode =reply&p=4072219 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user
|
|
 |