Attempting to run the "hello world of web apps" in the tutorial fails. I've tried it with and without disabling news.arc (as the tutorial suggests) with no difference. Here is what appears on the termnal running arc: ethan@rovaniemi arc2 (0) $ ./arc.sh
Use (quit) to quit, (tl) to return here after an interrupt.
arc> (defop hello req (pr "hello world"))
#<procedure:gs1446>
arc> (asv)
ready to serve port 8080
date: 1221127958: No such file or directory
make-string: expects argument of type <non-negative exact integer>; given -1 === context ===
cut
memodate
srvlog
gs904
handle-request-thread And the error output from Lynx:
ethan@rovaniemi arc2 (0) $ lynx http://localhost:8080/ Looking up localhost:8080
Making HTTP connection to localhost:8080
Sending HTTP request.
HTTP request sent; waiting for response.
Alert!: Unexpected network read error; connection aborted.
Can't Access `http://localhost:8080/'
Alert!: Unable to access document. lynx: Can't access startfile On attempting to connect with Firefox, Arc gives the same error but Firefox displays a blank page with no error. |