• 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

Same EAR deployed but a different result from 2 WAS servers under load balance

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

I have an EAR built from RAD and is deployed the same single EAR in two testing WAS servers which are under load balance. But the strange fact is that i am getting it worked in one server with the expected result and the other server is giving an exception as below.

Actually i am invoking a webservice here, if i print the log i will have to get 2 as a constant value from Application.Properties, in one server log i am getting it as 2 but in other it says the below exception.

Java.lang.NumberFormatException: null

Is it due to EAR issue or some configuration settings in the server, i couldn't locate the exact issue. Please help me solve the issue with ideas...
 
Sheriff
Posts: 3837
66
Netbeans IDE Oracle Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch, Hanumanth!

Can you post the full stack trace of your exception? And perhaps part of your code with the line the exception occurs on? The NumberFormatException is just too broad for anyoneto be able to infer anything about your problem (see also TellTheDetails ⇐ click).
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic