From: Duheng D. <den...@gm...> - 2007-04-11 02:09:12
|
Hello, I'm running paserve under Ubuntu Edgy and cmucl CVS 19a (not sure about the paserve version, but I got it just about a week ago via the Ubuntu package system). It's been running fine until one day I made this simple Ajax page with just a button that does an asynchronous GET on click (made it with Google Web Toolkit. There are a bunch of cache/no cache HTML files so when the Ajax page loads it also requests all those pages...) Whenever I load that page and then refresh it (either immediately or say 30 secs later) I got the following error: "Error in function GET-PEER-HOST-AND-PORT: Error "Transport endpoint is not connected" getting peer host and port on FD 8." Sometimes there's also another error with "sigpipe..." and some memory address, but I wasn't able to reproduce it. Since there are quite a few cache/no cache files too there are always several errors one after another. What do these errors mean? I'm a newbie to network programming and UNIX and the first one seems to relate to UNIX syscalls after a quick search. BTW, that page works fine under other circumstances (works on another server too), just NOT when I refresh it without hitting the button. Thanks for your help, Duheng |