Hallo there,
after running a working WINDOWS install of AXELOR for evaluation and learning purposes, I now want to make a deployment for my student manufactoring lab.
I was following the « Installing from WAR - LINUX » guide from the webpage. The system has latest UBUNTU server OS and I adapted the install guide in two aspects:
- POSTGRES is version 12
- After creating the DB user axelor I also created an empty database axelor as well (found this here in the forum)
However, after starting TOMCAT the axelor webapp does not work. From the logs I found the following error message from the startup, where default webapps or properly deployed, but not axelor (German error description SCHWERWIEGEND means CRITICAL):
10-Apr-2022 11:18:03.766 INFORMATION [Catalina-utility-1] org.apache.catalina.startup.HostConfig.reload Reloading context [/axelor]
10-Apr-2022 11:18:11.973 INFORMATION [Catalina-utility-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.
10-Apr-2022 11:18:11.976 SCHWERWIEGEND [Catalina-utility-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
10-Apr-2022 11:18:11.976 SCHWERWIEGEND [Catalina-utility-1] org.apache.catalina.core.StandardContext.startInternal Context [/axelor] startup failed due to previous errors
Even when I filled the new database with content from a dump of the running WINDOWS system, this is not changing. I suspect some problem with the content of the actual WAR file or more missing configuration steps in the supplied install guide.
The databases are well accessible also across the LAN with the given passwords and DB names from other machines via PGADMIN4 …
So, I hope for some advice here, as I am running out of options / ideas …
Regards,
Jürgen