Error: invalid http status line

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Error: invalid http status line

Rob Withers-2
I am using the WAListenerAdaptor and after I load a page, at some short time
later (not immediately) I get a walkback saying 'Error: invalid http status
line' from HttpRequest>>initStatusString:

Rob

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Error: invalid http status line

Philippe Marschall
2010/9/21 Rob Withers <[hidden email]>:
> I am using the WAListenerAdaptor and after I load a page, at some short time
> later (not immediately) I get a walkback saying 'Error: invalid http status
> line' from HttpRequest>>initStatusString:


Can you provide a bit more information? What is aString? Can you
reproduce it? What version of Smalltalk, Seaside and Kom do you have?

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Error: invalid http status line

Rob Withers-2
It originally happened in an image I had built from 4.1 by loading all Trunk
versions up to current.  I just took a Squeak4.2-10382 image, loaded Seaside
by running:

(Installer ss)
        project: 'MetacelloRepository';
                install: 'ConfigurationOfSeaside30'.
(Smalltalk at: #ConfigurationOfSeaside30) load.

Then starting the WAListenerAdapter with:

WAListenerAdaptor startOn: 8080.

I don't know what version of Kom I have.  THe problem is repeatable in this
version as well.

The aString is empty string:  ''

Rob

--------------------------------------------------
From: "Philippe Marschall" <[hidden email]>
Sent: Wednesday, September 22, 2010 5:56 AM
To: "Seaside - general discussion" <[hidden email]>
Subject: Re: [Seaside] Error: invalid http status line

> 2010/9/21 Rob Withers <[hidden email]>:
>> I am using the WAListenerAdaptor and after I load a page, at some short
>> time
>> later (not immediately) I get a walkback saying 'Error: invalid http
>> status
>> line' from HttpRequest>>initStatusString:
>
>
> Can you provide a bit more information? What is aString? Can you
> reproduce it? What version of Smalltalk, Seaside and Kom do you have?
>
> Cheers
> Philippe
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside