On Tue, 3 Apr 2007, Ben Suffolk wrote:
Your error looks like the web-server that you are sending the DLRs to is
not responding correctly (it looks like its just closing the connection
instead of talking HTTP). Possibly a firewall issue?
well, it's definately not a firewall issue as it's all on the same internal
network, as for the http connection closing, it seems odd because this is a
web server i use quite a bit and don't have any problems with, and also the
problem is intermittent. i've restarted by smsbox with log level -v 2 so
maybe i'll get some more detailed error messages
does anyone know waht fd 28 even means?
fd is the file descriptor (its number 28 in the this case). Under unix all
connections are treated like files, so ever connection, every open log file
etc has a file descriptor so that the data behind it can be accessed.
ah of course *duh* sorry for being a bit dim there. i restarted the sms
box and haven't seen the error again yet which makes me think it was some
problem in the sms box. it's definately not a problem with the web server
or the firewall... not sure how i'd track it down though