Re: Jigsaw on Mac

Greg Kimberly writes:
 > I've had partial success running alpha3 on a Mac under CW10.
 > 
 > The command line I use (under javai in MetroWerks Java) is:
 > 
 > -working "/InstallDir/Jigsaw/Jigsaw" -classpath
 > "/InstallDir/Jigsaw/Jigsaw/Jigsaw.zip" w3c.jigsaw.http.httpd -root
 > "/InstallDir/Jigsaw/Jigsaw"
 > 
 > (note that this *may not* have a trailing return on it...)
 > (and that I keep my zip file in the main Jigsaw directory)
 > 
 > The server seems to happily serve up pages, but does through the following
 > exception for every page served:
 > 
 > java.lang.UnknownError: Broken Pipe
 > 	at java.net.SocketInputStream.read(SocketInputStream.java:89)
 > 	at java.io.BufferedInputStream.fill(BufferedInputStream.java:107)
 > 	at java.io.BufferedInputStream.read(BufferedInputStream.java:121)
 > 	at w3c.www.mime.MimeParser.parse(MimeParser.java:177)
 > 	at w3c.jigsaw.http.Client.getNextRequest(Client.java:275)
 > 	at w3c.jigsaw.http.Client.loop(Client.java:512)
 > 	at w3c.jigsaw.http.Client.runConnection(Client.java:642)
 > 	at w3c.jigsaw.http.Client.run(Client.java:620)
 > 	at java.lang.Thread.run(Thread.java:294)

That's normal, the bug is probably that Jigsaw displays the trace
(unlesss you were in trace mode ?)

 > I've recompiled Jigsaw under CW with an eye to using the debugger to figure
 > out where and why the exception gets thrown, but haven't managed to get far
 > without crashing so far. Do folks get this sort of exception on other
 > platforms? Is anyone else running Jigsaw on a Mac?

Yes, this exception, again, is normal. Lots of people have run Jigsaw
on the Mac (BTW thanks to all of you who sent the cookbook).
I will announce its location RSN (some last checks neeeded)

Anselm.

Received on Wednesday, 20 November 1996 03:39:57 UTC