• 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

Randomly , Incomplete Requests are being received on Jboss 4.

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

I have a portal project developed in j2ee deployed on jboss 4.

I am expecting 22 parameters in 1 particular form submission but randomly approx. 2 out of 100 requests are received with only half parameters in that causes unexpected behaviour.

Has any one else faced the same ? Any solution ?

Logs are not showing anything.

Regards
Amish Parikh
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch, Amish!

There's no reason why such a thing should happen. I would recommend running the portal app on a browser with client-side tools such as the FireBug add-on for Firefox. If you can get a request with dropped form fields to happen there, you'll have a complete listing of what was actually sent and received.

 
Amish Parikh
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Even in firebug same thing is getting faced. And now we are getting request as null for such random cases.

Increasing connection time out parameter of jboss have redused no. of occurences but still its geting faced.
 
reply
    Bookmark Topic Watch Topic
  • New Topic