WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  IBM WAS JMS QUEUE Websphere 8.5

    Posted 05/19/15 05:46 AM
    Hi ,

    I have deployed simple JMS QUEUE send from client and receive from IBM WAS application server.

    From my client application :

    console :

    JSAS1480I: Security is not enabled because the ConfigURL property file is not set.
    javax.naming.NamingException: Error during resolve [Root exception is org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible vmcid: 0x4942f000 minor code: 3591 completed: No]JNDI API lookup failed:


    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1867)
    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1776)
    at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1433)
    at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:615)
    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:165)
    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at test.jms.client.SendJmsMsg.setupQ(SendJmsMsg.java:84)
    at test.jms.client.send.main(send.java:22)
    Caused by: org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible vmcid: 0x4942f000 minor code: 3591 completed: No
    at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1250)
    at com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:1321)
    at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1146)
    at com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:1287)
    at com.ibm.rmi.corba.ClientDelegate.request(ClientDelegate.java:1853)
    at com.ibm.CORBA.iiop.ClientDelegate.request(ClientDelegate.java:1243)
    at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
    at com.ibm.WsnOptimizedNaming._NamingContextStub.resolve_complete_info(_NamingContextStub.java:490)
    at com.ibm.ws.naming.jndicos.CNContextImpl$2.run(CNContextImpl.java:2957)
    at com.ibm.ws.naming.jndicos.CNContextImpl$2.run(CNContextImpl.java:2953)
    at com.ibm.ws.naming.util.CommonHelpers.retry(CommonHelpers.java:801)
    at com.ibm.ws.naming.jndicos.CNContextImpl.cosResolve(CNContextImpl.java:2951)
    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1817)
    ... 8 more

    I have included the library based on those google result it still remain the same errors.

    Thank for advices.
     



  • 2.  IBM WAS JMS QUEUE Websphere 8.5

    Posted 05/25/15 12:58 PM
    Hi wyyew,

       are you using IBM JRE from client?
       
       Anyone run Business Flow Manager EJB client usingSUN JRE(non ibm JRE)?
       www.ibm.com/developerworks/community/for...
       
       Hope this helps. Tell us if you need more support
       
    Regards


  • 3.  IBM WAS JMS QUEUE Websphere 8.5

    Posted 05/26/15 12:56 AM
    Hi Gabriel,

    I don't really get the idea of the link provided as the last posted link(www-01.ibm.com/support/docview.wss?rs=23...). it mentioned installed WAS server? .

    I was using my workspace eclipse included the ibm library for standalone client send , it seem not reach the my IBM WAS server environment yet.

    Thank for helping. 


  • 4.  IBM WAS JMS QUEUE Websphere 8.5

    Posted 05/26/15 11:56 AM
    Please review the next instructions to configure your environment

    Running the IBM Thin Client for Enterprise JavaBeans (EJB)
    www-01.ibm.com/support/knowledgecenter/S...

    Hope this helps. Tell us if you need more support

    Regards


  • 5.  IBM WAS JMS QUEUE Websphere 8.5

    Posted 06/01/15 07:36 AM
    hi ,

     I have added the  "com.ibm.ws.ejb.thinclient-8.0.0.jar" in my laptop runtime C:\Program Files\Java\jdk1.6.0_45\jre\lib. I am not sure is it the correct way of adding the library for jms queue client. It still have the same issue.

    Thank you very much for helping.

     


  • 6.  IBM WAS JMS QUEUE Websphere 8.5

    Posted 06/02/15 01:27 PM
    Hi,

      But you have more steps to configure the client. How are you testing the client?
     
      In the link you have an example about how to launch directly from java
     
      /bin/java -classpath com.ibm.ws.ejb.thinclient_8.5.0.jar: -Djava.naming.provider.url=iiop:// -Dcom.ibm.SSL.ConfigURL=file:///home/user1/ssl.client.props -Dcom.ibm.CORBA.ConfigURL=file:///home/user1/sas.client.props
     
      but you need to adapt to your eclipse workspace
     
      Hope this helps. Tell us if you need more support.
     
    Regards