2 Replies Latest reply on Jan 31, 2008 11:17 AM by rodosa

    Errors  when the Jboss server starts

    rodosa

      Hello!!

      I have some problems when the Jboss server starts. Could someone what's wrong? Because I've looking for the solution but I don't get nothing that helps me.

      This is one of the errors reported. I only put the first lines because It's too long

      
      2008-01-31 12:51:41,399 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
      
      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@477faab3 { url=file:/C:/jbpm/jbpm-jpdl-3.2.2/server/server/jbpm/deploy/jbpm-console/META-INF/MANIFEST.MF }
       deployer: null
       status: null
       state: INIT_WAITING_DEPLOYER
       watch: file:/C:/jbpm/jbpm-jpdl-3.2.2/server/server/jbpm/deploy/jbpm-console/META-INF/MANIFEST.MF
       altDD: null
       lastDeployed: 1201780300337
       lastModified: 1201780300337
       mbeans:
      
      org.jboss.deployment.DeploymentInfo@cbb725fb { url=file:/C:/jbpm/jbpm-jpdl-3.2.2/server/server/jbpm/deploy/jbpm-console/WEB-INF/access.properties }
       deployer: null
       status: null
       state: INIT_WAITING_DEPLOYER
       watch: file:/C:/jbpm/jbpm-jpdl-3.2.2/server/server/jbpm/deploy/jbpm-console/WEB-INF/access.properties
       altDD: null
       lastDeployed: 1201780300337
       lastModified: 1201780300337
       mbeans:
      
      org.jboss.deployment.DeploymentInfo@7134709e { url=file:/C:/jbpm/jbpm-jpdl-3.2.2/server/server/jbpm/deploy/jbpm-console/WEB-INF/classes/com/miApp/UserBean.class }
       deployer: null
       status: null
       state: INIT_WAITING_DEPLOYER
       watch: file:/C:/jbpm/jbpm-jpdl-3.2.2/server/server/jbpm/deploy/jbpm-console/WEB-INF/classes/com/miApp/UserBean.class
       altDD: null
       lastDeployed: 1201780300337
       lastModified: 1201780300337
       mbeans:
      
      



      These are the rest of errors!!! I supposed that I've a bad configuration of web.xml & faces-config.xml files

      2008-01-31 13:42:45,671 ERROR [STDERR] 31-ene-2008 13:42:45 com.sun.faces.config.ConfigureListener contextInitialized
      INFO: Initializing Sun's JavaServer Faces implementation (1.2_03-b09-FCS) for context 'null'
      2008-01-31 13:42:46,203 ERROR [STDERR] 31-ene-2008 13:42:46 com.sun.faces.spi.InjectionProviderFactory createInstance
      ADVERTENCIA: JSF1033: Resource injection is DISABLED.
      2008-01-31 13:42:46,453 ERROR [STDERR] 31-ene-2008 13:42:46 com.sun.faces.config.ConfigureListener registerELResolverAndListenerWithJsp
      GRAVE: Error Instantiating ExpressionFactory
      java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl
       at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
       at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
       at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
       at java.lang.Class.forName0(Native Method)
       at java.lang.Class.forName(Class.java:169)
       at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1606)
       at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:455)
       at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3729)
      


      Thanks for your help!

        • 1. Re: Errors  when the Jboss server starts
          jaikiran

          Rename jbpm-console in the deploy folder to jbpm-console.war.

          JBoss scans the deploy folder to check for "deployable(s)". There are only a few set of valid deployables (example: *.war, *.ear, *-ds.xml etc...). If it finds any other file/folder which is not recognized, in the deploy folder, then you start seeing these exceptions.

          • 2. Re: Errors  when the Jboss server starts
            rodosa

            Thank you, I rename the file and the first error disappead but the rest didn't:

            2008-01-31 17:13:36,625 ERROR [STDERR] 31-ene-2008 17:13:36 com.sun.faces.config.ConfigureListener contextInitialized
            INFO: Initializing Sun's JavaServer Faces implementation (1.2_03-b09-FCS) for context 'null'
            2008-01-31 17:13:36,859 ERROR [STDERR] 31-ene-2008 17:13:36 com.sun.faces.spi.InjectionProviderFactory createInstance
            ADVERTENCIA: JSF1033: Resource injection is DISABLED.
            2008-01-31 17:13:37,171 ERROR [STDERR] 31-ene-2008 17:13:37 com.sun.faces.config.ConfigureListener registerELResolverAndListenerWithJsp
            GRAVE: Error Instantiating ExpressionFactory
            java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl
             at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
             at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
             at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
             at java.lang.Class.forName0(Native Method)
             at java.lang.Class.forName(Class.java:169)
             at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1606)
             at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:455)
             at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3729)
             at org.apache.catalina.core.StandardContext.start(StandardContext.java:4187)
             at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
             at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
             at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:597)
             at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
             at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.apache.catalina.core.StandardContext.init(StandardContext.java:5116)
            



            This I think is a problem of configuration in the web.xml & faces-config.xml file or a problem of libraries but ... I don't get that everything run well.

            Any ideas about the posible solution?

            Thanks,