I'm currently facing an issue while trying to deploy dcm4chee on Alma Linux using WildFly, and I'm seeking some guidance or assistance from the community.
When attempting to deploy dcm4chee on WildFly, I encounter an error that prevents the deployment from completing successfully.
[standalone@localhost:9990 /] deploy /home/actualmed/dcm4chee/deploy/dcm4chee-arc-ear-5.31.0-mysql.ear
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"WFLYCTL0080: Failed service
s" => {"jboss.persistenceunit.\"dcm4chee-arc-ear-5.31.0-mysql.ear#dcm4chee-arc\".__FIRST_PHASE__" => "org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'javax.persistence.jdbc.url', 'hibernate.connection.url', or 'hibernate.dialect')
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'javax.persistence.jdbc.url', 'hibernate.connection.url', or 'hibernate.dialect')
Caused by: org.hibernate.HibernateException: Unable to determine Dialect without JDBC metadata (please set 'javax.persistence.jdbc.url', 'hibernate.connection.url', or 'hibernate.dialect')"}}}}
Environment:
OS: AlmaLinux OS 9.2
DCM4CHEE version: 5.31.0
WILDFLY version: 29.0.1.Final
mysql version: 15.1 Distrib 10.6.15-MariaDB
java version: openjdk 17.0.8 2023-07-18 LTS
Thank you in advance for your assistance!