Re: UnCommon Web version 0.1 - "learning to crawl"
Sven Van Caekenberghe <[email protected]> Sun, 7 Dec 2003 13:37:29 +0100
| Newsgroups | gmane.lisp.clump |
|---|---|
| Message-ID | <[email protected]> |
On 07 Dec 2003, at 11:40, Marco Baringer wrote: > Sven Van Caekenberghe <[email protected]> writes: > >> And then invoked it on the command line and tried to open the URL >> http://localhost:3001/ucw/examples in Safari. > > ucw has not yet decided how to handle 404 errors, this is certainly > one part of the problem, you should try one of: > > http://localhost:3001/ucw/examples/hello-world > http://localhost:3001/ucw/examples/counter > http://localhost:3001/ucw/examples/error > http://localhost:3001/ucw/admin/ > > (the presence or lack of trailing slashes is important) > >> This gave an error in a 'worker' thread, to which I yielded to see a >> backtrace. > > [snip] > >> This is the listener interaction: >>> Error in process 1-aserve-worker(2): Unknown type specifier: >> NET.URI::ALPHA-CHAR >>> While executing: CCL::%%TYPEP > > i have gotten this error before, unfortunetly i can't reliably > reproduce it and from looking at the code i don't really understand > why it happens. i'll need to investigate more. All the URL you proposed as well as those were 127.0.0.1 is replacing localhost failed with the same error: so in my case it is reliable... sorry. Sven