• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Error while uploading multiple files

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
we have j2ee application which runs in apache webserver and JBOSS app server. Our requirement is to upload multiple pdf files into DB. we are able to insert small size files but while uploading large size files (like more than 20 MB) , we are getting below exception in browser but backend the process got completed(all files got inserted into DB).

We are getting below exception
The proxy server received an invalid response from an upstream server
The proxy server could not handle the request POST/...
Reason: Error reading from remote server


For work around we have done the below change
----->We have increased the timeout property in httpd.conf file to 5 mins then it is working fine.

But is there any way to resolve this issue without modifying this httpd.conf file .

Please suggest us. It is really urgent.

Thanks in advance.
Ramesh
reply
    Bookmark Topic Watch Topic
  • New Topic