Has anyone seen this and understand what it is? We got this error with
ns_getform during a file upload. It was happening once in a while with
2.3.3 too, so not a new thing. This user is uploading via AOL:
Name: spider-ta074.proxy.aol.com
Address: 152.163.205.79
My guess is that the AOL proxy went to sleep for more than 30 seconds
during the file upload, causing the socket driver to timeout. I'm sure
the disk wasn't full, so am assuming it's a problem on the read side.
Jim
errorInfo: Error writing content: resource temporarily unavailable
while executing
"ns_conncptofp $fp"
invoked from within
"if {![string match "POST" [ns_conn method]] || ![string match
"*multipart/form-data*" [string tolower $type]] } {
# Return ordinary or no ..."
invoked from within
"if ![info exists _ns_form] {
set _ns_form ""
set method [ns_conn method]
set type [ns_set iget [ns_conn headers] content-type]
## MSIE redirecte ..."
(procedure "ns_getform" line 4)
invoked from within
"ns_getform"
invoked from within
"set form [ns_getform]..."
IP: 152.163.205.79
HTTP Header:
Accept="image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*"
Referer="http://www.rubylane.com/en/info/itemsmanage.tcl?snn=kyderbyitems"
Accept-Language="en-us"
Content-Type="multipart/form-data; boundary=---------------------------7d13b6b3a8"
Accept-Encoding="gzip, deflate"
User-Agent="Mozilla/4.0 (compatible; MSIE 5.5; CS 2000 6.0; Windows 98; Win 9x
4.90)"
Host="www.rubylane.com"
Content-Length="2174"
Pragma="no-cache"