• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

javax.naming.CommunicationException: Cannot connect to ORB

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hellow,
i am getting an error during depoloying ejb
error message:
javax.naming.CommunicationException: Cannot connect to ORB. Root exception is org.omg.CORBA.COMM_FAILURE: minor code: 1398079689 completed: No
at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:183)
at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:68)
at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:70)
at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:637)
at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:579)
at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1007)
at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:690)
at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1088)
at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:981)
at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:2358)
at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:254)
at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:229)
at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:87)
at com.sun.jndi.url.corbaname.corbanameURLContextFactory.getUsingURLIgnoreRest(corbanameURLContextFactory.java:115)
at com.sun.jndi.url.corbaname.corbanameURLContext.getRootURLContext(corbanameURLContext.java:46)
at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
at javax.naming.InitialContext.lookup(InitialContext.java:350)
at com.sun.enterprise.tools.deployment.main.ServerManager.getJarInstaller(ServerManager.java:573)
at com.sun.enterprise.tools.deployment.main.ServerManager.addServer(ServerManager.java:211)
at com.sun.enterprise.tools.deployment.main.ServerManager.restoreFromUserHome(ServerManager.java:644)
at com.sun.enterprise.tools.deployment.ui.DeployToolWindow.doRestorations(DeployToolWindow.java:578)
at com.sun.enterprise.tools.deployment.ui.DeployToolWindow.initDeployToolWindow(DeployToolWindow.java:292)
at com.sun.enterprise.tools.deployment.ui.DeployToolWindow.<init>(DeployToolWindow.java:246)
at com.sun.enterprise.tools.deployment.ui.DeployToolWindow.startDeployToolUI(DeployToolWindow.java:219)
at com.sun.enterprise.tools.deployment.main.DeployTool.<init>(DeployTool.java:77)
at com.sun.enterprise.tools.deployment.main.Main.main(Main.java:73)
-....
please help me
with luv
hari
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
make sure that the service is started and that you use the corect properties if you do not boostrap the service
------------------
Marco Barenkamp
____________________________________________
L M I N T E R N E T S E R V I C E S AG
Senior Trainer & Architect,
BEA Certified Enterprise Developer
Sun Certified Programmer for the Java2 Platform
Sun Certified Web Component Developer for the Java2 Platform
Sun Certified Developer for the Java 2 Platform
Sun Certified Enterprise Architect for the Java 2 Platform Enterprise Edition (PI)
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic