Error on bonita 7.8 installation

1
0
-1

[EDIT] 2 In case it helps anyone and saves you some time: the Azure Web App that hosts the container has a configuration key named WEBSITES_CONTAINER_START_TIME_LIMIT, this timeout is set to 230s by defualt, maximum is 1800. As bonita takes more thant that to initialize Azure stops the container before bonita finishes, so it leaves you a corrupted configuration. After increasing the timeout I restarted and recreated everything and it started to work.

[EDIT] I just found out it only happens when I specify a volume to persist the opt/bonita folder, if I don't specify the volume then the container's initialization works fine, but I get a Internal Server Error screen when accessing the "/bonita" homepage

Good morning,

I am currently trying to install bonita from docker into an Azure Web App using a posgres db. After a few days I got the databases and tables automatically created on init succesfully, but now the docker container won't initialize. So I clean up everything, start the docker container and everything in postgres is created, but then the container does not start.

I'm asking for help because the log files are not giving me any clue about what's wrong. Perhaps are there any other log files I could check to find the root cause of the problem that I'm missing?

The thing is that preiviously, every time I got the "ERROR - multi-container unit was not started successfully" message (you'll see it within the logs I'm attaching) I could find the error within bonita's logs, so I'm hoping someone else bumped into a similar problem and have any idea about what's happening. Any tip will be appreciated!

Here's my log:

2019-03-14 08:28:57.339 INFO - Starting multi-container app, configuration =
services:
bonita:
image: bonita:7.8
volumes:
- ${WEBAPP_STORAGE_HOME}/site/wwwroot/bonitadata:/opt/bonita
ports:
- 8080:8080
restart: always
2019-03-14 08:28:59.331 INFO - Issuing docker pull: imagename =library/bonita:7.8
2019-03-14 08:29:00.015 INFO - Issuing docker pull: imagename =library/bonita:7.8
2019-03-14 08:29:00.743 INFO - Issuing docker pull bonita:7.8
2019-03-14 08:29:03.162 INFO - docker pull returned STDOUT>> 7.8: Pulling from library/bonita
Digest: sha256:6f832b8bde060cd17fcfd04743c1aebb6d6c0f4de4c60d2da42427ff18c6ab32
Status: Image is up to date for bonita:7.8

2019-03-14 08:29:03.177 INFO - Starting container for site
2019-03-14 08:29:03.181 INFO - docker run -d -p 38199:8080 --name bonita_bonita_0 -e WEBSITES_ENABLE_APP_SERVICE_STORAGE=true -e WEBSITE_SITE_NAME=bonita -e WEBSITE_AUTH_ENABLED=False -e WEBSITE_ROLE_INSTANCE_ID=0 -e WEBSITE_INSTANCE_ID=a0c6b35314dfe2f4f12170ccd4d382244f49c5e4cbaeb694c61ff0e3ddc34801 -e HTTP_LOGGING_ENABLED=1 bonita:7.8

2019-03-14 08:33:06.667 ERROR - multi-container unit was not started successfully
2019-03-14 08:33:06.743 INFO - Container logs from bonita_bonita_0 = 2019-03-14T08:29:05.416485727Z + BONITA_PATH=/opt/bonita
2019-03-14T08:29:05.416940340Z + BONITA_TPL=/opt/templates
2019-03-14T08:29:05.417034943Z + BONITA_FILES=/opt/files
2019-03-14T08:29:05.417215849Z + ENSURE_DB_CHECK_AND_CREATION=true
2019-03-14T08:29:05.417381553Z + JAVA_OPTS='-Xms1024m -Xmx1024m'
2019-03-14T08:29:05.417554058Z + REST_API_DYN_AUTH_CHECKS=true
2019-03-14T08:29:05.417775865Z + HTTP_API=false
2019-03-14T08:29:05.418023072Z + '[' -n '' ']'
2019-03-14T08:29:05.418187477Z + '[' -n '' ']'
2019-03-14T08:29:05.418339081Z + DB_VENDOR=postgres
2019-03-14T08:29:05.418526187Z + case $DB_VENDOR in
2019-03-14T08:29:05.418679791Z + DB_PORT=5432
2019-03-14T08:29:05.418861996Z + BIZ_DB_VENDOR=postgres
2019-03-14T08:29:05.419022901Z + DB_NAME=bonita
2019-03-14T08:29:05.419389212Z + DB_USER=myuser
2019-03-14T08:29:05.419548016Z + DB_PASS=mypass
2019-03-14T08:29:05.419707721Z + DB_DROP_EXISTING=N
2019-03-14T08:29:05.419867226Z + BIZ_DB_NAME=bonitabiz
2019-03-14T08:29:05.420027030Z + BIZ_DB_USER=mybizuser
2019-03-14T08:29:05.420186735Z + BIZ_DB_PASS=mypass
2019-03-14T08:29:05.420346240Z + BIZ_DB_DROP_EXISTING=N
2019-03-14T08:29:05.420512444Z + PLATFORM_LOGIN=platform
2019-03-14T08:29:05.420672449Z + PLATFORM_PASSWORD=mypass
2019-03-14T08:29:05.420859555Z + TENANT_LOGIN=install
2019-03-14T08:29:05.421019159Z + TENANT_PASSWORD=mypass
2019-03-14T08:29:05.421227965Z + '[' '!' -d /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34 ']'
2019-03-14T08:29:05.428331772Z + unzip -q /opt/files/BonitaCommunity-7.8.3-Tomcat-8.5.34.zip -d /opt/bonita
2019-03-14T08:29:23.364682395Z + '[' true = true ']'
2019-03-14T08:29:23.364982104Z + . /opt/files/functions.sh
2019-03-14T08:29:23.366446447Z + case "${DB_VENDOR}" in
2019-03-14T08:29:23.366623052Z + DB_ADMIN_USER=myadminuser
2019-03-14T08:29:23.366776256Z + '[' -z mypass ']'
2019-03-14T08:29:23.366932561Z + '[' postgres '!=' h2 ']'
2019-03-14T08:29:23.367133267Z + create_user_if_not_exists postgres mypostgresdbserver 5432 myadminuser mypass myuser mypass
2019-03-14T08:29:23.367327372Z + '[' 7 -ne 7 ']'
2019-03-14T08:29:23.367476877Z + db_vendor=postgres
2019-03-14T08:29:23.367619281Z + db_host=mypostgresdbserver
2019-03-14T08:29:23.367747985Z + db_port=5432
2019-03-14T08:29:23.367865788Z + db_admin_user=myadminuser
2019-03-14T08:29:23.367978191Z + db_admin_pass=mypass
2019-03-14T08:29:23.368139196Z + db_user=myuser
2019-03-14T08:29:23.368277000Z + db_pass=mypass
2019-03-14T08:29:23.368407704Z + case "${db_vendor}" in
2019-03-14T08:29:23.368556208Z + export PGPASSWORD=mypass
2019-03-14T08:29:23.368669611Z + PGPASSWORD=mypass
2019-03-14T08:29:23.371525695Z + grep -q 1
2019-03-14T08:29:23.372376519Z + psql -U myadminuser -h mypostgresdbserver -p 5432 -d postgres -t -A -c 'SELECT 1 FROM pg_roles WHERE rolname='\''myuser'\'''
2019-03-14T08:29:24.790534702Z + '[' 0 -eq 1 ']'
2019-03-14T08:29:24.790822210Z + create_database_if_not_exists postgres mypostgresdbserver 5432 myadminuser mypass bonita myuser mypass N
2019-03-14T08:29:24.791018016Z + '[' 9 -ne 9 ']'
2019-03-14T08:29:24.791227922Z + db_vendor=postgres
2019-03-14T08:29:24.791373826Z + db_host=mypostgresdbserver
2019-03-14T08:29:24.791514130Z + db_port=5432
2019-03-14T08:29:24.791654234Z + db_admin_user=myadminuser
2019-03-14T08:29:24.791789738Z + db_admin_pass=mypass
2019-03-14T08:29:24.791923242Z + db_name=bonita
2019-03-14T08:29:24.792062046Z + db_user=myuser
2019-03-14T08:29:24.792200250Z + db_pass=mypass
2019-03-14T08:29:24.792336154Z + db_drop_existing=N
2019-03-14T08:29:24.792467858Z + case "${db_vendor}" in
2019-03-14T08:29:24.792622662Z + '[' N == Y ']'
2019-03-14T08:29:24.793229880Z + grep bonita
2019-03-14T08:29:24.799622666Z + psql -U myadminuser -h mypostgresdbserver -p 5432 -d postgres -l
2019-03-14T08:29:25.571715742Z bonita | myuser | UTF8 | English_United States.1252 | English_United States.1252 |
2019-03-14T08:29:25.572982479Z bonitabiz | mybizuser | UTF8 | English_United States.1252 | English_United States.1252 |
2019-03-14T08:29:25.573963807Z + '[' 0 -eq 1 ']'
2019-03-14T08:29:25.574303417Z + create_user_if_not_exists postgres mypostgresdbserver 5432 myadminuser mypass mybizuser mypass
2019-03-14T08:29:25.574509623Z + '[' 7 -ne 7 ']'
2019-03-14T08:29:25.574665528Z + db_vendor=postgres
2019-03-14T08:29:25.574808332Z + db_host=mypostgresdbserver
2019-03-14T08:29:25.575094740Z + db_port=5432
2019-03-14T08:29:25.575250645Z + db_admin_user=myadminuser
2019-03-14T08:29:25.575395949Z + db_admin_pass=mypass
2019-03-14T08:29:25.575542453Z + db_user=mybizuser
2019-03-14T08:29:25.575685857Z + db_pass=mypass
2019-03-14T08:29:25.575841862Z + case "${db_vendor}" in
2019-03-14T08:29:25.576012367Z + export PGPASSWORD=mypass
2019-03-14T08:29:25.576149571Z + PGPASSWORD=mypass
2019-03-14T08:29:25.576824590Z + grep -q 1
2019-03-14T08:29:25.579664773Z + psql -U myadminuser -h mypostgresdbserver -p 5432 -d postgres -t -A -c 'SELECT 1 FROM pg_roles WHERE rolname='\''mybizuser'\'''
2019-03-14T08:29:26.350822721Z + '[' 0 -eq 1 ']'
2019-03-14T08:29:26.351300735Z + create_database_if_not_exists postgres mypostgresdbserver 5432 myadminuser mypass bonitabiz mybizuser mypass N
2019-03-14T08:29:26.351513742Z + '[' 9 -ne 9 ']'
2019-03-14T08:29:26.351665346Z + db_vendor=postgres
2019-03-14T08:29:26.351811350Z + db_host=mypostgresdbserver
2019-03-14T08:29:26.351952454Z + db_port=5432
2019-03-14T08:29:26.352094058Z + db_admin_user=myadminuser
2019-03-14T08:29:26.352221562Z + db_admin_pass=mypass
2019-03-14T08:29:26.352367966Z + db_name=bonitabiz
2019-03-14T08:29:26.352496470Z + db_user=mybizuser
2019-03-14T08:29:26.352610473Z + db_pass=mypass
2019-03-14T08:29:26.352722177Z + db_drop_existing=N
2019-03-14T08:29:26.355184248Z + case "${db_vendor}" in
2019-03-14T08:29:26.369558667Z + '[' N == Y ']'
2019-03-14T08:29:26.370319489Z + grep bonitabiz
2019-03-14T08:29:26.370700800Z + psql -U myadminuser -h mypostgresdbserver -p 5432 -d postgres -l
2019-03-14T08:29:27.254732934Z bonitabiz | mybizuser | UTF8 | English_United States.1252 | English_United States.1252 |
2019-03-14T08:29:27.255752264Z + '[' 0 -eq 1 ']'
2019-03-14T08:29:27.256905397Z + cp /opt/templates/setenv.sh /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/setup/tomcat-templates/setenv.sh
2019-03-14T08:29:27.344886158Z + cp /opt/templates/database.properties /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/setup/database.properties
2019-03-14T08:29:27.375614453Z + '[' true = true ']'
2019-03-14T08:29:27.375854460Z + sed -i -e 's/^#GET|/GET|/' -e 's/^#POST|/POST|/' -e 's/^#PUT|/PUT|/' -e 's/^#DELETE|/DELETE|/' /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/setup/platform_conf/initial/tenant_template_portal/dynamic-permissions-checks-custom.properties
2019-03-14T08:29:27.472244366Z + '[' false = false ']'
2019-03-14T08:29:27.472450972Z + cd /opt/files/
2019-03-14T08:29:27.472689679Z + zip /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server/webapps/bonita.war WEB-INF/web.xml
2019-03-14T08:29:27.808270748Z updating: WEB-INF/web.xml (deflated 88%)
2019-03-14T08:29:29.291937637Z + xargs -n10 sed -i -e 's/^#userName\s*=.*/userName=install/' -e 's/^#userPassword\s*=.*/userPassword=mypass/' -e 's/^platform.tenant.default.username\s*=.*/platform.tenant.default.username=install/' -e 's/^platform.tenant.default.password\s*=.*/platform.tenant.default.password=mypass/' -e 's/^#platformAdminUsername\s*=.*/platformAdminUsername=platform/' -e 's/^#platformAdminPassword\s*=.*/platformAdminPassword=mypass/'
2019-03-14T08:29:29.292810262Z + find /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/setup/platform_conf/initial -name '*.properties'
2019-03-14T08:29:30.273233302Z + sed -i -e 's/{{JAVA_OPTS}}/-Xms1024m -Xmx1024m/' /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/setup/tomcat-templates/setenv.sh
2019-03-14T08:29:30.351791389Z + '[' -n '' ']'
2019-03-14T08:29:30.352163500Z + sed -e 's/{{DB_VENDOR}}/postgres/' -e 's/{{DB_USER}}/myuser/' -e 's/{{DB_PASS}}/mypass/' -e 's/{{DB_NAME}}/bonita/' -e 's/{{DB_HOST}}/mypostgresdbserver/' -e 's/{{DB_PORT}}/5432/' -e 's/{{BIZ_DB_USER}}/mybizuser/' -e 's/{{BIZ_DB_PASS}}/mypass/' -e 's/{{BIZ_DB_NAME}}/bonitabiz/' -i /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/setup/database.properties
2019-03-14T08:29:30.409204760Z + cd /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34
2019-03-14T08:29:30.417583604Z + ./setup/setup.sh init
2019-03-14T08:29:30.418028717Z + echo y
2019-03-14T08:29:38.648928918Z ____ _ _
2019-03-14T08:29:38.648961819Z | _ \ (_) |
2019-03-14T08:29:38.648970819Z | |_) | ___ _ __ _| |_ __ _
2019-03-14T08:29:38.648978420Z | _ < / _ \| '_ \| | __/ _` |
2019-03-14T08:29:38.648986720Z | |_) | (_) | | | | | || (_| |
2019-03-14T08:29:38.648994120Z |____/ \___/|_| |_|_|\__\__,_|
2019-03-14T08:29:38.649001420Z
2019-03-14T08:29:38.649008620Z (Platform Setup 7.8.3)
2019-03-14T08:29:38.649230327Z
2019-03-14T08:29:45.786948806Z [INFO] configuration for Database vendor: postgres
2019-03-14T08:29:49.876383349Z [INFO] Connected to 'postgres' database with url: 'jdbc:postgresql://mypostgresdbserver:5432/bonita' with user: 'myuser'
2019-03-14T08:29:50.051521848Z [INFO] Platform is already created.
2019-03-14T08:29:50.077489203Z [INFO] Upgrading default configuration with files from folder: platform_conf/initial
2019-03-14T08:29:50.781895409Z + ./setup/setup.sh configure
2019-03-14T08:29:53.593971768Z [INFO] Tomcat environment detected with root /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34
2019-03-14T08:29:53.594313878Z [INFO] Running auto-configuration using file /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/setup/database.properties
2019-03-14T08:29:53.786770881Z [INFO] Creating a backup of configuration file 'server/bin/setenv.bat' to 'setup/tomcat-backups/setenv.bat.2019-03-14_08h29m53s'
2019-03-14T08:29:53.838944600Z [INFO] Setting Bonita internal database vendor to 'postgres' and Business Data database vendor to 'postgres' in 'setenv.bat' file
2019-03-14T08:29:53.868365956Z [INFO] Creating a backup of configuration file 'server/bin/setenv.sh' to 'setup/tomcat-backups/setenv.sh.2019-03-14_08h29m53s'
2019-03-14T08:29:53.910502083Z [INFO] Setting Bonita internal database vendor to 'postgres' and Business Data database vendor to 'postgres' in 'setenv.sh' file
2019-03-14T08:29:54.019675161Z [INFO] Creating a backup of configuration file 'server/conf/Catalina/localhost/bonita.xml' to 'setup/tomcat-backups/bonita.xml.2019-03-14_08h29m53s'
2019-03-14T08:29:54.065276788Z [INFO] Configuring file 'conf/Catalina/localhost/bonita.xml' with your DB values for Bonita internal database on 'postgres' and for Business Data database on 'postgres'
2019-03-14T08:29:54.160831870Z [INFO] Creating a backup of configuration file 'server/conf/bitronix-resources.properties' to 'setup/tomcat-backups/bitronix-resources.properties.2019-03-14_08h29m53s'
2019-03-14T08:29:54.227810820Z [INFO] Configuring file 'conf/bitronix-resources.properties' with your DB values for Bonita internal database on postgres and for Business Data database on postgres
2019-03-14T08:29:54.320981932Z [INFO] Copying your postgres driver file 'setup/lib/postgresql-42.2.5.jar' to tomcat lib folder 'server/lib/bonita'
2019-03-14T08:29:54.322657381Z [INFO] Your postgres driver file 'server/lib/bonita/postgresql-42.2.5.jar' already exists. Skipping the copy.
2019-03-14T08:29:54.322964389Z [INFO] Tomcat auto-configuration complete.
2019-03-14T08:29:54.537210526Z ls: cannot access '/opt/custom-init.d/*.sh': No such file or directory
2019-03-14T08:29:59.478376764Z 2019-03-14 08:29:59.467 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Server version: Apache Tomcat/8.5.34
2019-03-14T08:29:59.485188462Z 2019-03-14 08:29:59.478 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Server built: Sep 4 2018 22:28:22 UTC
2019-03-14T08:29:59.487186320Z 2019-03-14 08:29:59.485 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Server number: 8.5.34.0
2019-03-14T08:29:59.488120348Z 2019-03-14 08:29:59.487 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener OS Name: Linux
2019-03-14T08:29:59.493076892Z 2019-03-14 08:29:59.492 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener OS Version: 4.4.0-128-generic
2019-03-14T08:29:59.496945705Z 2019-03-14 08:29:59.495 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Architecture: amd64
2019-03-14T08:29:59.502495066Z 2019-03-14 08:29:59.497 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
2019-03-14T08:29:59.515205436Z 2019-03-14 08:29:59.507 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener JVM Version: 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12
2019-03-14T08:29:59.515236037Z 2019-03-14 08:29:59.511 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener JVM Vendor: Oracle Corporation
2019-03-14T08:29:59.515245837Z 2019-03-14 08:29:59.512 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener CATALINA_BASE: /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server
2019-03-14T08:29:59.515254337Z 2019-03-14 08:29:59.513 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener CATALINA_HOME: /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server
2019-03-14T08:29:59.515262438Z 2019-03-14 08:29:59.513 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djava.util.logging.config.file=/opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server/conf/logging.properties
2019-03-14T08:29:59.515290339Z 2019-03-14 08:29:59.514 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
2019-03-14T08:29:59.524553708Z 2019-03-14 08:29:59.523 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
2019-03-14T08:29:59.527734601Z 2019-03-14 08:29:59.527 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
2019-03-14T08:29:59.533333264Z 2019-03-14 08:29:59.532 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
2019-03-14T08:29:59.534679403Z 2019-03-14 08:29:59.533 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dorg.bonitasoft.platform.setup.folder=/opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server/../setup
2019-03-14T08:29:59.543665065Z 2019-03-14 08:29:59.543 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dorg.bonitasoft.h2.database.dir=/opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server/../h2_database
2019-03-14T08:29:59.587020927Z 2019-03-14 08:29:59.547 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dsysprop.bonita.db.vendor=postgres
2019-03-14T08:29:59.591888968Z 2019-03-14 08:29:59.591 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dsysprop.bonita.bdm.db.vendor=postgres
2019-03-14T08:29:59.592625290Z 2019-03-14 08:29:59.592 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dbtm.root=/opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server
2019-03-14T08:29:59.593680320Z 2019-03-14 08:29:59.592 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dbitronix.tm.configuration=/opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server/conf/bitronix-config.properties
2019-03-14T08:29:59.594343040Z 2019-03-14 08:29:59.593 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dorg.bonitasoft.engine.incident.folder=/opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server/logs
2019-03-14T08:29:59.594983158Z 2019-03-14 08:29:59.594 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dfile.encoding=UTF-8
2019-03-14T08:29:59.614932439Z 2019-03-14 08:29:59.596 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Xshare:auto
2019-03-14T08:29:59.615959369Z 2019-03-14 08:29:59.615 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -XX:+HeapDumpOnOutOfMemoryError
2019-03-14T08:29:59.616678490Z 2019-03-14 08:29:59.616 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -XX:HeapDumpPath=/opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server/logs
2019-03-14T08:29:59.631650526Z 2019-03-14 08:29:59.616 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djava.security.egd=file:/dev/./urandom
2019-03-14T08:29:59.636382964Z 2019-03-14 08:29:59.635 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dignore.endorsed.dirs=
2019-03-14T08:29:59.655646824Z 2019-03-14 08:29:59.636 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dcatalina.base=/opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server
2019-03-14T08:29:59.656915461Z 2019-03-14 08:29:59.655 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dcatalina.home=/opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server
2019-03-14T08:29:59.682130095Z 2019-03-14 08:29:59.672 +0000 INFO: org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djava.io.tmpdir=/opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server/temp
2019-03-14T08:29:59.686201714Z 2019-03-14 08:29:59.685 +0000 INFO: org.apache.catalina.core.AprLifecycleListener The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
2019-03-14T08:30:00.545279322Z 2019-03-14 08:30:00.536 +0000 INFO: org.apache.coyote.http11.Http11NioProtocol Initializing ProtocolHandler ["http-nio-8080"]
2019-03-14T08:30:00.613322002Z 2019-03-14 08:30:00.611 +0000 INFO: org.apache.tomcat.util.net.NioSelectorPool Using a shared selector for servlet write/read
2019-03-14T08:30:00.669698343Z 2019-03-14 08:30:00.661 +0000 INFO: org.apache.coyote.ajp.AjpNioProtocol Initializing ProtocolHandler ["ajp-nio-8009"]
2019-03-14T08:30:00.678433698Z 2019-03-14 08:30:00.672 +0000 INFO: org.apache.tomcat.util.net.NioSelectorPool Using a shared selector for servlet write/read
2019-03-14T08:30:00.679942742Z 2019-03-14 08:30:00.678 +0000 INFO: org.apache.catalina.startup.Catalina Initialization processed in 4689 ms
2019-03-14T08:30:06.232954191Z 2019-03-14 08:30:06.227 +0000 INFO: org.apache.catalina.core.StandardService Starting service [Catalina]
2019-03-14T08:30:06.233964820Z 2019-03-14 08:30:06.233 +0000 INFO: org.apache.catalina.core.StandardEngine Starting Servlet Engine: Apache Tomcat/8.5.34
2019-03-14T08:30:06.333513218Z 2019-03-14 08:30:06.329 +0000 INFO: org.apache.catalina.startup.HostConfig Deploying configuration descriptor [/opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server/conf/Catalina/localhost/bonita.xml]
2019-03-14T08:30:52.584119387Z 2019-03-14 08:30:52.580 +0000 INFO: org.apache.jasper.servlet.TldScanner At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

Comments

Submitted by Jerome.Jargot on Mon, 03/18/2019 - 14:25

I'm guessing these are the messages from catalina* log file: the tomcat started up successfully.
Maybe there are also error messages in the /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/server/logs/bonita*log file.

No answers yet.
Notifications