1 Reply Latest reply on Oct 5, 2005 3:45 AM by frito

    MBean Exception

    venkatch77

      Hi,
      I am using JBoss 3.2.3 with Hibernate 2.0.
      When I am running the server it is giving the following error.
      I appreciate if some one helps me.I am struggling from 2 days.Plz help me.
      The error is as follows:

      MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'

      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@858282ff { url=file:/C:/JBoss-3.2.3/server/default/deploy/http-invoker.sar/ }
      deployer: org.jboss.deployment.SARDeployer@12d263f
      status: Deployment FAILED reason: create operation failed for package file:/C:/JBoss-3.2.3/server/default/deploy/http-invoker.sar/; - nested throwable: (javax.management.InstanceNotFoundException: jboss.jca:service=HibernateFactory,name=HibernateFactory is not registered.)
      state: FAILED
      watch: file:/C:/JBoss-3.2.3/server/default/deploy/http-invoker.sar/META-INF/jboss-service.xml
      lastDeployed: 1128490162203
      lastModified: 1123066537062
      mbeans:
      jboss:service=invoker,type=http (state not available)
      jboss.jca:service=HibernateFactory,name=HibernateFactory (state not available)
      jboss:service=invoker,type=httpHA (state not available)
      jboss:service=invoker,type=http,target=Naming (state not available)
      jboss:service=invoker,type=http,target=Naming,readonly=true (state not available)
      ]MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss.jca:service=HibernateFactory,name=HibernateFactory
      state: NOTYETINSTALLED
      I Depend On:
      Depends On Me: ]

      with regards,
      venkat

        • 1. Re: MBean Exception
          frito

          Translation of above error message:
          http-invoker.sar depends on HibernateFactory.

          jboss.jca:service=HibernateFactory,name=HibernateFactory is not deployed. Probably it is missing or you can see some errors in the log why it couldn't be deployed.