Bonitasoft-Community / docker_bonita

:whale: Source of the official Bonita Docker image
https://hub.docker.com/_/bonita/
18 stars 16 forks source link

Cannot run image in centos 7 #8

Closed long241191 closed 6 years ago

long241191 commented 6 years ago

Hi all.

I have start latest version of Bonita Docker in my personal computer, I't okay. But today I try to start Bonita Docker in my Cloud computer (Google cloud computer - 1cpu/4Gb/50GB SSD), it's not work (Not response when I connect to http://localhost:8080/bonita). (I'm using Docker version 17.06.0-ce in both)

I have checked docker logs, and in my cloud computer I't not show some latest success log as in my personal computer

2017-11-18 10:25:02.033 +0000 INFO: org.apache.catalina.startup.HostConfig Deployment of configuration descriptor /opt/bonita/BonitaBPMCommunity-7.5.4-Tomcat-7.0.76/server/conf/Catalina/localhost/bonita.xml has finished in 13,713 ms 2017-11-18 10:25:02.034 +0000 INFO: org.apache.catalina.startup.HostConfig Deploying web application directory /opt/bonita/BonitaBPMCommunity-7.5.4-Tomcat-7.0.76/server/webapps/ROOT 2017-11-18 10:25:02.068 +0000 INFO: org.apache.catalina.startup.HostConfig Deployment of web application directory /opt/bonita/BonitaBPMCommunity-7.5.4-Tomcat-7.0.76/server/webapps/ROOT has finished in 34 ms 2017-11-18 10:25:02.069 +0000 INFO: org.apache.catalina.startup.HostConfig Deploying web application directory /opt/bonita/BonitaBPMCommunity-7.5.4-Tomcat-7.0.76/server/webapps/manager 2017-11-18 10:25:02.107 +0000 INFO: org.apache.catalina.startup.HostConfig Deployment of web application directory /opt/bonita/BonitaBPMCommunity-7.5.4-Tomcat-7.0.76/server/webapps/manager has finished in 38 ms 2017-11-18 10:25:02.110 +0000 INFO: org.apache.coyote.http11.Http11Protocol Starting ProtocolHandler ["http-bio-8080"] 2017-11-18 10:25:02.133 +0000 INFO: org.apache.coyote.ajp.AjpProtocol Starting ProtocolHandler ["ajp-bio-8009"] 2017-11-18 10:25:02.143 +0000 INFO: org.apache.catalina.startup.Catalina Server startup in 14469 ms

All docker images logs:

(platform Setup 7.5.4)

[INFO] configuration for Database vendor: h2 [INFO] Connected to 'h2' database with url: 'jdbc:h2:file:../h2_database/bonitadb' with user: 'BONITAUSER' [INFO] Executed SQL script /opt/bonita/BonitaBPMCommunity-7.5.4-Tomcat-7.0.76/setup/platform_conf/sql/h2/createTables.sql [INFO] Executed SQL script /opt/bonita/BonitaBPMCommunity-7.5.4-Tomcat-7.0.76/setup/platform_conf/sql/h2/createQuartzTables.sql [INFO] Executed SQL script /opt/bonita/BonitaBPMCommunity-7.5.4-Tomcat-7.0.76/setup/platform_conf/sql/h2/postCreateStructure.sql [INFO] Executed SQL script /opt/bonita/BonitaBPMCommunity-7.5.4-Tomcat-7.0.76/setup/platform_conf/sql/h2/initTables.sql [INFO] Platform created. [INFO] Database will be initialized with configuration files from folder: platform_conf/initial [INFO] Initial configuration files successfully pushed to database

2017-11-18 10:27:49.171 +0000 INFO: org.quartz.core.QuartzScheduler JobFactory set to: org.bonitasoft.engine.scheduler.impl.TransactionalSimpleJobFactory@77ef3543 2017-11-18 10:27:49.265 +0000 INFO: org.quartz.core.QuartzScheduler Scheduler QuartzScheduler_$_NON_CLUSTERED started. done

JeremJR commented 6 years ago

Hi, How did you launch your Bonita container on Google Cloud Computer? Could you please check other logs inside the container?

docker exec -ti bonita /bin/bash
cd /opt/bonita/BonitaBPMCommunity-7.5.4-Tomcat-7.0.76/server/logs/
JeremJR commented 6 years ago

Without more feedback I can't help you and I have to close this issue. I hope that you have resolved your problem since that.