• 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

EJB Communication failure exception...

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I need to find out how to create/check the CORBA ORB port number on WBISF 5.1.

The problem description follows:

I used the following properties to access a session EJBean running on WAS 4.0 from a jsp client...

initialContextFactory=com.ibm.websphere.naming.WsnInitialContextFactory
contextProviderUrl=iiop://<host name>:900

The ORB port number I used in the above configuration was 900.

Now the environment has been migrated to WBISF 5.1.x. What would be the contextProviderUrl in this case?

When I try to use the same contextProviderUrl as mentioned above with port 900 it gives me the following error ....

[6/1/05 14:23:59:755 PDT] 1b75dc78 SystemErr R javax.ejb.EJBException: BaseS
essionFactory.getSession()A communication failure occurred while attempting to o
btain an initial context with the provider URL: "iiop://<host name>:900". Make su
re that any bootstrap address information in the URL is correct and that the tar
get name server is running. A bootstrap address with no port specification defa
ults to port 2809. Possible causes other than an incorrect bootstrap address or
unavailable name server include the network environment and workstation network
configuration.

I appreciate any help regarding this.

Thank you.
--
Sailaja
 
I'm still in control here. LOOK at this tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic