Closed aboullaite closed 6 years ago
I did the same on my local, and it worked. docker run -i -t -p 8080:8080 -p 8001:8001 --name jbpm-workbench jboss/jbpm-workbench-showcase:latest I use docker Docker version 1.8.2-fc22, build cb216be/1.8.2
Pulled the latest version again, But no chance ! still same issue
The same for me. Docker Community Edition Version 17.06.1-ce-win24 (13025)
but 4.12.8-2-ARCH linux Docker version 17.06.0-ce, build 3dfb8343 works!
Seems to work better - I pulled the image today morning and first start failed second attempt works (Docker Version 17.06.1-ce-win24 ). Thanks
I had the same problem and solved as suggested here: https://github.com/jboss-dockerfiles/jbpm/issues/15#issue-222180132
Failing "out of box" for me, too.
Spot on, @vipseixas I was able to get it started by adding the following to the end of my JAVA_OPTS
variable: -Djava.net.preferIPv4Stack=true
when starting the container.
Hi I just tried to pull and run the latest version of JBPM, with the very old command:
But the container do not start, and the logs shows that wildfly trigger :
Could not start 'default' listener.
. I'm running Docker community edition (mac): Version: 17.06.0-ce API version: 1.30 Go version: go1.8.3 Git commit: 02c1d87 Built: Fri Jun 23 21:31:53 2017 OS/Arch: darwin/amd64The complete log: