7 Replies Latest reply on Sep 3, 2007 8:53 AM by marc321a

    Urgent Help Required

    muddsar

      Hi All,
      i am new to JBPM and i am trying to use Oralce as my database,i tried to follow the instructions given on this post

      http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116029

      but after following this instruction i am getting following error,please suggest me some solution.

      22:19:00,308 INFO [Configuration] Configuration resource: hibernate.cfg.xml
      22:19:00,323 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

      --- MBeans waiting for other MBeans ---
      ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database
      State: CONFIGURED
      I Depend On:
      jboss.jca:service=DataSourceBinding,name=DefaultDS

      ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
      State: CONFIGURED
      I Depend On:
      jboss.mq:service=Invoker
      jboss.web:service=WebServer

      ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
      State: CONFIGURED
      I Depend On:
      jboss:service=TransactionManager
      jboss.jca:service=DataSourceBinding,name=DefaultDS

      ObjectName: jboss.mq.destination:service=Queue,name=JbpmCommandQueue
      State: CONFIGURED
      I Depend On:
      jboss.mq:service=DestinationManager

      ObjectName: jboss.mq.destination:service=Queue,name=JbpmJobQueue
      State: CONFIGURED
      I Depend On:
      jboss.mq:service=DestinationManager

      ObjectName: jboss.mq:service=Invoker
      State: CONFIGURED
      I Depend On:
      jboss.mq:service=TracingInterceptor
      jboss:service=Naming
      Depends On Me:
      jboss.mq:service=InvocationLayer,type=HTTP
      jboss.mq:service=InvocationLayer,type=JVM
      jboss.mq:service=InvocationLayer,type=UIL2

      ObjectName: jboss.mq:service=TracingInterceptor
      State: CONFIGURED
      I Depend On:
      jboss.mq:service=SecurityManager
      Depends On Me:
      jboss.mq:service=Invoker

      ObjectName: jboss.mq:service=SecurityManager
      State: CONFIGURED
      I Depend On:
      jboss.mq:service=DestinationManager
      Depends On Me:
      jboss.mq:service=TracingInterceptor
      jboss.mq.destination:service=Queue,name=DLQ

      ObjectName: jboss.mq.destination:service=Queue,name=DLQ
      State: CONFIGURED
      I Depend On:
      jboss.mq:service=DestinationManager
      jboss.mq:service=SecurityManager

      ObjectName: jboss.mq:service=InvocationLayer,type=JVM
      State: CONFIGURED
      I Depend On:
      jboss.mq:service=Invoker

      ObjectName: jboss.mq:service=StateManager
      State: CONFIGURED
      I Depend On:
      jboss.jca:service=DataSourceBinding,name=DefaultDS
      Depends On Me:
      jboss.mq:service=DestinationManager

      ObjectName: jboss.mq:service=DestinationManager
      State: CONFIGURED
      I Depend On:
      jboss.mq:service=MessageCache
      jboss.mq:service=PersistenceManager
      jboss.mq:service=StateManager
      Depends On Me:
      jboss.mq.destination:service=Queue,name=JbpmCommandQueue
      jboss.mq.destination:service=Queue,name=JbpmJobQueue
      jboss.mq:service=SecurityManager
      jboss.mq.destination:service=Queue,name=DLQ

      ObjectName: jboss.mq:service=PersistenceManager
      State: CONFIGURED
      I Depend On:
      jboss.jca:service=DataSourceBinding,name=DefaultDS
      Depends On Me:
      jboss.mq:service=DestinationManager

      ObjectName: jboss.mq:service=InvocationLayer,type=UIL2
      State: CONFIGURED
      I Depend On:
      jboss.mq:service=Invoker

      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
      State: NOTYETINSTALLED
      Depends On Me:
      jboss.ejb:service=EJBTimerService,persistencePolicy=database
      jboss:service=KeyGeneratorFactory,type=HiLo
      jboss.mq:service=StateManager
      jboss.mq:service=PersistenceManager



      Thanks in advance

        • 1. Re: Urgent Help Required
          kukeltje

          i'm sure there is more info. Your server is most likely totaly misconfigured on the databaselevel (not jbpm related)

          • 2. Re: Urgent Help Required
            muddsar

            Thanks for the reply.Can anyone please guide me about configuring oracle as my database with JBPM.i shall be really thankful

            • 3. Re: Urgent Help Required
              kukeltje

              You have to configure your Applicationserver correctly for working with oracle. Only after that jbPM comes into play....

              • 4. Re: Urgent Help Required
                muddsar

                i have downloaded the jbpm3.2.1 suite and i m using it with default configuration.i m not using any other application sever...i have tried to solve the problem and now i m getting following error...

                16:34:27,479 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

                --- MBeans waiting for other MBeans ---
                ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
                State: CONFIGURED
                I Depend On:
                jboss:service=TransactionManager
                jboss.jca:service=DataSourceBinding,name=DefaultDS

                --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
                ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
                State: NOTYETINSTALLED
                Depends On Me:
                jboss:service=KeyGeneratorFactory,type=HiLo


                it seems that there is only one configurtion missing....can anyone please figure it out.

                Thanks in advance

                Muddsar

                • 5. Re: Urgent Help Required
                  kukeltje

                  jbpmsuite contains a JBoss Application Server (JBoss AS). As stated before, that is where the problem is, not jBPM. You datasource in the AS is not configured correctly.

                  The link you refere to in your initial post is about MySQL.... totally different... so please, please, see how to configure an oracle datasource correctly in JBoss AS.

                  • 6. Re: Urgent Help Required
                    muddsar

                    the given link is for MySql but i have given configuration info of oracle in all steps but still problem not resolved....can anyone post exact steps to configure oracle with jbpm

                    • 7. Re: Urgent Help Required
                      marc321a