I get a NullPointerException deploying dcm4chee-arc-ear-5.16.0-mysql.ear.
$WILDFLY_HOME/bin/standalone.sh -c dcm4chee-arc.xml
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jboss.logmanager.LogManager$2 (jar:file:/opt/dcm4chee/dcm4chee/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-2.0.9.Final.jar!/) to constructor java.util.logging.Level$KnownLevel(java.util.logging.Level)
WARNING: Please consider reporting this to the maintainers of org.jboss.logmanager.LogManager$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[standalone@localhost:9990 /] deploy /opt/dcm4chee/Pakete/dcm4chee/deploy/dcm4chee-arc-ear-5.16.0-mysql.ear
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"WFLYCTL0080: Failed services" => {"jboss.persistenceunit.\"dcm4chee-arc-ear-5.16.0-mysql.ear#dcm4chee-arc\"" => "javax.persistence.PersistenceException: [PersistenceUnit: dcm4chee-arc] Unable to build Hibernate SessionFactory
Caused by: javax.persistence.PersistenceException: [PersistenceUnit: dcm4chee-arc] Unable to build Hibernate SessionFactory
Caused by: org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister
Caused by: org.hibernate.HibernateException: Unable to instantiate default tuplizer [org.hibernate.tuple.entity.PojoEntityTuplizer]
Caused by: java.lang.reflect.InvocationTargetException
Caused by: java.lang.NullPointerException"}
used software:
openjdk-11-jdk
wildfly-12.0.0.Final
mariadb-server-10.3
dcm4chee-arc-5.16.0-mysql
debian buster
Any hints?