• 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

WAS7 cluster member: can't lookup from WSAD 5.1.2

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a web application running on WSAD 5.1.2 in my local machine, and I want to "lookup" an EJB running on a remote WAS 7.

It's fine when the remote app (in WAS7) is in a single server (i.e. boostrap port of a non cluster member).

But when the remote app is in a cluster member, the lookup returns ServiceUnavailableException.

Checked with "dumpNameSpace.sh -url corbaloc:iiop:li201:2813/NameServiceServerRoot" (the bootstrap of a cluster member) which is fine.

Checked the remote SystemOut.log, but found no exceptions.

I Read WAS7 troubleshooting manual: http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rcli_troubleshoot.html

I followed the troubleshooting procedures, but none of the suggested causes were the causes.

I'm using the following code:



Can anyone help me, please?

The complete exception stack trace is:


 
reply
    Bookmark Topic Watch Topic
  • New Topic