I had a the following error recently in my jboss:
org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.management.j2ee.LocalJBossServerDomain
I’ve extracted the jboss archive with window archiver, I didn’t know that could be a problem until I’ve founded that blog post : org.jboss.management.j2ee.LocalJBossServerDomain.
Here what it’s say:
Cause:
You get this error when after extracting JBoss, you try to start it
Solution:
This happens if you try to extract JBoss archive using windows archiver. It doesn’t properly extract the library files. Use a different archiver and ditch Windows.
Recent Comments