• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

HTTP Error 408 / 409

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am getting this "HTTP Error 408 / 409 - Not acceptable / Resource conflict" message in my application, which involves uploading some files to the server.

It also says "Due to high demand the page you are looking for cannot be delievered to you right now."

Any ideas what could be the probable cause of the problem?

Regards,
Anupreet
 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to this, but it sounds like the server ran out of ports for communication. Does your program run when the server is not busy?
 
Anupreet Arora
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The server is not extraordinarily busy. Also, the page comes up OK the second time the link is clicked by the user.

The problem is sth like.. when the upload is tried the first time, we get the 408/409 Error. We try it the second time, and things turn up OK.

I tried searching the net..but all I could gather was that 409 could be because of a resource conflict, while using an HTTP PUT.

But I am not using HTTP PUT in my application.

Any help is appreciated.

Cheers
Anupreet
 
You have to be odd to be #1 - Seuss. An odd little ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic