Hello,
I tried to fix this problem by myself but finally I came here.
I'm upgrading my JEE application to JEE 10 which uses namespace jakarta.
The deployment to Wildfly 38.0.0 in Ubuntu 24 works file.
But our production server is Debian 13 and somehow I got the error below.
There are any differences except the OS which is Debian 13.
Even I treid to test on the Docker container which is built on Ubuntu 24 and wildfly 38.
The deployment works fine.
Is there any issues on Debian 13. Is there anyone have these experiances?
loper/flyme/server/wildfly-38.0.0.Final/modules/system/layers/base))]",
"jboss.deployment.subunit.\"flyme.ear\".\"ejb_flyme-batch.jar\".component.BatchController.CREATE" => "Failed to start service
Caused by: java.lang.NoClassDefFoundError: org/wildfly/clustering/server/manager/Service
Caused by: java.lang.ClassNotFoundException: org.wildfly.clustering.server.manager.Service from [Module \"org.jboss.as.ejb3\" version 38.0.0.Final from local module loader @655ef322 (finder: local module finder @7e276594 (roots: /home/developer/flyme/server/wildfly-38.0.0.Final/modules,/home/deve
loper/flyme/server/wildfly-38.0.0.Final/modules/system/layers/base))]"