13 Replies Latest reply on Nov 12, 2005 8:40 AM by rbalbi2

    What to do after deployment???

    davidecr

      Hi I sucessfully deploy a process created from de GPD, my quewstion is that I don't know how to verify if the deployment was correct.

      How can I see my process at work?

      Is there any default Administrator or Monitor to see my deployment working?

      Where the GPD creates the deployment inside the jbpm server.

      I'm using jbpm 3.0 starters kit.


      Thanks a lot.

      --
      David Castañeda

        • 1. Re: What to do after deployment???
          susantpatnaik

          Hi David,
          Sucessfull deployment can be found by checking one table named as jbpm_processdefinition in your database.


          Regard,
          Susant Patnaik

          • 2. Re: What to do after deployment???
            aguizar

            Since you are using the starters kit, you can also point your browser to the jBPM web application: http://localhost:8080/jbpm.

            Log in with any user. If your process appears in the "Start New Process Execution" table, you are done.

            • 3. Re: What to do after deployment???
              davidecr

              Hi thanks for your reply... I know see that the problem is when deploying from GPD,,, I get this error from the console:

              01:25:27,014 DEBUG [DeployServlet] deploying archive file://C:\DOCUME~1\DAVIDC~1\CONFIG~1\Temp\realizarIngresoProcess.par65038.tmp
              01:25:27,014 INFO [STDOUT] java.io.FileNotFoundException: \DOCUME~1\DAVIDC~1\CONFIG~1\Temp\realizarIngresoProcess.par65038.tmp
              01:25:27,014 INFO [STDOUT] at org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:80)
              01:25:27,014 INFO [STDOUT] at org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:89)
              01:25:27,014 INFO [STDOUT] at java.net.URL.openStream(URL.java:1007)
              01:25:27,014 INFO [STDOUT] at org.jbpm.webapp.servlet.DeployServlet.doGet(DeployServlet.java:31)
              01:25:27,014 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
              01:25:27,014 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
              01:25:27,014 INFO [STDOUT] at org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:25)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
              01:25:27,014 INFO [STDOUT] at org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:28)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
              01:25:27,014 INFO [STDOUT] at org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
              01:25:27,014 INFO [STDOUT] at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
              01:25:27,014 INFO [STDOUT] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
              01:25:27,014 INFO [STDOUT] at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
              01:25:27,014 INFO [STDOUT] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)
              01:25:27,014 INFO [STDOUT] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
              01:25:27,014 INFO [STDOUT] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
              01:25:27,014 INFO [STDOUT] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
              01:25:27,014 INFO [STDOUT] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:
              744)
              01:25:27,014 INFO [STDOUT] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
              01:25:27,014 INFO [STDOUT] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
              01:25:27,014 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)


              I don't know why it is trying to get the file from there if the path to my proyect is other. and where it gets the "par65038.tmp" from the file name...

              my jboss is port 8080

              • 4. Re: What to do after deployment???
                pjmvn

                Hi.
                1. The first, you must start your jBPM server. (ex: c:\jbpm\jbpm-server\bin\run.bat).
                2. Next, goto GPD and deploy your project.
                3. start IE with address: htpp://localhost:8080/jbpm.
                And from now you can see your project in IE viewer.

                • 5. Re: What to do after deployment???
                  davidecr

                  I do that....

                  the jbpm app is working just fine ....
                  but I'm not able to deploy my processes because it failed as described in previos post.

                  --
                  David Castañeda

                  • 6. Re: What to do after deployment???
                    davidecr

                    I just figured out, I need to change the system variables TMP TEMP TMPDIR I change them to something shorter like c:\tempDir

                    Is this a BUG? because nothing in docs tell nothisg about this.

                    --
                    David Castañeda

                    • 7. Re: What to do after deployment???
                      kukeltje

                      Not that we know of. Where did these point to? was there a space in the name?

                      • 8. Re: What to do after deployment???

                         

                        "davidecr" wrote:
                        Hi thanks for your reply... I know see that the problem is when deploying from GPD,,, I get this error from the console:

                        01:25:27,014 DEBUG [DeployServlet] deploying archive file://C:\DOCUME~1\DAVIDC~1\CONFIG~1\Temp\realizarIngresoProcess.par65038.tmp
                        01:25:27,014 INFO [STDOUT] java.io.FileNotFoundException: \DOCUME~1\DAVIDC~1\CONFIG~1\Temp\realizarIngresoProcess.par65038.tmp

                        (...)

                        I don't know why it is trying to get the file from there if the path to my proyect is other. and where it gets the "par65038.tmp" from the file name...

                        my jboss is port 8080


                        jepp as far as i can see there were spaces--> "documents and settings"




                        • 9. Re: What to do after deployment???
                          kukeltje

                          you are right... I did not look good enough. otoh, it uses the same dir in my environment. So spaces does not seem to be the problem. hmmmm

                          • 10. Re: What to do after deployment???

                             

                            "kukeltje" wrote:
                            So spaces does not seem to be the problem.


                            oh okay...i thought that was the cause...

                            • 11. Re: What to do after deployment???
                              kukeltje

                              I thought to, but since it is the same with my system, I doubt it ( but am not 100% sure ;-) )

                              • 12. Re: What to do after deployment???
                                davidecr


                                Hi, my last name has a "ñ" in it, and that letter was in the path... maybe that's the problem...

                                I can't check it now but I'll do it this night.

                                --
                                David Castañeda

                                • 13. Re: What to do after deployment???
                                  rbalbi2

                                   

                                  "davidecr" wrote:
                                  Hi thanks for your reply... I know see that the problem is when deploying from GPD,,, I get this error from the console:

                                  01:25:27,014 DEBUG [DeployServlet] deploying archive file://C:\DOCUME~1\DAVIDC~1\CONFIG~1\Temp\realizarIngresoProcess.par65038.tmp
                                  01:25:27,014 INFO [STDOUT] java.io.FileNotFoundException: \DOCUME~1\DAVIDC~1\CONFIG~1\Temp\realizarIngresoProcess.par65038.tmp
                                  01: a.core.StandardContextValve.invoke(StandardContextValve.java:178)
                                  01:25:ecEnd


                                  I don't know why it is trying to get the file from there if the path to my proyect is other. and where it gets the "par65038.tmp" from the file name...

                                  my jboss is port 8080



                                  I have the same problem. Anybody can help me?

                                  Ricardo Balbi