SqueakMap down?

Brent Vukmer brent.vukmer at gmail.com
Wed Oct 6 11:30:33 UTC 2004


Ben, I'm seeing the same thing this morning, and you're correct in
your diagnosis

SMSqueakMap>>loadFullFrom: has the following line:

zipped := (HTTPSocket httpGet: url) contents

The in-image HTTPSocket class should be signaling an error when a 500
response code is received, IMO.


On Tue, 05 Oct 2004 13:42:25 -0400, Ben Schroeder <bschroeder at procro.com> wrote:
> Hi everyone,
> 
> Is SqueakMap down?  When I try to open the package loader I get a message
> about "UndefinedObject>>nextPutAll".  It looks like the system is trying to
> write a file, but the filename it's using is
> 
>     a primitive has failed<p>
>     <hr>
>     <address>Comanche/6.2 (unix)  Server at 62.4.94.149 Port 8080</address>
>     </body></html>
> 
> I'm guessing it parsed this off the end of whatever the server sent back,
> expecting it to be a filename.
> 
> Thanks,
> Ben Schroeder
> 
>



More information about the Squeak-dev mailing list