[Bese-devel] Using araneida

Marco Baringer mb at bese.it
Sun May 1 13:48:49 UTC 2005


Pupeno <pupeno at pupeno.com> writes:

> Hello,
> I'm trying to use the Araneida backend. Having a standard UCW (bleeding edge, 
> from tla), I just commented:
> (use-httpd-backend)
> and uncommented 
> (use-araneida-backend)
> and I've loaded start.lisp.
> Everything seems to be fine:
> [..............................]
> ;; Swank started at port: 4005.
> 2005-05-06T09:42.09 +INFO+ IT.BESE.UCW::UCW-LOGGER: Starting up standard 
> server #<STANDARD-SERVER ARANEIDA-BACKEND 2 {A84E739}>.
> 2005-05-06T09:42.09 +INFO+ IT.BESE.UCW::UCW.BACKEND: Starting up ARANEIDA 
> backend #<ARANEIDA-BACKEND {A43A189}> on http://127.0.0.1:8080/
>
> But when I put http://127.0.0.1:8080/ in my browser it goes on forever without 
> showing anything, I even tried other URLs: http://127.0.0.1:8080/ucw, 
> http://127.0.0.1:8080/ucw/examples, 
> http://127.0.0.1:8080/ucw/examples/index.ucw.
> Nothing worked.
>
> Any idea ? Should I not use Araneida ?

using araneida should "just work," so please keep trying and we'll see
what the issue is. the first thing to do is figure out if this an
araneida issue (possible, but i doubt it), a ucw issue (probably), or
just a setup issue (i'd bet on this).

Since you get no output the first thing i'd suggest doing is uping
ucw's log level, go to bin/utils.lisp find the constant +info+ in
thesetup-logger function and change it to +dribble+. Now we need to
see if the request is getting into araneida, try tracing
araneida:handle-request-response (or you could just put a format
statement in ucw's handle-request-response method (see
src/backend/araneida.lisp)). Assuming the rest of this is "normal"
you'll need to go and see what ucw's doing, the logging output will be
helpfull in doing this so try that first and then get back to me.

-- 
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
	-Leonard Cohen



More information about the bese-devel mailing list