I recently deployed my application into local JBoss server and everything works just fine. Then I try to migrate the application into JBoss/wildfly-12 Server (Docker version) and now having a problem.
Here's a look into the log file:
TRACE [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) Scan complete
TRACE [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) Scanning directory D:\ for deployment content changes
TRACE [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) Scan complete
INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Server will resume
ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0215: Failed to resume activity org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent$1@58921a50. To resume normal operation it is recommended that you restart the server.
I tried to restart the server but this problem always come. Afterwards, I tried to google up the problem and found this. I am not sure this is the right solution. Does anyone have the same problem?
Thank you very much!