- From: Greg Kimberly <heyyou@gak.com>
- Date: Tue, 19 Nov 1996 17:28:36 -0500
- To: www-jigsaw@w3.org
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) 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? -greg --------------------------- Greg Kimberly gak.com inc. http://www.gak.com/ http://gak.www.media.mit.edu/people/gak/ (617) 641-4696
Received on Tuesday, 19 November 1996 17:30:11 UTC