Configure for MSSQL getting HTTP 404

1
0
-1

I have BonitaCommunity 2021.1 connecting to MSSQL so it does at least initialize the SQL tables in the BONITA database there.

But the Tomcat homepage is showing HTTP Status 404 Not Found:

Type Status Report

Message The requested resource [/bonita/portal/homepage] is not available

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

What is the best way to troubleshoot this ?

thanks!

Comments

Submitted by William.Wolf_2533197 on Wed, 06/23/2021 - 02:01

CATALINA.OUT log is below

NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
2021-06-22 23:33:18.819 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Server version name: Apache Tomcat/8.5.59
2021-06-22 23:33:18.840 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Server built: Oct 6 2020 16:57:18 UTC
2021-06-22 23:33:18.840 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Server version number: 8.5.59.0
2021-06-22 23:33:18.841 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener OS Name: Linux
2021-06-22 23:33:18.841 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener OS Version: 5.10.25-linuxkit
2021-06-22 23:33:18.841 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Architecture: amd64
2021-06-22 23:33:18.842 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Java Home: /usr/lib/jvm/java-11-openjdk-amd64
2021-06-22 23:33:18.842 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener JVM Version: 11.0.11+9-Ubuntu-0ubuntu2.18.04
2021-06-22 23:33:18.843 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener JVM Vendor: Ubuntu
2021-06-22 23:33:18.843 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener CATALINA_BASE: /opt/bonita/BonitaCommunity-2021.1/server
2021-06-22 23:33:18.843 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener CATALINA_HOME: /opt/bonita/BonitaCommunity-2021.1/server
2021-06-22 23:33:18.845 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
2021-06-22 23:33:18.845 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
2021-06-22 23:33:18.845 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
2021-06-22 23:33:18.845 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djava.util.logging.config.file=/opt/bonita/BonitaCommunity-2021.1/server/conf/logging.properties
2021-06-22 23:33:18.846 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
2021-06-22 23:33:18.846 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
2021-06-22 23:33:18.846 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
2021-06-22 23:33:18.847 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
2021-06-22 23:33:18.847 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dorg.bonitasoft.platform.setup.folder=/opt/bonita/BonitaCommunity-2021.1/server/../setup
2021-06-22 23:33:18.847 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dorg.bonitasoft.h2.database.dir=/opt/bonita/BonitaCommunity-2021.1/server/../h2_database
2021-06-22 23:33:18.847 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dsysprop.bonita.db.vendor=sqlserver
2021-06-22 23:33:18.848 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dsysprop.bonita.bdm.db.vendor=sqlserver
2021-06-22 23:33:18.848 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dcom.arjuna.ats.arjuna.common.propertiesFile=/opt/bonita/BonitaCommunity-2021.1/server/conf/jbossts-properties.xml
2021-06-22 23:33:18.848 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dorg.bonitasoft.engine.incident.folder=/opt/bonita/BonitaCommunity-2021.1/server/logs
2021-06-22 23:33:18.849 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dfile.encoding=UTF-8
2021-06-22 23:33:18.849 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Xshare:auto
2021-06-22 23:33:18.849 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -XX:+HeapDumpOnOutOfMemoryError
2021-06-22 23:33:18.849 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -XX:HeapDumpPath=/opt/bonita/BonitaCommunity-2021.1/server/logs
2021-06-22 23:33:18.850 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djava.security.egd=file:/dev/./urandom
2021-06-22 23:33:18.850 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dignore.endorsed.dirs=
2021-06-22 23:33:18.850 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dcatalina.base=/opt/bonita/BonitaCommunity-2021.1/server
2021-06-22 23:33:18.850 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Dcatalina.home=/opt/bonita/BonitaCommunity-2021.1/server
2021-06-22 23:33:18.851 +0000 INFO (main) org.apache.catalina.startup.VersionLoggerListener Command line argument: -Djava.io.tmpdir=/opt/bonita/BonitaCommunity-2021.1/server/temp
2021-06-22 23:33:18.851 +0000 INFO (main) org.apache.catalina.core.AprLifecycleListener The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
2021-06-22 23:33:18.903 +0000 INFO (main) org.apache.coyote.http11.Http11NioProtocol Initializing ProtocolHandler ["http-nio-8080"]
2021-06-22 23:33:18.912 +0000 SEVERE (main) org.apache.catalina.core.StandardService Failed to initialize connector [Connector[HTTP/1.1-8080]]
org.apache.catalina.LifecycleException: Protocol handler initialization failed
at org.apache.catalina.connector.Connector.initInternal(Connector.java:1077)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
at org.apache.catalina.core.StandardService.initInternal(StandardService.java:552)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:848)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
at org.apache.catalina.startup.Catalina.load(Catalina.java:639)
at org.apache.catalina.startup.Catalina.load(Catalina.java:662)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:302)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:472)
Caused by: java.net.BindException: Address already in use
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:455)
at java.base/sun.nio.ch.Net.bind(Net.java:447)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)
at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:221)
at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:1118)
at org.apache.tomcat.util.net.AbstractJsseEndpoint.init(AbstractJsseEndpoint.java:222)
at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:587)
at org.apache.coyote.http11.AbstractHttp11Protocol.init(AbstractHttp11Protocol.java:75)
at org.apache.catalina.connector.Connector.initInternal(Connector.java:1075)
... 13 more

2021-06-22 23:33:18.913 +0000 INFO (main) org.apache.catalina.startup.Catalina Initialization processed in 434 ms
2021-06-22 23:33:19.004 +0000 INFO (main) com.arjuna.ats.arjuna ARJUNA012170: TransactionStatusManager started on port 40547 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
2021-06-22 23:33:19.047 +0000 INFO (main) org.apache.catalina.core.StandardService Starting service [Catalina]
2021-06-22 23:33:19.047 +0000 INFO (main) org.apache.catalina.core.StandardEngine Starting Servlet Engine: Apache Tomcat/8.5.59
2021-06-22 23:33:19.054 +0000 INFO (localhost-startStop-1) org.apache.catalina.startup.HostConfig Deploying deployment descriptor [/opt/bonita/BonitaCommunity-2021.1/server/conf/Catalina/localhost/bonita.xml]
2021-06-22 23:33:20.134 +0000 INFO (localhost-startStop-1) org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/bonita] No Spring WebApplicationInitializer types detected on classpath
2021-06-22 23:33:20.180 +0000 INFO (localhost-startStop-1) org.bonitasoft.platform.setup.ScriptExecutor configuration for Database vendor: sqlserver
2021-06-22 23:33:20.182 +0000 INFO (localhost-startStop-1) org.bonitasoft.platform.setup.PlatformSetup System property org.bonitasoft.platform.setup.folder is set to /opt/bonita/BonitaCommunity-2021.1/server/../setup
2021-06-22 23:33:20.190 +0000 INFO (localhost-startStop-1) org.bonitasoft.platform.setup.PlatformSetup Connected to 'sqlserver' database with url: 'jdbc:sqlserver://172.17.0.2:1433;useBulkCopyForBatchInsert=false;cancelQueryTimeout=-1;sslProtocol=TLS;jaasConfigurationName=SQLJDBCDriver;statementPoolingCacheSize=0;serverPreparedStatementDiscardThreshold=10;enablePrepareOnFirstPreparedStatementCall=false;fips=false;socketTimeout=0;authentication=NotSpecified;authenticationScheme=nativeAuthentication;xopenStates=false;sendTimeAsDatetime=true;trustStoreType=JKS;trustServerCertificate=false;TransparentNetworkIPResolution=true;serverNameAsACE=false;sendStringParametersAsUnicode=true;selectMethod=direct;responseBuffering=adaptive;queryTimeout=-1;packetSize=8000;multiSubnetFailover=false;loginTimeout=15;lockTimeout=-1;lastUpdateCount=true;encrypt=false;disableStatementPooling=true;databaseName=BONITA;columnEncryptionSetting=Disabled;applicationName=Microsoft JDBC Driver for SQL Server;applicationIntent=readwrite;' with user: 'bonitadev'
2021-06-22 23:33:20.239 +0000 INFO (localhost-startStop-1) org.bonitasoft.platform.setup.PlatformSetup Platform is already created.
2021-06-22 23:33:20.240 +0000 INFO (localhost-startStop-1) org.bonitasoft.platform.setup.PlatformSetup Upgrading default configuration with files from folder: /opt/bonita/BonitaCommunity-2021.1/server/../setup/platform_conf/initial
2021-06-22 23:33:20.277 +0000 INFO (localhost-startStop-1) org.bonitasoft.engine.EngineInitializer Initializing Bonita Engine...
2021-06-22 23:33:27.373 +0000 WARNING (localhost-startStop-1) com.microsoft.sqlserver.jdbc.internals.XA XAResourceID:14 Cannot retrieve server information: :For input string: "ic"
2021-06-22 23:33:27.421 +0000 WARNING (localhost-startStop-1) org.bonitasoft.engine.platform.impl.PlatformServiceImpl THREAD_ID=21 | HOSTNAME=4336c9786599 | Can't cache the platform, maybe the platform cache service is not started yet: The cache is not started, call start() on the cache service
2021-06-22 23:33:27.445 +0000 INFO (localhost-startStop-1) org.bonitasoft.engine.EngineInitializer First run on this platform, initializing it...
2021-06-22 23:33:28.821 +0000 WARNING (localhost-startStop-1) org.bonitasoft.engine.home.FolderMgr The following temporary folders were not deleted on the previous shutdown. This can happen when your JVM crashed or if you did not properly stop the platform.
2021-06-22 23:33:28.821 +0000 WARNING (localhost-startStop-1) org.bonitasoft.engine.home.FolderMgr Delete these folders to free up space:
2021-06-22 23:33:28.822 +0000 WARNING (localhost-startStop-1) org.bonitasoft.engine.home.FolderMgr /opt/bonita/BonitaCommunity-2021.1/server/temp/bonita_engine_1@4336c9786599
2021-06-22 23:33:28.958 +0000 INFO (localhost-startStop-1) org.bonitasoft.engine.EngineInitializer Platform initialized successfully.
2021-06-22 23:33:28.958 +0000 INFO (localhost-startStop-1) org.bonitasoft.engine.EngineInitializer Starting node...
2021-06-22 23:33:28.966 +0000 WARNING (localhost-startStop-1) org.bonitasoft.engine.platform.impl.PlatformServiceImpl THREAD_ID=21 | HOSTNAME=4336c9786599 | Can't cache the platform, maybe the platform cache service is not started yet: The cache is not started, call start() on the cache service
2021-06-22 23:33:28.966 +0000 INFO (localhost-startStop-1) org.bonitasoft.engine.EngineInitializer Bonita platform version (binaries): 7.12.1
2021-06-22 23:33:28.966 +0000 INFO (localhost-startStop-1) org.bonitasoft.engine.EngineInitializer Bonita database schema version: 7.12
2021-06-22 23:33:29.017 +0000 INFO (localhost-startStop-1) org.quartz.core.SchedulerSignalerImpl Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2021-06-22 23:33:29.017 +0000 INFO (localhost-startStop-1) org.quartz.core.QuartzScheduler Quartz Scheduler v.2.3.2 created.
2021-06-22 23:33:29.018 +0000 INFO (localhost-startStop-1) org.quartz.plugins.management.ShutdownHookPlugin Registering Quartz shutdown hook.
2021-06-22 23:33:29.021 +0000 INFO (localhost-startStop-1) org.quartz.core.QuartzScheduler Scheduler meta-data: Quartz Scheduler (v2.3.2) 'QuartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 5 threads.
Using job-store 'org.bonitasoft.engine.scheduler.impl.BonitaJobStoreCMT' - which supports persistence. and is not clustered.

2021-06-22 23:33:29.021 +0000 INFO (localhost-startStop-1) org.quartz.core.QuartzScheduler JobFactory set to: org.bonitasoft.engine.scheduler.impl.TransactionalSimpleJobFactory@14c34af6
2021-06-22 23:33:29.052 +0000 INFO (localhost-startStop-1) org.quartz.core.QuartzScheduler Scheduler QuartzScheduler_$_NON_CLUSTERED started.
2021-06-22 23:33:30.054 +0000 INFO (localhost-startStop-1) org.bonitasoft.engine.EngineInitializer Node started successfully.
2021-06-22 23:33:30.055 +0000 INFO (localhost-startStop-1) org.bonitasoft.engine.EngineInitializer Initialization of Bonita Engine done! ( took 9776ms)
2021-06-22 23:33:30.060 +0000 WARNING (Tenant 1 starter Thread) com.microsoft.sqlserver.jdbc.internals.XA XAResourceID:13 Cannot retrieve server information: :For input string: "ic"
done
2021-06-22 23:33:31.453 +0000 INFO (localhost-startStop-1) org.apache.catalina.startup.HostConfig Deployment of deployment descriptor [/opt/bonita/BonitaCommunity-2021.1/server/conf/Catalina/localhost/bonita.xml] has finished in [12,398] ms
2021-06-22 23:33:31.454 +0000 INFO (localhost-startStop-1) org.apache.catalina.startup.HostConfig Deploying web application directory [/opt/bonita/BonitaCommunity-2021.1/server/webapps/ROOT]
2021-06-22 23:33:31.464 +0000 INFO (localhost-startStop-1) org.apache.catalina.startup.HostConfig Deployment of web application directory [/opt/bonita/BonitaCommunity-2021.1/server/webapps/ROOT] has finished in [10] ms
2021-06-22 23:33:31.471 +0000 INFO (main) org.apache.catalina.startup.Catalina Server startup in 12558 ms
2021-06-22 23:33:31.474 +0000 SEVERE (main) org.apache.catalina.core.StandardServer StandardServer.await: create[localhost:8005]:
java.net.BindException: Address already in use (Bind failed)
at java.base/java.net.PlainSocketImpl.socketBind(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:436)
at java.base/java.net.ServerSocket.bind(ServerSocket.java:395)
at java.base/java.net.ServerSocket.(ServerSocket.java:257)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:421)
at org.apache.catalina.startup.Catalina.await(Catalina.java:776)
at org.apache.catalina.startup.Catalina.start(Catalina.java:722)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)

2021-06-22 23:33:31.474 +0000 INFO (main) org.apache.coyote.http11.Http11NioProtocol Pausing ProtocolHandler ["http-nio-8080"]
2021-06-22 23:33:31.474 +0000 INFO (main) org.apache.catalina.core.StandardService Stopping service [Catalina]
2021-06-22 23:33:31.487 +0000 INFO (localhost-startStop-1) org.bonitasoft.engine.EngineInitializer Stopping Bonita Engine...
2021-06-22 23:33:31.488 +0000 INFO (localhost-startStop-1) org.bonitasoft.engine.EngineInitializer Stopping node...
2021-06-22 23:33:31.523 +0000 INFO (localhost-startStop-1) org.quartz.core.QuartzScheduler Scheduler QuartzScheduler_$NON_CLUSTERED shutting down.
2021-06-22 23:33:31.523 +0000 INFO (localhost-startStop-1) org.quartz.core.QuartzScheduler Scheduler QuartzScheduler
$NON_CLUSTERED paused.
2021-06-22 23:33:32.020 +0000 INFO (localhost-startStop-1) org.quartz.core.QuartzScheduler Scheduler QuartzScheduler
$_NON_CLUSTERED shutdown complete.
2021-06-22 23:33:32.046 +0000 INFO (localhost-startStop-1) org.bonitasoft.engine.EngineInitializer Bonita Engine stopped!
2021-06-22 23:33:32.055 +0000 SEVERE (localhost-startStop-1) org.apache.catalina.loader.WebappClassLoaderBase The web application [bonita] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@437295f9]) and a value of type [org.bonitasoft.engine.session.model.SSession] (value [SSession(tenantId=1, id=3096430613328410179, creationDate=Tue Jun 22 23:33:29 GMT 2021, duration=3600000, lastRenewDate=Tue Jun 22 23:33:29 GMT 2021, userName=system, userId=-1, clusterNode=null, applicationName=BPM, technicalUser=false, profiles=[])]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
2021-06-22 23:33:32.056 +0000 SEVERE (localhost-startStop-1) org.apache.catalina.loader.WebappClassLoaderBase The web application [bonita] created a ThreadLocal with key of type [org.bonitasoft.engine.transaction.JTATransactionServiceImpl.TransactionServiceContextThreadLocal] (value [org.bonitasoft.engine.transaction.JTATransactionServiceImpl$TransactionServiceContextThreadLocal@732f3f55]) and a value of type [org.bonitasoft.engine.transaction.JTATransactionServiceImpl.TransactionServiceContext] (value [org.bonitasoft.engine.transaction.JTATransactionServiceImpl$TransactionServiceContext@42b05396]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
2021-06-22 23:33:32.061 +0000 INFO (main) org.apache.coyote.http11.Http11NioProtocol Stopping ProtocolHandler ["http-nio-8080"]
2021-06-22 23:33:32.061 +0000 INFO (main) org.apache.coyote.http11.Http11NioProtocol Destroying ProtocolHandler ["http-nio-8080"]

1 answer

1
+1
-1
This one is the BEST answer!

Hi,

021-06-22 23:33:31.474 +0000 SEVERE (main) org.apache.catalina.core.StandardServer StandardServer.await: create[localhost:8005]:
java.net.BindException: Address already in use (Bind failed)

It looks like the tomcat port is already in use. Check that there is no other application using the default port (8080).

HTH
Romain

Comments

Submitted by William.Wolf_2533197 on Thu, 06/24/2021 - 02:31

Thanks Romain. It helps. I should have mentioned this Bonita is containerized, using docker. So what I now understand is that when I issue this command: "docker run --name bonita -d -p 8080:8080 bonita" it starts with the default H2 database. And I have edited database.properties for MSSQL but, the port 8080 is still in use by the java process from startup and so my subsequent manual invocation of start-bonita.sh is failing. I don't know how to stop the java process that is launching at startup. It seems to be configured like this:
/usr/bin/java -Djava.util.logging.config.file=/opt/bonita/BonitaCommunity-2021.1/server/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djdk.tls.ephemeralDHKeySize=2048 -Djava.protocol.handler.pkgs=org.apache.catalina.webresources -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Dorg.bonitasoft.platform.setup.folder=/opt/bonita/BonitaCommunity-2021.1/server/../setup -Dorg.bonitasoft.h2.database.dir=/opt/bonita/BonitaCommunity-2021.1/server/../h2_database -Dsysprop.bonita.db.vendor=h2 -Dsysprop.bonita.bdm.db.vendor=h2 -Dcom.arjuna.ats.arjuna.common.propertiesFile=/opt/bonita/BonitaCommunity-2021.1/server/conf/jbossts-properties.xml -Dorg.bonitasoft.engine.incident.folder=/opt/bonita/BonitaCommunity-2021.1/server/logs -Dfile.encoding=UTF-8 -Xshare:auto -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/bonita/BonitaCommunity-2021.1/server/logs -Djava.security.egd=file:/dev/./urandom -Dignore.endorsed.dirs= -classpath /opt/bonita/BonitaCommunity-2021.1/server/lib/ext/*:/opt/bonita/BonitaCommunity-2021.1/server/bin/bootstrap.jar:/opt/bonita/BonitaCommunity-2021.1/server/bin/tomcat-juli.jar -Dcatalina.base=/opt/bonita/BonitaCommunity-2021.1/server -Dcatalina.home=/opt/bonita/BonitaCommunity-2021.1/server -Djava.io.tmpdir=/opt/bonita/BonitaCommunity-2021.1/server/temp org.apache.catalina.startup.Bootstrap

Notifications