1 Reply Latest reply on Feb 22, 2011 10:14 AM by wolfgangknauf

    Jboss server exception while deploying jsf application

    ranjanabha123

      I am a newbie to jsf and I am trying to deploy a jsf application in jboss 4.02.After I am starting the server I am getting following error.

       

       

      15:11:01,378 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

      --- MBeans waiting for other MBeans ---
      ObjectName: jboss.web.deployment:war=web-console.war,id=-1390589069
        State: NOTYETINSTALLED
        I Depend On:
          jboss.admin:service=PluginManager

      ObjectName: jboss.admin:service=PluginManager
        State: CONFIGURED
        I Depend On:
          jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
        Depends On Me:
          jboss.web.deployment:war=web-console.war,id=-1390589069

      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
        State: NOTYETINSTALLED
        Depends On Me:
          jboss.admin:service=PluginManager

       

      Please guide me to solve the problem.My jsf page is not displaying in browser I think may it is due to this problem only

        • 1. Jboss server exception while deploying jsf application
          wolfgangknauf

          Hi,

           

          just before this output, there should be some exception stacktraces which might point you to the "real" reason.

           

          If you copied the output from a command window,  you will find the full stack trace in "%JBOSS_HOME%\server\default\server.log" (hope the path is correct, I don't have a 4.0 server here).

           

          Hope this helps

           

          Wolfgang