[Bese-devel] help to finish adjusting ucw

Daneel rtfm.rtfm.rtfm at gmail.com
Sun Oct 12 11:45:52 UTC 2008


Hi all!

I attempts to run the ucw server. UnCommondWeb sources' root folder has 
README file which has some blank spots. The part of configuration has 
been made by the suggestions. I don't precisely know how to connect 
mod_lisp and cl-portableaserve and other libraries.

Please, help to find error.
I have inserted these lines to the header of the bin/start.lisp:
**************
(load #p"/var/www/ucw/libs/cl-asdf-1.111/asdf.lisp")
(push #p"/var/www/ucw/systems/" asdf:*central-registry*)
**************
The /var/www/ucw/systems contains all need links:
lrwxrwxrwx 1 dan users 79 2008-10-10 23:04 acl-compat.asd -> 
../libs/cl-portable-aserve-1.2.42+cvs.2006.01.21.orig/acl-compat/acl-compat.asd
lrwxrwxrwx 1 dan users 33 2008-10-10 22:59 araneida.asd -> 
../libs/araneida_0.9/araneida.asd
lrwxrwxrwx 1 dan users 25 2008-10-10 16:20 arnesi.asd -> 
../libs/arnesi/arnesi.asd
lrwxrwxrwx 1 dan users 71 2008-10-10 23:04 aserve.asd -> 
../libs/cl-portable-aserve-1.2.42+cvs.2006.01.21.orig/aserve/aserve.asd
lrwxrwxrwx 1 dan users 80 2008-10-10 23:11 cl-ppcre.asd -> 
../libs/cl-portable-aserve-1.2.42+cvs.2006.01.21.orig/libs/cl-ppcre/cl-ppcre.asd
lrwxrwxrwx 1 dan users 29 2008-10-10 22:58 clsql.asd -> 
../libs/clsql-4.0.3/clsql.asd
lrwxrwxrwx 1 dan users 80 2008-10-10 23:04 htmlgen.asd -> 
../libs/cl-portable-aserve-1.2.42+cvs.2006.01.21.orig/aserve/htmlgen/htmlgen.asd
lrwxrwxrwx 1 dan users 33 2008-10-10 22:59 iterate.asd -> 
../libs/iterate-1.4.3/iterate.asd
lrwxrwxrwx 1 dan users 78 2008-10-10 23:15 puri.asd -> 
../libs/cl-portable-aserve-1.2.42+cvs.2006.01.21.orig/libs/puri-1.3.1/puri.asd
lrwxrwxrwx 1 dan users 27 2008-10-10 22:59 rfc2388.asd -> 
../libs/rfc2388/rfc2388.asd
lrwxrwxrwx 1 dan users 53 2008-10-10 23:00 sb-bsd-sockets.asd -> 
/usr/local/lib/sbcl/sb-bsd-sockets/sb-bsd-sockets.asd
lrwxrwxrwx 1 dan users 43 2008-10-10 23:00 sb-grovel.asd -> 
/usr/local/lib/sbcl/sb-grovel/sb-grovel.asd
lrwxrwxrwx 1 dan users 41 2008-10-10 23:00 sb-posix.asd -> 
/usr/local/lib/sbcl/sb-posix/sb-posix.asd
lrwxrwxrwx 1 dan users 38 2008-10-10 22:58 swank.asd -> 
../libs/slime-2.0.0.20061118/swank.asd
lrwxrwxrwx 1 dan users 10 2008-10-10 16:20 ucw.asd -> ../ucw.asd
lrwxrwxrwx 1 dan users 27 2008-10-10 22:58 uffi.asd -> 
../libs/uffi-1.6.1/uffi.asd
lrwxrwxrwx 1 dan users 25 2008-10-10 16:20 yaclml.asd -> 
../libs/yaclml/yaclml.asd

Apache server is launched before bin/start.lisp.
Configuration of apache 1.3.37:
LoadModule lisp_module     libexec/mod_lisp.so
AddModule mod_lisp.c
LispServer 127.0.0.1 3001 ucw
<LocationMatch "/ucw/.*\.ucw">
   SetHandler lisp-handler
</LocationMatch>
<LocationMatch "/ucw/admin/.*\.ucw">
   SetHandler lisp-handler
</LocationMatch>
DocumentRoot "/var/www"
Port 8080

$sbcl --userinit bin/start.lisp  gives error:
STYLE-WARNING: redefining .INV-REQUEST-VARIABLE-VALUE in DEFUN

debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" 
{A6DD829}>:
   Error during processing of initialization file 
/var/www/ucw/bin/start.lisp:

   The value NIL
   is not of type
     (OR (VECTOR CHARACTER) (VECTOR NIL) BASE-STRING PATHNAME FILE-STREAM).

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
   0: [CONTINUE] Ignore and continue processing.
   1: [ABORT   ] Skip this initialization file.
   2:            Skip to toplevel READ/EVAL/PRINT loop.
   3: [QUIT    ] Quit SBCL (calling #'QUIT, killing the process).

((LAMBDA (SB-IMPL::E)) #<TYPE-ERROR {B4AAD41}>)
0]



Daneel Yaitskov





More information about the bese-devel mailing list