jacorb / iiop-service.xml failing to start with NoClassDefFoundError: org/slf4j/LoggerFactory in JBoss EAP 5.2
Issue
- I'm running into these error messages when starting EAP 5.2.0 with the JBPAPP-10711 patch applied :
2014-10-17 01:06:37,669 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Start: name=jboss:service=CorbaORB state=Create mode=Manual requiredState=Installed
java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
at org.jacorb.config.JacORBConfiguration.getLogger(JacORBConfiguration.java:603)
at org.jacorb.config.JacORBConfiguration.<init>(JacORBConfiguration.java:130)
at org.jacorb.config.JacORBConfiguration.getConfiguration(JacORBConfiguration.java:111)
at org.jacorb.orb.ORB.set_parameters(ORB.java:1527)
at org.omg.CORBA.ORB.init(ORB.java:62)
at org.jboss.iiop.CorbaORBService.startService(CorbaORBService.java:330)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:376)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:322)
at sun.reflect.GeneratedMethodAccessor109.invoke(Unknown Source)
...
DEPLOYMENTS IN ERROR:
Deployment "vfsfile:/home/jboss-eap-5.2/server/production/deploy/iiop-service.xml" is in error due to the following reason(s): java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
Environment
Red Hat JBoss Enterprise Application Platform (EAP) 5.2.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
