portableaserve errors when page with Ajax is refreshed

"Duheng Deng" <[email protected]> Tue, 24 Apr 2007 18:13:38 -0700
Newsgroups gmane.lisp.open-source.franz
Message-ID <[email protected]>
------=_Part_6339_4594793.1177463618433
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello,

I'm running portableaserve 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,

------=_Part_6339_4594793.1177463618433
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello,<br><br>I&#39;m running portableaserve 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&#39;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...) <br><br>Whenever I load that page and then refresh it (either
immediately or say 30 secs later) I got the following error: &quot;Error in
function GET-PEER-HOST-AND-PORT: Error &quot;Transport endpoint is not
connected&quot; getting peer host and port on FD 8.&quot; Sometimes there&#39;s also
another error with &quot;sigpipe...&quot; and some memory address, but I wasn&#39;t
able to reproduce it. Since there are quite a few cache/no cache files
too there are always several errors one after another. <br><br>What do these errors mean? I&#39;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. <br><br>Thanks for your help,

------=_Part_6339_4594793.1177463618433--