0 Replies Latest reply on Sep 1, 2005 9:03 PM by jbosss

    confiuring the web console

    jbosss

      Hi,

      I am using JBOSS 3.2.1
      It is bundled within my application
      I wanted to configure the web-console to monitor the DB connection pool
      But I cannot seem to configure it correctly. When I needed the jmx-console, I just put the jmx-console.war directory in my deply directory and that worked.

      But doesn't seem to work for the web-console

      my file structure is :

      deploy
      ---- myapplication.war
      ---- management
      ------- web-console.war
      -------- console-mgr.sar
      --------ejb-management.jar
      ----lib
      ----all the needed lib files


      I am getting this error when I start the server

      [java] server:main:SystemErr:2005/09/01-17:47:41.421 PDT: at java.lang.Th
      ead.run(Thread.java:534)
      [java] :main:org.jboss.deployment.scanner.URLDeploymentScanner:2005/09/01-
      7:47:53.599 PDT: MBeanException: Exception in MBean operation 'checkIncompleteD
      ployments()'
      [java] Cause: Incomplete Deployment listing:
      [java] Packages waiting for a deployer:
      [java]
      [java] Incompletely deployed packages:
      [java]
      [java] MBeans waiting for classes:
      [java]
      [java] MBeans waiting for other MBeans:
      [java] [ObjectName: jboss.admin:service=PluginManager
      [java] state: CONFIGURED
      [java] I Depend On: jboss.jmx:type=Connector,name=RMI

      [java] Depends On Me: ]

      I am sure I am missing some conf files.
      Does anyone know what is happening?

      Thanks!