1 2 Previous Next 24 Replies Latest reply on Dec 31, 2011 8:57 AM by salaboy21 Go to original post
      • 15. Re: JBPM5 on JBoss AS 7
        tsurdilovic

        Thanks for reporting. Jira is resolved.

        • 16. Re: JBPM5 on JBoss AS 7
          hadinsu

          Hi, everybody good-night!, My name is yuehchung.
          I am a beginner of [Jboss/Jbpm-5.2.0/Jboss AS 7.0.1-Final

          I made the following installation steps :
          1. Download the installer :
          (1) version : jbpm-5.2.0.Final
          (2) url : http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.2.0.Final/jbpm-5.2.0.Final-installer-full.zip/download

          2. Install the installer by using Ant :
          (1) command : ant start.demo
          (2) ref : The userguide/ch03 (v5.2)

          3. My Environment :
          (1) OS : Win 7
          (2) JDK : j2sdk1.6.0_22
          (3) ANT : apache-ant-1.8.1

          4. State description :
          (1) jbpm-5.2.0 : download Successfully
          (2) jboss-as-7.0.2.Final : download Successfully
          (3) deploy the wars : designer.war, drools-guvnor.war, jbpm-gwt-console.war, jbpm-gwt-console-server.war
            a. command : standalone.bat
            b. path : \jboss-as-7.0.2.Final\bin\
           
          5. Result :
              command ant start.demo
          (1) http://127.0.0.1:8080/ (OK)
          (2) Administration Console : http://127.0.0.1:9990/console/App.html#server/datasources (OK) 
          (3) designer.war : 
            a. login : http://127.0.0.1:8080/jbpm-console/app.html (OK)
            b. the effects :
             (a) Tasks : OK
             (b) Processes : OK
             (c) Reporting : OK
             (d) Settings : OK  
          (4) drools-guvnor.war :
            a. login : http://localhost:8080/drools-guvnor/ (OK)
            b. the effects :
             (a) Browse : OK
             (b) Knowledge Bases : OK
             (c) QA : OK
             (d) Package snapshots : OK 
             (e) Administration : OK   
          (5) jbpm-gwt-console.war :
            a. login : http://127.0.0.1:8080/jbpm-gwt-console/ (Not OK)
            b. the log :
             (a) http return error code : HTTP Status 404
             (b) I can not see the contents of the log file (\jboss-as-7.0.2.Final\standalone\log\server.log)  

          (6) jbpm-gwt-console-server.war : 
            a. login : http://127.0.0.1:8080/jbpm-gwt-console-server/ (Not OK)
            b. the log :
             (a) http return error code : HTTP Status 404
             (b) I can not see the contents of the log file (\jboss-as-7.0.2.Final\standalone\log\server.log)

          • 17. Re: JBPM5 on JBoss AS 7
            tsurdilovic

            Your steps 5, 6 should be just navigating to localhost:8080/jbpm-console. I'd recommend using localhost rather than 127.0.0.1 because a number of default settings (which all you can change if needed) are set to use localhost rather than a specific IP.

            Step 3 is confusing: Designer is integrated with guvnor, so you would use the Designer inside guvnor by creating/editing BPMN2 processes there.

            • 18. Re: JBPM5 on JBoss AS 7
              hadinsu

              Tihomir, Thanks for your advanced help!!

              I will try my steps 5, 6 again.

              • 19. Re: JBPM5 on JBoss AS 7
                heathcliff

                Hello,

                 

                I have just downloaded and installed demo. but start.demo didnt work, it said that jboss didnt start on time. so I tryed this:

                1) set JAVA_OPTS=-XX:MaxPermSize=256m -Xms256m -Xmx512m

                2) (...)\bin>standalone.bat -b localhost -Djbpm.console.directory=C:\Download\jbpm-5.2.0.Final-installer-full\jbpm-installer\sample\evaluation\src\main\resources -Dreporting.needcontext=true

                 

                but I always get the same eror:

                Caused by: java.lang.NumberFormatException: For input string: "R"

                    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)

                    at java.lang.Integer.parseInt(Integer.java:447)

                    at java.lang.Integer.valueOf(Integer.java:553)

                    at org.jboss.as.platform.mbean.PlatformMBeanUtil.<clinit>(PlatformMBeanUtil.java:55)

                    at org.jboss.as.platform.mbean.PlatformMBeanConstants.<clinit>(PlatformMBeanConstants.ja

                 

                    at org.jboss.as.platform.mbean.PlatformMBeanResourceRegistrar.registerPlatformMBeanResou

                gistrar.java:80)

                    at org.jboss.as.server.ServerControllerModelUtil.initOperations(ServerControllerModelUti

                 

                    at org.jboss.as.server.ServerService.initModel(ServerService.java:216)

                    at org.jboss.as.controller.AbstractControllerService.start(AbstractControllerService.jav

                 

                    at org.jboss.as.server.ServerService.start(ServerService.java:135)

                    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerI

                 

                    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:

                 

                    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)

                    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)

                    ... 1 more

                s.as] JBoss AS 7.0.2.Final "Arc" stopped in 8ms

                . .

                 

                 

                Does any 1 have idea on what to do? I have java 1.6 and using Windows XP.

                • 20. Re: JBPM5 on JBoss AS 7
                  zino

                  I've tested jBPM 5.2 Final - everying seems good (except IE9 support).

                  Do have some issues with the workflow presentation - but it's early days.

                  • 21. Re: JBPM5 on JBoss AS 7
                    heathcliff

                    Its a fresh copy of installer and this happens when i try to start as7 server. its not while runnign application... i cant even start the server.

                     

                    In the evening ill try on my windows 7.

                    • 22. Re: JBPM5 on JBoss AS 7
                      mpgong

                      I manually installed everything and didn't run into any problems.  The guvnor and designer works fine for me.  Haven't tried the jbpm console yet.

                       

                      But if it server says it didn't start on time try adding this to the configuration xml file.

                       

                      <subsystem xmlns="urn:jboss:domain:deployment-scanner:1.0">

                                  <deployment-scanner name="default" path="deployments" scan-enabled="true" scan-interval="5000" relative-to="jboss.server.base.dir" deployment-timeout="600"/>

                       

                      Set the deployment timeout to some high number - it's in seconds.

                       

                      I noticed that the deployment of the console does take a while along with the other pieces.

                      • 23. Re: JBPM5 on JBoss AS 7
                        heathcliff

                        I've installed demo on Win 7 x64  and server starts with no problem. So its probably some settings here.

                         

                        Thx for checking and fast response!

                        • 24. Re: JBPM5 on JBoss AS 7
                          salaboy21

                          Can you mark this question as answered? Becuase if not it looks like there is no solution for this topic.

                          Cheers

                          1 2 Previous Next