• 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

SOAP Webservice Internal Server Error

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sometimes a request works with correct response, but the other times the same request doesnt get processed and throws Internal Server Error.

Are the requests getting lost sometimes? As I see something like this in Logs:


2012-10-09 21:53:14,930 INFO [DoTxRunnable]
-- running do all async transactions
2012-10-09 21:53:14,935 INFO [CompleteProcessRunnable]
-- running do all complete process
2012-10-09 21:53:14,936 INFO [TerminateRunnable]
-- running do all terminate
2012-10-09 21:53:51,301 INFO [NotifyRequestorRunnable]
-- running do all notify requestor fire and forget
2012-10-09 21:53:51,385 INFO [NotifyRequestorRunnable]
-- running do all notify requestor idle timeout


Please help.
 
Ranch Hand
Posts: 59
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please provide the complete stack trace
 
asmita singh
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is the only stack for the entire call.
 
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this from a client(consumer) perspective, or a server(provider) ?

WP
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic