#URGENT# Installation Error in Linux

Hi I had been facing errors on installing axelor to my centOS server. I had tried the WAR, SOURCE method all showing error:

This is my database info from server:

Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------±---------±---------±------------±------------±----------------------
axelor | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =Tc/postgres +
| | | | | postgres=CTc/postgres+
| | | | | axelor=CTc/postgres

This is my database info from axelor-config.properties:

db.default.driver = org.postgresql.Driver
db.default.ddl = update
db.default.url = jdbc:postgresql://localhost:5432/axelor
db.default.user = axelor
db.default.password = 12345

When I tried to start it from Tomcat manager application page, it shows

Message: FAIL - Application at context path [/axelor] could not be started FAIL - Encountered exception [org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/axelor]]]

When I access http://localhost:8080/axelor it shows 404 error:

HTTP Status 404 – Not Found

Type Status Report

Message The requested resource [/axelor/] 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.

Apache Tomcat/8.5.88

I had deployed the WAR file either in ROOT or axelor all showing same error.

This the the webapps directory

Can you point out where is the problem? DO you need my logs?

Here is my catalina.out log

09-May-2023 12:49:13.681 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/8.5.88
09-May-2023 12:49:13.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Apr 14 2023 20:16:27 UTC
09-May-2023 12:49:13.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 8.5.88.0
09-May-2023 12:49:13.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
09-May-2023 12:49:13.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 3.10.0-1160.90.1.el7.x86_64
09-May-2023 12:49:13.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
09-May-2023 12:49:13.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.362.b08-1.el7_9.x86_64/jre
09-May-2023 12:49:13.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_362-b08
09-May-2023 12:49:13.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Red Hat, Inc.
09-May-2023 12:49:13.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /opt/tomcat
09-May-2023 12:49:13.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /opt/tomcat
09-May-2023 12:49:13.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/opt/tomcat/conf/logging.properties
09-May-2023 12:49:13.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
09-May-2023 12:49:13.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
09-May-2023 12:49:13.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
09-May-2023 12:49:13.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
09-May-2023 12:49:13.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
09-May-2023 12:49:13.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/opt/tomcat
09-May-2023 12:49:13.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/opt/tomcat
09-May-2023 12:49:13.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/opt/tomcat/temp
09-May-2023 12:49:13.696 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
09-May-2023 12:49:13.841 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler [« http-nio-8080 »]
09-May-2023 12:49:13.896 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1046 ms
09-May-2023 12:49:13.953 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
09-May-2023 12:49:13.953 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/8.5.88]
09-May-2023 12:49:13.996 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/opt/tomcat/webapps/axelor.war]
09-May-2023 12:49:15.515 SEVERE [localhost-startStop-1] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/axelor]]
at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:711)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:688)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:661)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1016)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1903)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: java.lang.UnsupportedClassVersionError: ch/qos/logback/classic/spi/LogbackServiceProvider has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [ch.qos.logback.classic.spi.LogbackServiceProvider])
at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2481)
at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:881)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1384)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1228)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:370)
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
at org.slf4j.LoggerFactory.safelyInstantiate(LoggerFactory.java:118)
at org.slf4j.LoggerFactory.findServiceProviders(LoggerFactory.java:111)
at org.slf4j.LoggerFactory.bind(LoggerFactory.java:162)
at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:154)
at org.slf4j.LoggerFactory.getProvider(LoggerFactory.java:437)
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:423)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:372)
at org.camunda.commons.logging.BaseLogger.createLogger(BaseLogger.java:96)
at org.camunda.bpm.engine.impl.ProcessEngineLogger.(ProcessEngineLogger.java:59)
at org.camunda.bpm.application.impl.ServletProcessApplicationDeployer.(ServletProcessApplicationDeployer.java:46)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at org.apache.catalina.startup.WebappServiceLoader.loadServices(WebappServiceLoader.java:241)
at org.apache.catalina.startup.WebappServiceLoader.load(WebappServiceLoader.java:212)
at org.apache.catalina.startup.ContextConfig.processServletContainerInitializers(ContextConfig.java:1590)
at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1089)
at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:780)
at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:300)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4855)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
… 10 more
09-May-2023 12:49:15.516 SEVERE [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web application archive [/opt/tomcat/webapps/axelor.war]
java.lang.IllegalStateException: Error starting child
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:715)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:688)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:661)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1016)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1903)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/axelor]]
at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:711)
… 9 more
Caused by: java.lang.UnsupportedClassVersionError: ch/qos/logback/classic/spi/LogbackServiceProvider has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [ch.qos.logback.classic.spi.LogbackServiceProvider])
at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2481)
at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:881)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1384)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1228)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:370)
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
at org.slf4j.LoggerFactory.safelyInstantiate(LoggerFactory.java:118)
at org.slf4j.LoggerFactory.findServiceProviders(LoggerFactory.java:111)
at org.slf4j.LoggerFactory.bind(LoggerFactory.java:162)
at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:154)
at org.slf4j.LoggerFactory.getProvider(LoggerFactory.java:437)
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:423)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:372)
at org.camunda.commons.logging.BaseLogger.createLogger(BaseLogger.java:96)
at org.camunda.bpm.engine.impl.ProcessEngineLogger.(ProcessEngineLogger.java:59)
at org.camunda.bpm.application.impl.ServletProcessApplicationDeployer.(ServletProcessApplicationDeployer.java:46)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at org.apache.catalina.startup.WebappServiceLoader.loadServices(WebappServiceLoader.java:241)
at org.apache.catalina.startup.WebappServiceLoader.load(WebappServiceLoader.java:212)
at org.apache.catalina.startup.ContextConfig.processServletContainerInitializers(ContextConfig.java:1590)
at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1089)
at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:780)
at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:300)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4855)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
… 10 more
09-May-2023 12:49:15.518 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/opt/tomcat/webapps/axelor.war] has finished in [1,521] ms
09-May-2023 12:49:15.525 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/docs]
09-May-2023 12:49:15.678 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/docs] has finished in [153] ms
09-May-2023 12:49:15.678 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/examples]
09-May-2023 12:49:15.993 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/examples] has finished in [314] ms
09-May-2023 12:49:15.993 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/host-manager]
09-May-2023 12:49:16.013 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/host-manager] has finished in [20] ms
09-May-2023 12:49:16.013 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/manager]
09-May-2023 12:49:16.063 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/manager] has finished in [50] ms
09-May-2023 12:49:16.063 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/ROOT]
09-May-2023 12:49:16.085 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/ROOT] has finished in [22] ms
09-May-2023 12:49:16.101 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [« http-nio-8080 »]
09-May-2023 12:49:16.202 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 2305 ms

Hello,

It seems that you’re not using the correct version of Java.
Which Java version is installed and which Axelor version do you use ?

Best regards,

Thomas

Hi thanks for replied!

Here is the info:

application.name = Axelor Open Suite
application.description = Axelor Entreprise Application
application.version = 7.0.0

openjdk version « 1.8.0_362 »
OpenJDK Runtime Environment (build 1.8.0_362-b08)
OpenJDK 64-Bit Server VM (build 25.362-b08, mixed mode)

The JAVA_HOME is using this version as well.

Which version is not compatible?

I think Axelor 7.0 requires Java 11.

Hi

I had changed to Java 11, however still has 1 issue when start the application.

And the localhost:8080/axelor/ still showing HTTP Status 404 – Not Found

openjdk version « 11.0.19 » 2023-04-18 LTS
OpenJDK Runtime Environment (Red_Hat-11.0.19.0.7-1.el7_9) (build 11.0.19+7-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-11.0.19.0.7-1.el7_9) (build 11.0.19+7-LTS, mixed mode, sharing)

echo $JAVA_HOME
/usr/lib/jvm/java-11-openjdk-11.0.19.0.7-1.el7_9.x86_64/bin/java

Below is the log from catalina.out:

09-May-2023 16:45:57.598 WARNING [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [137,108] milliseconds.
09-May-2023 16:45:57.646 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/docs] has finished in [137,590] ms
09-May-2023 16:45:57.660 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/examples]
09-May-2023 16:45:58.167 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/examples] has finished in [507] ms
09-May-2023 16:45:58.167 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/host-manager]
09-May-2023 16:45:58.189 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/host-manager] has finished in [22] ms
09-May-2023 16:45:58.189 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/axelor]
09-May-2023 16:46:16.534 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars 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.
2023-05-09 16:46:17.293 DEBUG 2414 — [ost-startStop-1] com.axelor.db.JpaModule : Configuring database…
2023-05-09 16:46:17.583 INFO 2414 — [ost-startStop-1] com.axelor.db.JpaModule : JCache provider: com.github.benmanes.caffeine.jcache.spi.CaffeineCachingProvider
2023-05-09 16:46:19.568 INFO 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configuring app modules…
2023-05-09 16:46:19.568 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.utils.module.UtilsModule
2023-05-09 16:46:19.585 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.message.module.MessageModule
2023-05-09 16:46:19.609 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.studio.module.StudioModule
2023-05-09 16:46:19.663 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.base.module.BaseModule
2023-05-09 16:46:19.762 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.crm.module.CrmModule
2023-05-09 16:46:19.778 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.sale.module.SaleModule
2023-05-09 16:46:19.806 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.purchase.module.PurchaseModule
2023-05-09 16:46:19.841 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.stock.module.StockModule
2023-05-09 16:46:19.884 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.account.module.AccountModule
2023-05-09 16:46:20.249 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.supplychain.module.SupplychainModule
2023-05-09 16:46:20.311 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.contract.module.ContractModule
2023-05-09 16:46:20.321 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.bankpayment.module.BankPaymentModule
2023-05-09 16:46:20.345 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.project.module.ProjectModule
2023-05-09 16:46:20.356 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.hr.module.HumanResourceModule
2023-05-09 16:46:20.374 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.businessproject.module.BusinessProjectModule
2023-05-09 16:46:20.401 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.businesssupport.module.BusinessSupportModule
2023-05-09 16:46:20.403 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.talent.module.TalentModule
2023-05-09 16:46:20.414 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.supplierportal.module.SupplierPortalModule
2023-05-09 16:46:20.417 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.gdpr.module.GdprModule
2023-05-09 16:46:20.425 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.helpdesk.module.HelpdeskModule
2023-05-09 16:46:20.430 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.portal.module.ClientPortalModule
2023-05-09 16:46:20.432 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.cash.management.module.CashManagementModule
2023-05-09 16:46:20.436 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.production.module.ProductionModule
2023-05-09 16:46:20.472 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.fleet.module.FleetModule
2023-05-09 16:46:20.474 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.mobilesettings.module.MobileSettingsModule
2023-05-09 16:46:20.474 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.quality.module.QualityModule
2023-05-09 16:46:20.479 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.maintenance.module.MaintenanceModule
2023-05-09 16:46:20.482 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.businessproduction.module.BusinessProductionModule
2023-05-09 16:46:20.493 DEBUG 2414 — [ost-startStop-1] com.axelor.app.AppModule : Configure module: com.axelor.apps.marketing.module.MarketingModule
2023-05-09 16:46:25.541 INFO 2414 — [ost-startStop-1] c.axelor.web.socket.WebSocketEndpoint : Registering channel: tags
2023-05-09 16:46:25.541 INFO 2414 — [ost-startStop-1] c.axelor.web.socket.WebSocketEndpoint : Registering channel: collaboration
2023-05-09 16:46:25.634 INFO 2414 — [ost-startStop-1] c.axelor.auth.pac4j.ClientListProvider : Indirect clients: [AxelorFormClient]
09-May-2023 16:46:26.653 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file
09-May-2023 16:46:26.653 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/axelor] startup failed due to previous errors
09-May-2023 16:46:26.882 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/axelor] has finished in [28,693] ms
09-May-2023 16:46:26.882 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/manager]
09-May-2023 16:46:26.944 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/manager] has finished in [62] ms
09-May-2023 16:46:26.944 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/ROOT]
09-May-2023 16:46:26.967 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/ROOT] has finished in [23] ms
09-May-2023 16:46:26.987 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [« http-nio-8080 »]
09-May-2023 16:46:26.999 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 167085 ms
09-May-2023 16:46:52.887 INFO [http-nio-8080-exec-9] org.apache.jasper.servlet.TldScanner.scanJars 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.
2023-05-09 16:46:53.345 DEBUG 2414 — [nio-8080-exec-9] com.axelor.db.JpaModule : Configuring database…
2023-05-09 16:46:53.506 INFO 2414 — [nio-8080-exec-9] com.axelor.db.JpaModule : JCache provider: com.github.benmanes.caffeine.jcache.spi.CaffeineCachingProvider
2023-05-09 16:46:55.179 INFO 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configuring app modules…
2023-05-09 16:46:55.179 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.utils.module.UtilsModule
2023-05-09 16:46:55.199 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.message.module.MessageModule
2023-05-09 16:46:55.222 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.studio.module.StudioModule
2023-05-09 16:46:55.333 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.base.module.BaseModule
2023-05-09 16:46:55.451 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.crm.module.CrmModule
2023-05-09 16:46:55.490 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.sale.module.SaleModule
2023-05-09 16:46:55.549 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.purchase.module.PurchaseModule
2023-05-09 16:46:55.572 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.stock.module.StockModule
2023-05-09 16:46:55.672 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.account.module.AccountModule
2023-05-09 16:46:55.889 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.supplychain.module.SupplychainModule
2023-05-09 16:46:55.958 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.contract.module.ContractModule
2023-05-09 16:46:55.969 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.bankpayment.module.BankPaymentModule
2023-05-09 16:46:55.997 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.project.module.ProjectModule
2023-05-09 16:46:56.007 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.hr.module.HumanResourceModule
2023-05-09 16:46:56.028 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.businessproject.module.BusinessProjectModule
2023-05-09 16:46:56.051 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.businesssupport.module.BusinessSupportModule
2023-05-09 16:46:56.054 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.talent.module.TalentModule
2023-05-09 16:46:56.063 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.supplierportal.module.SupplierPortalModule
2023-05-09 16:46:56.066 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.gdpr.module.GdprModule
2023-05-09 16:46:56.073 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.helpdesk.module.HelpdeskModule
2023-05-09 16:46:56.075 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.portal.module.ClientPortalModule
2023-05-09 16:46:56.076 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.cash.management.module.CashManagementModule
2023-05-09 16:46:56.081 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.production.module.ProductionModule
2023-05-09 16:46:56.112 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.fleet.module.FleetModule
2023-05-09 16:46:56.114 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.mobilesettings.module.MobileSettingsModule
2023-05-09 16:46:56.115 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.quality.module.QualityModule
2023-05-09 16:46:56.118 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.maintenance.module.MaintenanceModule
2023-05-09 16:46:56.121 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.businessproduction.module.BusinessProductionModule
2023-05-09 16:46:56.139 DEBUG 2414 — [nio-8080-exec-9] com.axelor.app.AppModule : Configure module: com.axelor.apps.marketing.module.MarketingModule
2023-05-09 16:47:00.191 INFO 2414 — [nio-8080-exec-9] c.axelor.web.socket.WebSocketEndpoint : Registering channel: tags
2023-05-09 16:47:00.191 INFO 2414 — [nio-8080-exec-9] c.axelor.web.socket.WebSocketEndpoint : Registering channel: collaboration
2023-05-09 16:47:00.249 INFO 2414 — [nio-8080-exec-9] c.axelor.auth.pac4j.ClientListProvider : Indirect clients: [AxelorFormClient]
09-May-2023 16:47:00.940 SEVERE [http-nio-8080-exec-9] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file
09-May-2023 16:47:00.940 SEVERE [http-nio-8080-exec-9] org.apache.catalina.core.StandardContext.startInternal Context [/axelor] startup failed due to previous errors

Tomcat 9 for AOS 7.0

1 J'aime

So the final requirement for AOS 7 will be

Tomcat 9
JDK/JAVA 11

Correct?

I had just finished install tomcat 9.0.74 and now try to start the application, and it is still loading for sometime. Will update you guy again

Any idea why after I start the application, it keep loading and never success?

Is the process still ongoing or it keep retrying ? Any idea?

The catalina.out will keep append the log until now:

2023-05-09 18:38:57.738 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/1410580437849058460/apps/invoice.yml
2023-05-09 18:38:57.797 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/1410580437849058460/apps/account.yml
2023-05-09 18:38:58.081 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/821162638094872672/apps/crm.yml
2023-05-09 18:38:58.345 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/14351217455573326361/apps/sale.yml
2023-05-09 18:38:58.615 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/5854345649093847922/apps/supplychain.yml
2023-05-09 18:38:58.671 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/3604183385710793445/apps/supplier-portal.yml
2023-05-09 18:38:58.787 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/13837668673649917802/apps/contract.yml
2023-05-09 18:38:58.937 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/13195903049396508461/apps/bank-payment.yml
2023-05-09 18:38:59.046 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/10918761337915416005/apps/project.yml
2023-05-09 18:38:59.229 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/14660113464122128859/apps/leave.yml
2023-05-09 18:38:59.299 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/14660113464122128859/apps/expense.yml
2023-05-09 18:38:59.336 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/14660113464122128859/apps/employee.yml
2023-05-09 18:38:59.377 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/14660113464122128859/apps/timesheet.yml
2023-05-09 18:38:59.435 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/14660113464122128859/apps/exthrs.yml
2023-05-09 18:38:59.560 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/14119317969516306130/apps/business-project.yml
2023-05-09 18:38:59.611 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/11391379896821266003/apps/fleet.yml
2023-05-09 18:38:59.713 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/4472966886603533530/apps/mobile-settings.yml
2023-05-09 18:38:59.928 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/5107825146968225854/apps/helpdesk.yml
2023-05-09 18:39:00.125 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/14468602760934354086/apps/portal.yml
2023-05-09 18:39:00.222 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/1723913139625550916/apps/business-support.yml
2023-05-09 18:39:00.295 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/13112414671273015828/apps/production.yml
2023-05-09 18:39:00.372 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/15957803958364040095/apps/recruitment.yml
2023-05-09 18:39:00.427 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/15957803958364040095/apps/appraisal.yml
2023-05-09 18:39:00.478 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/15957803958364040095/apps/training.yml
2023-05-09 18:39:00.571 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/12906114738158223963/apps/cash-management.yml
2023-05-09 18:39:00.647 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/8053829538810263630/apps/gdpr.yml
2023-05-09 18:39:00.736 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/7798744455115911807/apps/maintenance.yml
2023-05-09 18:39:00.788 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/16914975842003400623/apps/quality.yml
2023-05-09 18:39:00.974 DEBUG 3150 — [ main] c.a.studio.app.service.AppServiceImpl : Running import/update app with data path: /opt/tomcat/temp/6729196403674799032/apps/marketing.yml
2023-05-09 18:39:16.594 INFO 3150 — [ main] com.axelor.web.AppStartup : Ready to serve…
09-May-2023 18:39:18.124 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/opt/tomcat/webapps/axelor-erp-latest.war] has finished in [290,642] ms
09-May-2023 18:39:18.165 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/opt/tomcat/webapps/axelor.war]
2023-05-09 18:41:46.388 DEBUG 2864 — [ool-79-thread-1] com.axelor.meta.loader.ViewLoader : Loading action: action-method-account-fec-import-set-company
2023-05-09 18:44:40.126 DEBUG 2864 — [ool-79-thread-1] com.axelor.meta.loader.ViewLoader : Loading action: action-groupd-account-fec-import-set-company-on-change
2023-05-09 18:47:28.671 DEBUG 2864 — [ool-79-thread-1] com.axelor.meta.loader.ViewLoader : Loading action: action-fec-import-validate-import
2023-05-09 18:47:37.384 WARN 2864 — [nio-8080-exec-4] c.axelor.db.ParallelTransactionExecutor : Future java.util.concurrent.FutureTask@6f9f0d15[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@3d8d5966[Wrapped task = Thread[Thread-12,5,main]]] of pool java.util.concurrent.ThreadPoolExecutor@4a31b605[Running, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 0] is taking a long time to complete.
09-May-2023 18:47:52.893 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars 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.
2023-05-09 18:47:53.826 DEBUG 3150 — [ main] com.axelor.db.JpaModule : Configuring database…
2023-05-09 18:47:54.214 INFO 3150 — [ main] com.axelor.db.JpaModule : JCache provider: com.github.benmanes.caffeine.jcache.spi.CaffeineCachingProvider
2023-05-09 18:47:57.380 INFO 3150 — [ main] com.axelor.app.AppModule : Configuring app modules…
2023-05-09 18:47:57.382 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.utils.module.UtilsModule
2023-05-09 18:47:57.405 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.message.module.MessageModule
2023-05-09 18:47:57.442 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.studio.module.StudioModule
2023-05-09 18:47:57.546 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.base.module.BaseModule
2023-05-09 18:47:57.658 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.crm.module.CrmModule
2023-05-09 18:47:57.689 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.sale.module.SaleModule
2023-05-09 18:47:57.755 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.purchase.module.PurchaseModule
2023-05-09 18:47:57.771 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.stock.module.StockModule
2023-05-09 18:47:57.835 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.account.module.AccountModule
2023-05-09 18:47:58.119 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.supplychain.module.SupplychainModule
2023-05-09 18:47:58.215 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.contract.module.ContractModule
2023-05-09 18:47:58.231 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.bankpayment.module.BankPaymentModule
2023-05-09 18:47:58.272 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.project.module.ProjectModule
2023-05-09 18:47:58.288 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.hr.module.HumanResourceModule
2023-05-09 18:47:58.324 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.businessproject.module.BusinessProjectModule
2023-05-09 18:47:58.357 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.businesssupport.module.BusinessSupportModule
2023-05-09 18:47:58.363 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.talent.module.TalentModule
2023-05-09 18:47:58.377 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.supplierportal.module.SupplierPortalModule
2023-05-09 18:47:58.381 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.gdpr.module.GdprModule
2023-05-09 18:47:58.392 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.helpdesk.module.HelpdeskModule
2023-05-09 18:47:58.396 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.portal.module.ClientPortalModule
2023-05-09 18:47:58.400 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.cash.management.module.CashManagementModule
2023-05-09 18:47:58.408 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.production.module.ProductionModule
2023-05-09 18:47:58.452 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.fleet.module.FleetModule
2023-05-09 18:47:58.454 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.mobilesettings.module.MobileSettingsModule
2023-05-09 18:47:58.455 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.quality.module.QualityModule
2023-05-09 18:47:58.459 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.maintenance.module.MaintenanceModule
2023-05-09 18:47:58.462 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.businessproduction.module.BusinessProductionModule
2023-05-09 18:47:58.477 DEBUG 3150 — [ main] com.axelor.app.AppModule : Configure module: com.axelor.apps.marketing.module.MarketingModule
2023-05-09 18:48:05.200 INFO 3150 — [ main] c.axelor.web.socket.WebSocketEndpoint : Registering channel: tags
2023-05-09 18:48:05.202 INFO 3150 — [ main] c.axelor.web.socket.WebSocketEndpoint : Registering channel: collaboration
2023-05-09 18:48:05.289 INFO 3150 — [ main] c.axelor.auth.pac4j.ClientListProvider : Indirect clients: [AxelorFormClient]
2023-05-09 18:48:09.689 DEBUG 3150 — [ool-13-thread-1] com.axelor.db.JpaScanner : Searching for entity classes…
09-May-2023 18:55:20.994 SEVERE [Catalina-utility-2] org.apache.catalina.core.ContainerBase.threadStart Exception processing background thread
java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
at org.apache.catalina.core.ContainerBase.threadStart(ContainerBase.java:1226)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessorMonitor.run(ContainerBase.java:1270)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.lang.OutOfMemoryError: Java heap space
09-May-2023 19:07:47.582 SEVERE [http-nio-8080-exec-4] org.apache.coyote.AbstractProtocol$ConnectionHandler.process Failed to complete processing of a request
java.lang.OutOfMemoryError: Java heap space
09-May-2023 19:07:47.653 WARNING [http-nio-8080-exec-20] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [axelor] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
09-May-2023 19:07:47.656 WARNING [http-nio-8080-exec-20] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [axelor] appears to have started a thread named [HikariPool-2 housekeeper] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@11.0.19/jdk.internal.misc.Unsafe.park(Native Method)
java.base@11.0.19/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
java.base@11.0.19/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
java.base@11.0.19/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
java.base@11.0.19/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
java.base@11.0.19/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
java.base@11.0.19/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
java.base@11.0.19/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
java.base@11.0.19/java.lang.Thread.run(Thread.java:829)
09-May-2023 19:07:47.657 WARNING [http-nio-8080-exec-20] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [axelor] appears to have started a thread named [HikariPool-2 connection closer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@11.0.19/jdk.internal.misc.Unsafe.park(Native Method)
java.base@11.0.19/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
java.base@11.0.19/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
java.base@11.0.19/java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:458)
java.base@11.0.19/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
java.base@11.0.19/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
java.base@11.0.19/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
java.base@11.0.19/java.lang.Thread.run(Thread.java:829)
2023-05-09 19:09:17.196 DEBUG 3150 — [ool-13-thread-1] com.axelor.db.JpaScanner : Entity classes found: 639
2023-05-09 19:09:17.238 DEBUG 3150 — [ool-13-thread-1] com.axelor.db.JpaScanner : Searching for repository classes…
2023-05-09 19:09:21.582 DEBUG 3150 — [ool-13-thread-1] com.axelor.db.JpaScanner : Repository classes found: 805
2023-05-09 19:09:21.603 DEBUG 3150 — [ool-13-thread-1] com.axelor.db.JpaScanner : Searching for value enum classes…
2023-05-09 19:09:22.808 DEBUG 3150 — [ool-13-thread-1] com.axelor.db.JpaScanner : Value enum classes found: 8
2023-05-09 19:09:24.569 INFO 3150 — [ main] c.a.d.h.dialect.CustomDialectResolver : Database engine: PostgreSQL 12.14
2023-05-09 19:09:24.570 DEBUG 3150 — [ main] c.a.d.h.dialect.CustomDialectResolver : Database dialect: com.axelor.db.hibernate.dialect.AxelorPostgreSQL10Dialect

Guys, it is working now after the process is finished.

Thanks for your guys advice, indeed it is the Java version and Tomcat version matters. All good now!

3 J'aime