Error getting WsnNameService properties while connecting to EJB websphere

746 views Asked by At

I am trying to access EJB websphere and using below dependency to have the connectivity.

<dependency>
        <groupId>ibm</groupId>
        <artifactId>com.ibm.ws.ejb.thinclient</artifactId>
        <version>8.5.0</version>
    </dependency>
    <dependency>
        <groupId>ibm</groupId>
        <artifactId>com.ibm.ws.orb</artifactId>
        <version>8.5.0</version>
    </dependency>
Log Error: Exception  caught: javax.naming.NamingException: Error getting WsnNameService properties [Root exception is org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible  vmcid: 0x4942f000  minor code: 3591  completed: No]

Can anyone update what configuration I am missing here. My code is able to create initial context but while looking up for JNDI path it is failing with above error.

Analysis- Checked the connectivity to the websphere server with telnet - Connectivity is working fine.

  1. Verified the server path it is correct.
  2. server is running at version 8.5

Anything other than this which can help me to trouble shoot this issue. I am stucked here from very long.

0

There are 0 answers