• 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

java.lang.error with Weblogic cluster

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I am facing a peculiar problem.

A web application is deployed in a clustered environment and an EJB application is deployed in a local machine.

When we are trying to connect it through simple remote call , I get java.lang.error.

To identify the problem , we deployed the web application is a non clustered environment . In this scenario , the remote call to EJB is successful and the requested data is easy sent.

Why is this peculiar behaviour for web application deployed in a clustered environment?

I am sure that java.lang.error is thrown when the remote call to the business method takes place...

Please give me your valuable inputs.

Best Regards
Sandeep
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic