This content has been marked as final.
Show 4 replies
-
1. Re: Cannot access any of the buttons in jbpm-console.
frenky1983 Apr 24, 2015 11:29 AM (in response to buch11) -
2. Re: Cannot get jbpm-console up and running.
buch11 Apr 28, 2015 7:22 AM (in response to frenky1983)Thanks mate!, it worked.
In addition to this, the below command also works fine for me:
standalone.bat -c standalone-full.xml -Dorg.kie.demo=false -Dorg.kie.example=true -Dhttp.proxyHost=proxy.something.com -Dhttp.proxyPort=8999
-
3. Re: Cannot get jbpm-console up and running.
jandry Sep 29, 2015 11:16 AM (in response to buch11)Thanks pm pm
Use configuration + cleaning .niogit folder (in /bin or elsewhere) make this work
-
4. Re: Cannot get jbpm-console up and running.
mhavrda Oct 16, 2015 9:57 AM (in response to buch11)Hi,
I have had the same problem in the jBPM 6.3.0 version.
I have added a proxy setting to the start.jboss task in the build.xml file.
<env key="JAVA_OPTS" value="-XX:MaxPermSize=256m -Xms256m -Xmx512m -Dhttps.proxyHost=proxy -Dhttps.proxyPort=port" />
Now my KIE workbench starts with the -Dorg.kie.demo=true setting.