[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

04/08/2003 at 01:52PM PDT, ID: 20578834
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0

VAJ 3.5.3 Persistent Name Server - BindingHome Exception

Asked by kpetti in Java Programming Language

Tags: name, persistent, server, vaj

I am having trouble getting my Persistent Name Server started.  I am running NT 4.0. I keep getting the following error in the Console (log level is set to MEDIUM):

[03.04.08 16:47:00:279 EDT] 55ee ManagedServer E Version : 3.5.3
[03.04.08 16:47:00:830 EDT] 55ee ManagedServer E Edition: advanced
[03.04.08 16:47:00:860 EDT] 55ee ManagedServer E Build date: Sun Mar 04 00:00:00 EST 2001
[03.04.08 16:47:00:860 EDT] 55ee ManagedServer E Build number: ptf3b0109.01
[03.04.08 16:47:15:421 EDT] 55ee _ConnMgrBaseI E Register to dump facility.
[03.04.08 16:47:15:441 EDT] 55ee _ConnMgrBaseI E Initialize PreparedStatement cache.
[03.04.08 16:47:15:441 EDT] 55ee _ConnMgrBaseI E Initialize prepared statement cache. Size:30
InstantDB - Version 3.13
Copyright (c) 1997-2000 Instant Computer Solutions Ltd.
[03.04.08 16:47:31:334 EDT] 55ee NSServantMana E registering servant: /
[03.04.08 16:47:31:835 EDT] 55ee NameServer    E Starting bootstrap server on port 900
[03.04.08 16:47:31:865 EDT] 55ee NameServer    E Bootstrap server is listening
[03.04.08 16:49:12:099 EDT] 5a4f DrAdminServer A SMTL0018I: DrAdmin available on port 1,193
[03.04.08 16:49:22:173 EDT] 55ee EJSJDBCPersis E create
                                 "com.ibm.ejs.ns.CosNaming.EJSJDBCPersisterBindingBean"
[03.04.08 16:49:24:567 EDT] 55ee CNInitialCont E Properties file not found
[03.04.08 16:49:24:587 EDT] 55ee CNInitialCont E using runtime orb
[03.04.08 16:49:24:817 EDT] 55ee CNInitialCont E Using ORB's default bootstrap server
[03.04.08 16:51:04:260 EDT] 55ee ActiveEnterpr W Failed to start the bean "BindingHome" javax.naming.CommunicationException.  Root exception is org.omg.CORBA.COMM_FAILURE:   minor code: 1  completed: No
      java.lang.Throwable(java.lang.String)
      java.lang.Exception(java.lang.String)
      java.lang.RuntimeException(java.lang.String)
      org.omg.CORBA.SystemException(java.lang.String, int, org.omg.CORBA.CompletionStatus)
      org.omg.CORBA.COMM_FAILURE(java.lang.String, int, org.omg.CORBA.CompletionStatus)
      org.omg.CORBA.COMM_FAILURE(int, org.omg.CORBA.CompletionStatus)
      com.ibm.rmi.iiop.Connection com.ibm.CORBA.iiop.ConnectionTable.get(java.lang.String, int, com.ibm.rmi.Profile)
      com.ibm.rmi.iiop.Connection com.ibm.CORBA.iiop.ConnectionTable.get(com.ibm.rmi.Profile, java.lang.String, org.omg.CORBA.Object, boolean)
      com.ibm.rmi.IOR com.ibm.CORBA.iiop.GIOPImpl.locate(com.ibm.rmi.IOR, org.omg.CORBA.Object, boolean)
      com.ibm.rmi.ClientRequest com.ibm.CORBA.iiop.ClientDelegate.createRequest(java.lang.String, boolean, org.omg.CORBA.Object)
      org.omg.CORBA.Object com.ibm.CORBA.iiop.InitialNamingClient.resolve(java.lang.String, java.lang.String, int)
      org.omg.CORBA.Object com.ibm.CORBA.iiop.InitialNamingClient.cachedInitialReferences(java.lang.String)
      org.omg.CORBA.Object com.ibm.CORBA.iiop.InitialNamingClient.resolve_initial_references(java.lang.String)
      org.omg.CORBA.Object com.ibm.CORBA.iiop.ORB.resolve_initial_references(java.lang.String)
      org.omg.CosNaming.NamingContext com.ibm.ejs.ns.jndi.CNInitialContextFactory.initRootContext(com.ibm.CORBA.iiop.ORB, java.lang.String, int)
      javax.naming.Context com.ibm.ejs.ns.jndi.CNInitialContextFactory.getInitialContext(java.util.Hashtable)
      javax.naming.Context javax.naming.spi.NamingManager.getInitialContext(java.util.Hashtable)
      javax.naming.Context javax.naming.InitialContext.getDefaultInitCtx()
      void javax.naming.InitialContext.init(java.util.Hashtable)
      javax.naming.InitialContext()
      void com.ibm.ejs.sm.active.ActiveEJBContainer.rebindHome(java.lang.String, java.rmi.Remote)
      java.rmi.Remote com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(java.lang.String, com.ibm.ejs.util.PortableDeploymentDescriptor, java.lang.String, boolean, java.lang.String, com.ibm.ejs.sm.active.ActiveEnterpriseBean, java.lang.String)
      void com.ibm.ejs.sm.active.ActiveEnterpriseBean.startAction(boolean, com.ibm.ejs.sm.util.ObjectCollection)
      void com.ibm.ejs.sm.active.ActiveObject.startObject(long, boolean)
      void com.ibm.ejs.sm.active.ActiveObject.start(int, com.ibm.ejs.sm.active.ActiveObjectConfig)
      void com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(com.ibm.ejs.sm.active.ActiveObjectConfig, java.lang.String, com.ibm.ejs.sm.util.ObjectCollection)
      void com.ibm.ejs.sm.active.ActiveEJBContainer.startAction(boolean, com.ibm.ejs.sm.util.ObjectCollection)
      void com.ibm.ejs.sm.active.ActiveObject.startObject(long, boolean)
      void com.ibm.ejs.sm.active.ActiveObject.start(int, com.ibm.ejs.sm.active.ActiveObjectConfig)
      void com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(com.ibm.ejs.sm.active.ActiveObjectConfig, java.lang.String, com.ibm.ejs.sm.util.ObjectCollection)
      void com.ibm.ejs.sm.active.ActiveEJBServer.startAction(boolean, com.ibm.ejs.sm.util.ObjectCollection)
      void com.ibm.ejs.sm.active.ActiveObject.startObject(long, boolean)
      void com.ibm.ejs.sm.active.ActiveObject.start(int, com.ibm.ejs.sm.active.ActiveObjectConfig)
      java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object [])
      java.lang.Object com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(com.ibm.ejs.sm.agent.ContainmentPath, java.lang.String, com.ibm.ejs.sm.agent.ParamList)
      java.lang.Object com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(com.ibm.ejs.sm.agent.ContainmentPath, java.lang.String, com.ibm.ejs.sm.agent.ParamList)
      void com.ibm.ejs.server.EJServer.configRuntime(java.util.Properties [])
      void com.ibm.ejs.server.EJServer.start()
      void com.ibm.ivj.control.tools.internal.EJSServer.startEJS(java.lang.String [])
      boolean com.ibm.ivj.control.node.NameServerRunner.startServer()
      void com.ibm.ivj.control.node.NameServerRunner.main(java.lang.String [])
      java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object [])

----- Begin backtrace for rootCause
org.omg.CORBA.COMM_FAILURE:   minor code: 1  completed: No
      java.lang.Throwable(java.lang.String)
      java.lang.Exception(java.lang.String)
      java.lang.RuntimeException(java.lang.String)
      org.omg.CORBA.SystemException(java.lang.String, int, org.omg.CORBA.CompletionStatus)
      org.omg.CORBA.COMM_FAILURE(java.lang.String, int, org.omg.CORBA.CompletionStatus)
      org.omg.CORBA.COMM_FAILURE(int, org.omg.CORBA.CompletionStatus)
      com.ibm.rmi.iiop.Connection com.ibm.CORBA.iiop.ConnectionTable.get(java.lang.String, int, com.ibm.rmi.Profile)
      com.ibm.rmi.iiop.Connection com.ibm.CORBA.iiop.ConnectionTable.get(com.ibm.rmi.Profile, java.lang.String, org.omg.CORBA.Object, boolean)
      com.ibm.rmi.IOR com.ibm.CORBA.iiop.GIOPImpl.locate(com.ibm.rmi.IOR, org.omg.CORBA.Object, boolean)
      com.ibm.rmi.ClientRequest com.ibm.CORBA.iiop.ClientDelegate.createRequest(java.lang.String, boolean, org.omg.CORBA.Object)
      org.omg.CORBA.Object com.ibm.CORBA.iiop.InitialNamingClient.resolve(java.lang.String, java.lang.String, int)
      org.omg.CORBA.Object com.ibm.CORBA.iiop.InitialNamingClient.cachedInitialReferences(java.lang.String)
      org.omg.CORBA.Object com.ibm.CORBA.iiop.InitialNamingClient.resolve_initial_references(java.lang.String)
      org.omg.CORBA.Object com.ibm.CORBA.iiop.ORB.resolve_initial_references(java.lang.String)
      org.omg.CosNaming.NamingContext com.ibm.ejs.ns.jndi.CNInitialContextFactory.initRootContext(com.ibm.CORBA.iiop.ORB, java.lang.String, int)
      javax.naming.Context com.ibm.ejs.ns.jndi.CNInitialContextFactory.getInitialContext(java.util.Hashtable)
      javax.naming.Context javax.naming.spi.NamingManager.getInitialContext(java.util.Hashtable)
      javax.naming.Context javax.naming.InitialContext.getDefaultInitCtx()
      void javax.naming.InitialContext.init(java.util.Hashtable)
      javax.naming.InitialContext()
      void com.ibm.ejs.sm.active.ActiveEJBContainer.rebindHome(java.lang.String, java.rmi.Remote)
      java.rmi.Remote com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(java.lang.String, com.ibm.ejs.util.PortableDeploymentDescriptor, java.lang.String, boolean, java.lang.String, com.ibm.ejs.sm.active.ActiveEnterpriseBean, java.lang.String)
      void com.ibm.ejs.sm.active.ActiveEnterpriseBean.startAction(boolean, com.ibm.ejs.sm.util.ObjectCollection)
      void com.ibm.ejs.sm.active.ActiveObject.startObject(long, boolean)
      void com.ibm.ejs.sm.active.ActiveObject.start(int, com.ibm.ejs.sm.active.ActiveObjectConfig)
      void com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(com.ibm.ejs.sm.active.ActiveObjectConfig, java.lang.String, com.ibm.ejs.sm.util.ObjectCollection)
      void com.ibm.ejs.sm.active.ActiveEJBContainer.startAction(boolean, com.ibm.ejs.sm.util.ObjectCollection)
      void com.ibm.ejs.sm.active.ActiveObject.startObject(long, boolean)
      void com.ibm.ejs.sm.active.ActiveObject.start(int, com.ibm.ejs.sm.active.ActiveObjectConfig)
      void com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(com.ibm.ejs.sm.active.ActiveObjectConfig, java.lang.String, com.ibm.ejs.sm.util.ObjectCollection)
      void com.ibm.ejs.sm.active.ActiveEJBServer.startAction(boolean, com.ibm.ejs.sm.util.ObjectCollection)
      void com.ibm.ejs.sm.active.ActiveObject.startObject(long, boolean)
      void com.ibm.ejs.sm.active.ActiveObject.start(int, com.ibm.ejs.sm.active.ActiveObjectConfig)
      java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object [])
      java.lang.Object com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(com.ibm.ejs.sm.agent.ContainmentPath, java.lang.String, com.ibm.ejs.sm.agent.ParamList)
      java.lang.Object com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(com.ibm.ejs.sm.agent.ContainmentPath, java.lang.String, com.ibm.ejs.sm.agent.ParamList)
      void com.ibm.ejs.server.EJServer.configRuntime(java.util.Properties [])
      void com.ibm.ejs.server.EJServer.start()
      void com.ibm.ivj.control.tools.internal.EJSServer.startEJS(java.lang.String [])
      boolean com.ibm.ivj.control.node.NameServerRunner.startServer()
      void com.ibm.ivj.control.node.NameServerRunner.main(java.lang.String [])
      java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object [])


[03.04.08 16:51:05:242 EDT] 55ee CNInitialCont E Properties file not found
[03.04.08 16:51:05:242 EDT] 55ee CNInitialCont E using runtime orb
[03.04.08 16:51:05:252 EDT] 55ee CNInitialCont E Using ORB's default bootstrap server
[+][-]04/08/03 02:07 PM, ID: 8295066

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/08/03 02:10 PM, ID: 8295089

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/08/03 02:14 PM, ID: 8295109

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/09/03 03:18 AM, ID: 8298405

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/08/03 12:59 PM, ID: 8491389

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/10/03 03:55 AM, ID: 8499550

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/12/03 10:49 AM, ID: 8510637

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Java Programming Language
Tags: name, persistent, server, vaj
Sign Up Now!
Solution Provided By: modulo
Participating Experts: 2
Solution Grade: B
 
 
 
Loading Advertisement...
20090824-EE-VQP-74