1 2 Previous Next 19 Replies Latest reply on Sep 29, 2011 7:07 AM by jaiyachandhiran Go to original post
      • 15. Re: Unable to deploy a bpmn process to jboss server.
        swiderski.maciej

        These errors indicate that it cannot find process image ant process form, but they are not mandatory to start process instance. Are you able to start the process instance?

        • 16. Re: Unable to deploy a bpmn process to jboss server.
          jaiyachandhiran

          Hi

           

          I am unable to start the process instance.  The bpmn process is listed in bpmn console [process Overview]. I clicked start button to start the new instance, but i t gives the error. I have attached the screen shot and also the error message present in server.log

           

           

          Error present in bpmn console

           

          2011-09-28 07:34:00,801 [ERROR] <ul><li>URL: 'http://localhost:8080/gwt-console-server/rs/process/definition/com.sample.bpmn.hello/new_instance'
          <li>Action: 'org.jboss.bpm.console.client.process.StartNewInstanceAction'
          <li>Exception: 'class com.google.gwt.http.client.RequestException'</ul>

          HTTP 500: Unknown error
          com.google.gwt.http.client.RequestException:
          HTTP 500: Unknown error 

              at Unknown.qP(Unknown source:0)
              at Unknown.gzc(Unknown source:0)
              at Unknown.BO(Unknown source:0)
              at Unknown.gP(Unknown source:0)
              at Unknown.(Unknown source:0)
              at Unknown.HA(Unknown source:0)
              at Unknown.onreadystatechange(Unknown source:0)

           

           

          Error Present in Server log --> Partial Server log attached

          • 17. Re: Unable to deploy a bpmn process to jboss server.
            swiderski.maciej

            It looks like the process instances started but it failed during execution. First line of the log file is:

             

            2011-09-28 07:34:00,547 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-4) Hello World
            

             

            Then is continued to execute the process exception was thrown because of missing orm file of jbpm-persistence-jpa. Make sure you have that file, it contains the named query that is mentioned in the stack trace.

            • 18. Re: Unable to deploy a bpmn process to jboss server.
              jaiyachandhiran

              Hi

               

              I checked with my jbpm-install folder, jbpm-persistence-jpa-5.0.0.jar is present inside the jbpm-installer\runtime  and also present in inside

              jbpm-installer\lib\jbpm-5.0.0-bin

              i dont understand about orm file and the maned query.

               

              I start the Jboss usint ant start.demo, it starts jboss AS, Eclipse

               

              Is there any jar file missing or i am missing any steps. Please help me out.

               

              Where u from? I am from India.

               

               

               

              • 19. Re: Unable to deploy a bpmn process to jboss server.
                jaiyachandhiran

                Hi

                 

                One thing i like to tell you is if i modify    <arg value="-Djbpm.console.directory=${install.home}/workspace/TestBPMN/src/main/resources" /> to point to

                sample\evaluation\src\main\resources then i am able to start an new process instance with the sample process given.

                 

                I dont know why the new process created is not working.

                 

                 

                 

                1 2 Previous Next