2 Replies Latest reply on Dec 8, 2002 6:45 PM by mikea

    OJB Config

    mikea

      OK, after going as far as I could in configuring OJB, with the latest docs and code (0.9.7), I'm getting this towards the end of the startup output:

      23:46:15,344 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: DefaultDomain:service=ODMG,name=ojb/defaultODMG
      state: CREATED
      I Depend On:
      Depends On Me: , ObjectName: DefaultDomain:service=PB,name=ojb/PBAPI
      state: CREATED
      I Depend On:
      Depends On Me: , ObjectName: jboss.jca:service=LocalTxCM,name=OJB
      state: CONFIGURED
      I Depend On: jboss.jca:service=RARDeployer
      jboss.jca:service=LocalTxDS,name=OJB
      jboss.jca:service=LocalTxPool,name=OJB
      jboss.jca:service=CachedConnectionManager

      Depends On Me: , ObjectName: jboss.jca:service=LocalTxDS,name=OJB
      state: CONFIGURED
      I Depend On: jboss.jca:service=RARDeployment,name=OJB

      Depends On Me: jboss.jca:service=LocalTxCM,name=OJB
      ]

      Can somebody tell me what this means, and what I'm missing. I can't seem to get any further.

      Thanks...

        • 1. Re: OJB Config
          mikea

          OK, I think I found part of the problem. The log was saying something about having to have jaasSecurityManagerService specified as well as SecurityDomainJndiName. So I did, but now I get:

          malformed key/value pair

          Any ideas?

          • 2. Re: OJB Config
            mikea

            OK, so I got it to the point where it's telling me that
            "OJB can't open repository file repository.xml".

            Now, the repository.xml is in as many places within the classpath as I can think of putting it. I'm not sure whether OJB can't find it, or can't open it for some reason.

            Ideas welcome.