[Bese-devel] Newbie problem - installed but not working ?

Artur Maciąg Artur.Maciag at artgabi.com.pl
Mon Oct 31 16:49:18 UTC 2005


Hi, 
I have problem running UCW.

Host: 
Ubuntu 5.10 (kernel 2.6.12)
sbcl 0.9.6
ucw_dev and arnesi_dev  (from darcs repos)


With mod_lisp backend (apache 1.3) sbcl reports (after sbcl --load lisp/ucw/bin/start.lisp):

,----
| 2005-10-31T16:45.31 +WARN+ IT.BESE.UCW::UCW.BACKEND: Attempting to publish #P"/home/artur/lisp/ucw/wwwroot/./" at "/" but mod_lisp backend does not support publish-directory.
| 2005-10-31T16:45.31 +WARN+ IT.BESE.UCW::UCW.BACKEND: Attempting to publish #P"/home/artur/lisp/ucw/wwwroot/./admin/" at "/admin/" but mod_lisp backend does not support publish-directory.
| 2005-10-31T16:45.31 +INFO+ IT.BESE.UCW::UCW-LOGGER: Starting up standard server #<STANDARD-SERVER MULTITHREAD-MOD-LISP-BACKEND 2 {9C604F9}>.
`----

-- it looks OK to me.

But when I point browser to: http://127.0.0.1:8080/ucw/exmples/index.ucw
nothing happens ("Waiting for 127.0.0.1...." - forever :D )
The same with '/admin' and '/hello/index.ucw' (BTW: Marco, thanks for video tutorials :D)

when I press stop button sbcl reports:

,----
| 2005-10-31T16:47.12 IT.BESE.ARNESI:+ERROR+ IT.BESE.UCW::UCW.BACKEND: Worker thread #<IT.BESE.UCW::HTTPD-WORKER {A5EAF71}> reported #<END-OF-FILE {A83F4A1}>.
`----


----------------------------------------------------------------------

with httpd backend:

2005-10-31T16:53.25 +INFO+ IT.BESE.UCW::UCW-LOGGER: Starting up standard server #<STANDARD-SERVER MULTITHREAD-HTTPD-BACKEND 2 {9C604F9}>.

Browser reports:
/ucw/exmples/index.ucw not found

and sbcl:

,----
| 2005-10-31T16:54.55 IT.BESE.ARNESI:+INFO+ IT.BESE.UCW::UCW.BACKEND: Handling request for "/"
| 2005-10-31T16:55.00 IT.BESE.ARNESI:+INFO+ IT.BESE.UCW::UCW-LOGGER: COMPONENT-PATH /EXAMPLE-WINDOW
| 2005-10-31T16:55.01 IT.BESE.ARNESI:+ERROR+ IT.BESE.UCW::UCW-LOGGER: Error #<UNDEFINED-FUNCTION AS-IS {AB82439}> while serving action.
| 2005-10-31T16:55.02 IT.BESE.ARNESI:+ERROR+ IT.BESE.UCW::UCW-LOGGER: Aborting action.
| 2005-10-31T16:55.03 IT.BESE.ARNESI:+ERROR+ IT.BESE.UCW::UCW-LOGGER: Error #<UNDEFINED-FUNCTION AS-IS {A5B59E9}> while serving action.
| 2005-10-31T16:55.03 IT.BESE.ARNESI:+ERROR+ IT.BESE.UCW::UCW-LOGGER: Aborting action.
| 2005-10-31T16:55.04 IT.BESE.ARNESI:+ERROR+ IT.BESE.UCW::UCW-LOGGER: Error #<UNDEFINED-FUNCTION AS-IS {A8643F1}> while serving action.
`----
... and so on


and in ucw-backend.log:

,----
| (+INFO+ 3339762911 IT.BESE.UCW::UCW.BACKEND "Handling request for \"/ucw/exmples/index.ucw\"")
| (+INFO+ 3339762911 IT.BESE.UCW::UCW.BACKEND "Shutdown down #<IT.BESE.UCW::HTTPD-RESPONSE {B194F71}> (Status: \"404 Not Found\").")
| (+INFO+ 3339762917 IT.BESE.UCW::UCW.BACKEND "Handling request for \"/exmples/index.ucw\"")
| (+INFO+ 3339762917 IT.BESE.UCW::UCW.BACKEND "Shutdown down #<IT.BESE.UCW::HTTPD-RESPONSE {903FB29}> (Status: \"404 Not Found\").")
| (+INFO+ 3339762923 IT.BESE.UCW::UCW.BACKEND "Handling request for \"/ucw/exmples/index.ucw\"")
| (+INFO+ 3339762923 IT.BESE.UCW::UCW.BACKEND "Shutdown down #<IT.BESE.UCW::HTTPD-RESPONSE {9D2F9C9}> (Status: \"404 Not Found\").")
`----


Looks like UCW can't find 'pages'. Can somebody help ?


I'm also lisp newbie - so don't know how to trace this bug. 
I can connect from slime but what then ?

ucw:*default-application*  is NIL

ucw:*default-server* gives:
#<IT.BESE.UCW:STANDARD-SERVER IT.BESE.UCW:MULTITHREAD-MOD-LISP-BACKEND 2 {9BDE241}>

After:
(setf ucw:*debug-on-error* t)
and reloading I see no change in logs.

What to do ? Where to look ? Help !  :D


      Artur.


-- 
   Artur Maciąg                          http://www.artgabi.com.pl
----------------------------------------------------------------------
     Sometimes a cigar is just a cigar. -- Sigmund Freud




More information about the bese-devel mailing list