• 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

problems while downloading file in was5.0

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i'm facing a unique problem while downloading a file from jsp using jspsmartdownload component.
on NT this problem does not occur but on AIX server on unix the following error is logged in native.log,
this error doesnt occur for the first time but for the subsequent downloads from the same jsp the following error is logged and on the screen
500 inernal server error(server is down) is displayed
thanks in advance
-rafeeq
[Fri Oct 17 17:54:44 2003] 000055ce 00000001 - ERROR: ws_common: websphereExecute: Failed to read from a new stream; App Server may have gone down during read
[Fri Oct 17 17:54:44 2003] 000055ce 00000001 - ERROR: ws_common: websphereHandleRequest: Failed to execute the transaction to 'Test'; will try another one
[Fri Oct 17 17:54:44 2003] 000055ce 00000001 - ERROR: ws_common: websphereHandleRequest: Failed to find an app server to handle this request
 
mohammed rafeeq
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry forgot to mention that this error occurs on WS4.0.2 AE i'm using jdk1.3
reply
    Bookmark Topic Watch Topic
  • New Topic