2 Replies Latest reply on Oct 8, 2002 10:40 PM by david007

    Incomplete deployment problem when migrating to 3.0.3

    david007

      Hello all,

      I have recently upgraded from Jboss 3.0.0 to 3.0.3. The first thing I did was simply to modify
      run.bat to point to my Java directory and then start jboss. All was well.

      Then I took my working application from under 3.0.0
      and tried to deploy it. All I did was put the war file and ejb-jar file in the deploy directory,
      copy my mysql-service.xml to the deploy directory, and add my 2 application policy entries to login-config.xml
      so that login-config.xml under 3.0.3 looks just like 3.0.0.

      However now when I start jboss I get the following:

      ===========================================================================

      15:45:55,593 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope
      ration 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss.jca:service=LocalTxCM,name=MySqlDS
      state: CONFIGURED
      I Depend On: jboss.jca:service=LocalTxDS,name=MySqlDS
      jboss.jca:service=LocalTxPool,name=MySqlDS
      jboss.jca:service=CachedConnectionManager
      jboss.security:name=JaasSecurityManager
      jboss.jca:service=RARDeployer

      Depends On Me: ]

      ===========================================================================

      I looked through the forum and found that some other people had experienced this.

      Some possible fixes were to update your Java SDK, but I'm running 1.4.1 which is very current.
      Another suggestion was to use the same run.bat startup script that came with the distribution which I am.

      Has anyone got an idea what is the problem here?

      Thanks
      David