6 Replies Latest reply on Dec 6, 2002 1:28 AM by erik777

    jboss.jca:service=RARDeployment

    urciolo

      I receive this error when trying to start JBoss with an oracle-service.xml. It seems RARDeployer is missing. What do I need for that? Thanks.

      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=CMISDS
      state: CONFIGURED
      I Depend On: jboss.jca:service=LocalTxDS,name=CMISDS
      jboss.jca:service=LocalTxPool,name=CMISDS
      jboss.jca:service=CachedConnectionManager
      jboss.security:service=JaasSecurityManager
      jboss.jca:service=RARDeployer

      Depends On Me: , ObjectName: jboss.jca:service=LocalTxDS,name=CMISDS
      state: CONFIGURED
      I Depend On: jboss.jca:service=RARDeployment,name=JBoss LocalTransaction JDBC Wrapper

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

        • 1. Re: jboss.jca:service=RARDeployment

          Do you have the Oracle classes in server/default/lib?

          Check server/default/log/server.log for errors.

          Regards,
          Adrian

          • 2. Re: jboss.jca:service=RARDeployment
            urciolo

            I have classes12.jar in the my server's lib directory. I went through recently and built my configuration from the minimal configuration to attempt to save space. I have JMS and EJBs functioning, but I get the error above when attempting to use datasources.

            Did I fail to add a required jar or config entry? I have jboss-jca.jar and jbosssx.jar. I can get the deployment to work correctly using the default 3.0.4 configuration. If I cannot figure out what is missing from mine, I will probably have to drop back to that.

            Any ideas?

            Thanks.

            • 3. Re: jboss.jca:service=RARDeployment

              Like I said above, you will probably find
              the error in server.log

              You might need to change the threshold on the file
              appender in log4j.xml to DEBUG

              Regards,
              Adrian

              • 4. Re: jboss.jca:service=RARDeployment
                gfzhang

                I met the same problem when I migrate my app from jboss 3.0.0 to 3.0.3

                In Jboss 3.0.3/4:
                <depends optional-attribute-name="JaasSecurityManagerService">jboss.security:service=JaasSecurityManager

                In Jboss 3.0.0
                <depends optional-attribute-name="JaasSecurityManagerService">jboss.security:name=JaasSecurityManager

                the MBean name is changed.

                • 5. Re: jboss.jca:service=RARDeployment
                  erik777

                  I'm trying to migrate from 3.0.0 to Jboss-3.0.4_Tomcat 4.1.12, and I have the same problem. Was the RARDeployment removed? I remember it being a temporary solution. If so, what's the new solution?

                  Anyone have a sample mysql-service for 3.0.4?

                  • 6. Re: jboss.jca:service=RARDeployment
                    erik777

                    I reread your post, and understand now. "name"="service"