1 Reply Latest reply on Jan 23, 2008 6:21 AM by konstandinos

    Fail to deploy simple Rich Faces webapp on JBoss

    konstandinos

      Hi I get the following error when trying to deploy a rather basic Rich Faces app on JBoss:

      javax.faces.FacesException: org.ajax4jsf.renderkit.ChameleonRenderKitFactory
      


      I followed the installation instructions in the user guide correctly. ie: I updated web.xml, added the 3 jars to my WEB-INF/lib folder and added the taglib references to the top of my JSP's.

      I am using JBoss 4.2.2.GA and richfaces(api|impl|ui)-3.1.3.GA

      Please advise, thanks.

      ps: it's a long error - I've pasted a bit more of it below.



      09:30:25,921 ERROR [STDERR] javax.faces.FacesException: org.ajax4jsf.renderkit.ChameleonRenderKitFactory
      09:30:25,921 ERROR [STDERR] at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:556)
      09:30:25,922 ERROR [STDERR] at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:448)
      09:30:25,922 ERROR [STDERR] at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:249)
      09:30:25,922 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1036)
      09:30:25,922 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:493)
      09:30:25,922 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
      09:30:25,922 ERROR [STDERR] at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
      09:30:25,922 ERROR [STDERR] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
      09:30:25,922 ERROR [STDERR] at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
      09:30:25,922 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
      09:30:25,922 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
      09:30:25,922 ERROR [STDERR] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
      09:30:25,922 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      09:30:25,923 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      09:30:25,923 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      09:30:25,923 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
      09:30:25,923 ERROR [STDERR] at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
      09:30:25,923 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
      09:30:25,923 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      09:30:25,923 ERROR [STDERR] at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
      09:30:25,923 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      09:30:25,923 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      09:30:25,923 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      09:30:25,923 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)