Deployment issues on Debian 12 (Tomcat 10, PGSQL 15, Java 17)

Dear all,

I’m facing some issues while attempting to deploy Axelor on Debian 12 with Tomcat 10, PostgreSQL 15 and Java 17.

I roughly followed the installation procedure at Installation Guide | Axelor. I obviously took some liberty regarding the Tomcat version, and decided to stick to the one shipped with Debian 12.

There are some GRAVE errors in catalina.log (see attached screenshot)

Looks like Tomcat can’t start « filters » and context " [ ] ".

What am I doing wrong ?

Best regards,

Samuel

Hello,

I guess you know the answer: you took too many liberties and you have to stick to the versions of the components (Java, Tomcat, etc.) recommended by Axelor .

Regards

Dear @PakMax ,

Thanks for your quick reply, really appreciated.

OK I’ll try again on Ubuntu 22.04 with OpenJDK 11, PostgreSQL 12 (or later) and Tomcat 9 as per:

https://docs.axelor.com/adk/latest/getting-started/install.html

Best regards,

Samuel

Dear @PakMax ,

As per your advice, I followed the instructions to the letter this time and started the installation of Axelor from scratch on Ubuntu 22.04, with PostgreSQL 14, Java 11 and Tomcat 9.

Looks like I’m getting into database connection issues now:

The password I put in axelor-config.properties is the one I chose when I created the user « axelor »:

createuser --no-superuser --username postgres --pwprompt axelor

I also configured pg_hba.conf to allow password authentication, as per the documentation.

Any ideas what I could be doing wrong ?

Best regards,

Samuel