JBoss redeploy gives a NameNotFoundException: ORB not bound

I run JBoss 6.1.0.Final on the Windows 7 desktop. When I redistribute my ear, I always get this stack:

16:23:32,560 WARN [org.jboss.kernel.plugins.dependency.StartStopLifecycleAction] Error during stop for jboss-switchboard:appName=foretag-ear,module=foretag-ejb-4.0.0-SNAPSHOT,name=ArbetsstalleDAO: javax.naming.NameNotFoundException: ORB not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:771) [:5.0.5.Final] at org.jnp.server.NamingServer.getBinding(NamingServer.java:779) [:5.0.5.Final] at org.jnp.server.NamingServer.unbind(NamingServer.java:349) [:5.0.5.Final] at org.jnp.interfaces.NamingContext.unbind(NamingContext.java:873) [:5.0.5.Final] at org.jboss.util.naming.Util.unbind(Util.java:151) [jboss-common-core.jar:2.2.17.GA] at org.jboss.util.naming.Util.unbind(Util.java:141) [jboss-common-core.jar:2.2.17.GA] at org.jboss.switchboard.mc.SwitchBoardImpl.unbindFromRelevantContext(SwitchBoardImpl.java:303) [:1.0.0-alpha-15] at org.jboss.switchboard.mc.SwitchBoardImpl.stop(SwitchBoardImpl.java:102) [:1.0.0-alpha-15] at sun.reflect.GeneratedMethodAccessor432.invoke(Unknown Source) [:1.6.0_34] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_34] at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_34] 

This is a warning, but we believe that it will ruin the JNDI space for various reasons. I searched for this, but did not find much useful information. One recommendation was to run the entire configuration, but it was the same table with this configuration. Any ideas, or do you think we can really ignore this stack?

Yours faithfully,

Ian Gifwar

+8
jboss orb
source share

No one has answered this question yet.

See related questions:

350
What is the difference between Tomcat, JBoss and Glassfish?
138
JBoss vs Tomcat again
75
What is the difference between JBoss EAP, Wildfly, JBoss and JBoss server?
2
Auto-redistribution of JBoss
one
Avoid redistribution in netbeans
one
JBoss Application Deployment Server
one
Final release of Jboss 6.0.0 using CXF 3.3.1
one
JBoss 6 does not recognize data source name in persistence.xml file
0
Jboss 5 NameNotFoundException
0
EBJ 3 Entity Bean, JBoss, and Oracle DB 10g Configuration Exception

All Articles