[Bese-devel] Question about my UCW setup - getting all 404s
Zachery Bir
zbir at urbanape.com
Fri Jul 29 20:15:36 UTC 2005
On Jul 29, 2005, at 3:30 PM, Marco Baringer wrote:
> Zachery Bir <zbir at urbanape.com> writes:
>
>> I've got UCW started up with an araneida backed, and have an image
>> with Marco's *hello-world* app created and registered with the
>> *default-server* but anything off http://127.0.0.1:8080/ results in a
>> 404 including the entry point for hello-world and the /ucw/admin
>> and /
>> ucw/examples/
>>
>> Mac OS X 10.4.2, OpenMCL 0.14.3, Slime 1.2.1 (from CVS), ucw 0.3.9,
>> and asdf-installed other packages (yaclml, arnesi, rfc2388, &c)
>
> i know you're gonna hate this answer, but:
>
> what hoppens if you grab ucw, arnesi and yaclml from darcs?
Heh, no worries. I'm used to needing bleeding (or at least seriously
bruised) edge stuff.
> (i _think_
> the issue you're runnig into is that ucw isn't automatically
> registering the entrp points with araneida, what happens when you try
> to access /ucw/examples/stylesheet.css?)
Post-darcs using SBCL with the image made:
zbir at gorilla $ sbcl --core ucw.core bin/start.lisp
This is SBCL 0.9.2, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
STYLE-WARNING: Undefined alien: "fdatasync"
STYLE-WARNING: Undefined alien: "getresuid"
STYLE-WARNING: Undefined alien: "setfsuid"
STYLE-WARNING: Undefined alien: "setresuid"
STYLE-WARNING: Undefined alien: "getresgid"
STYLE-WARNING: Undefined alien: "setfsgid"
STYLE-WARNING: Undefined alien: "setresgid"
STYLE-WARNING: Undefined alien: "linux_no_threads_p"
2005-07-29T16:12.34 IT.BESE.ARNESI:+INFO+ IT.BESE.UCW::UCW-LOGGER:
Starting up standard server #<IT.BESE.UCW:STANDARD-SERVER
IT.BESE.UCW:ARANEIDA-BACKEND 2 {8580221}>.
2005-07-29T16:12.34 IT.BESE.ARNESI:+INFO+ IT.BESE.UCW::UCW.BACKEND:
Starting up ARANEIDA backend #<IT.BESE.UCW:ARANEIDA-BACKEND {864E879}
> on http://127.0.0.1:8080/
;; Swank started at port: 4005.
; Adding fd handler: 7
debugger invoked on a SB-INT:SIMPLE-PROGRAM-ERROR in thread 2846:
invalid number of arguments: 0
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
(no restarts: If you didn't do this on purpose, please report it as a
bug.)
(SB-IMPL::TOPLEVEL-REPL)
0] Logged error: 404 Not Found NIL
Logged error: 404 Not Found NIL
Logged error: 404 Not Found NIL
This is on a fresh image - so without your *hello-world* app, but I'd
expect the two other apps to be registered. I'll try with OpenMCL
using the new fresh-from-darcs versions of yaclml, arnesi, and ucw...
Zac
More information about the bese-devel
mailing list