JBPM setup is not working when using Standalone.bat

161 views
Skip to first unread message

Avinash Rai

unread,
Jun 21, 2019, 4:43:30 AM6/21/19
to jBPM Usage
Hi All,

 Needed help .

I am able to start my JBPM  environment using build.xml which is running through ANT , which starts h2 db and then it starts Jboss with some default set of argument 
      <arg value="--server-config=standalone-full.xml" />
      <arg value="-Dorg.kie.demo=false" />
      <arg value="-Dorg.kie.example=false" />
      <arg value="-Dorg.kie.server.id=default-kieserver" />
      <arg value="-Dorg.kie.server.persistence.ds=java:jboss/datasources/jbpmDS" />
      <arg value="-Dorg.kie.server.controller=http://localhost:8080/jbpm-console/rest/controller" />
      <arg value="-Dorg.kie.server.location=http://localhost:8080/kie-server/services/rest/server" />
      <arg value="-Dorg.jbpm.casemgmt.showcase.url=/jbpm-casemgmt"/>
and this is working fine.

But when i am trying use standalone.bat to start the Jboss, initially kieserver.war deployment was getting failed and then i started referring to standalone-full.xml in order to resolve this i am using 
standalone.sh --server-config=standalone-full.xml 
I have added system properties which is defined in build.xml
Question: is there any way we can always refer to full.xml rather then passing as an argumen

But even after this when i login into JBPM Console i am not seeing any project/or deployment unit under execution server. In the logs i can see :

2019-06-21 14:07:38,918 WARN  [org.jbpm.workbench.ks.integration.KieServerDataSetManager] (Thread-193) Timeout while trying to register query definitions on 'default-kieserver@localhost:8082'
2019-06-21 14:07:38,925 WARN  [org.jbpm.workbench.ks.integration.KieServerDataSetManager] (Thread-194) Timeout while trying to register query definitions on 'default-kieserver@localhost:8082'
2019-06-21 14:07:38,959 WARN  [org.jbpm.workbench.ks.integration.KieServerDataSetManager] (Thread-196) Timeout while trying to register query definitions on 'default-kieserver@localhost:8082'
2019-06-21 14:07:38,987 WARN  [org.jbpm.workbench.ks.integration.KieServerDataSetManager] (Thread-195) Timeout while trying to register query definitions on 'default-kieserver@localhost:8082'
2019-06-21 14:07:44,436 WARN  [org.jbpm.workbench.ks.integration.KieServerDataSetManager] (Thread-197) Timeout while trying to register query definitions on 'default-kieserver@localhost:8082'

Question: what could be the reason. it is wroking with buil.xml but not with standalone.bat.

Note: I have started the H2 DB and then tried to start the server.

Regards,
Avinash


Cristiano Nicolai

unread,
Jun 23, 2019, 9:15:56 PM6/23/19
to Avinash Rai, jBPM Usage
Hi Avinash,

I would suggest using the single server distribution instead to get started, have a look in here http://jbpm.org/learn/gettingStarted.html and download.
This zip file contains a WildFly instance with Kie Server and Business Central, including all the necessary configurations.

Thanks

--
You received this message because you are subscribed to the Google Groups "jBPM Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-usage+...@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-usage/a3b73cf8-0045-44da-b2ac-187a7a1c8492%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Best regards,

Cristiano Nicolai

Avinash Rai

unread,
Jun 24, 2019, 1:09:52 AM6/24/19
to jBPM Usage
Thanks Cris for the input will check this.

Regards,
Avinash

To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-...@googlegroups.com.

To post to this group, send email to jbpm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-usage/a3b73cf8-0045-44da-b2ac-187a7a1c8492%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages