• 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

Location_Forward returns the old IOR

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebSphere Version 4.0.7
EJB Version 1.1
Java version = 1.3.1_15, Java Compiler = null, Java VM name = Java HotSpot(tm) Server VM
The problem is during the Application server start up, the process hangs at the first call to create() on a EJBHome Reference.
Further Analysis (ORB Traces) revealed the following
ORB_THREAD_1 sends a RequestMessage to RemoteHost(sam as Local Host) ABCD1 & RemotePort 9001 (Local Port is 43473).It receives LOCATION_FORWARD for each request with the new IOR same as the old one from the Remote Host.

Has anyone encountered this problem ever?

* The IOR of the old Target Object and that returned from getForwardedIOR() is same-- this was concluded from the fact that 2 subsequent requests had the same Object Key in the Request Message.
reply
    Bookmark Topic Watch Topic
  • New Topic