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

Application Fails when cookies where not cleared daily

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

Our Application is made of java servlets,jsp,oracle running in websphere app server.
in the production box, we are getting

"Source: com.telstra.mnpcis.online.alarms.GetAlarmRequestsCommand Error Message: java.lang.ArrayIndexOutOfBoundsException Detailed Message: Error in perform() of GetAlarmRequestsCommand"

but i dont find any problem in the code.

when we open a new session, then the site runs fine.
now, in a day, if we clear the cookies and run the site, we are not facing
any kind of problem.

plz help me out, from this situation.

thanks in advance.

regards,
jaidev
 
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
can you put that piece of code which is throwing exception here?
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please don't crosspost. Probably isn't specific to servlets, anyway. Continue discussion here: https://coderanch.com/t/326884/java/java/Application-Fails-when-cookies-where

Closing...
    Bookmark Topic Watch Topic
  • New Topic