> There shouldn't be any additional configuration just asdf install all
> the needed libraries and manually install newest version of weblocks.
> With Ubuntu 7.10 and sbcl 1.0.11 everything works as a charm for me.
> Try starting weblocks with (weblocks:start-weblocks :debug t) if it
> doesn't start try first hunchentoot demo:
> (asdf:oos 'asdf:load-op :hunchentoot-test)
> (hunchentoot:start-server :port 4242)
> Than go to 71
http://localhost:4242/hunchentoot/test to check is
> demo working
I have fixed the problem with hunchentoot, but I still get the same
error, look:
indeed, the error is wen I load weblock
* (asdf:operate 'asdf:load-op 'weblocks)
[ things loaded correctly, but after begin the errors]
debugger invoked on a SIMPLE-ERROR:
(A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-
CONDITION* when
entering the debugger. Printing was aborted and the SIMPLE-ERROR was
stored in
SB-DEBUG::*NESTED-DEBUG-CONDITION*.)
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Retry performing #<LOAD-OP NIL {509F63D9}> on
#<ASDF:CL-SOURCE-FILE "keyword" {50A5F7C9}>.
1: [ACCEPT] Continue, treating #<LOAD-OP NIL {509F63D9}> on
#<ASDF:CL-SOURCE-FILE "keyword" {50A5F7C9}> as having
been
successful.
2: [ABORT ] Exit debugger, returning to top level.
(SB-PCL::ACCESSOR-MISS #<error printing object>)
0] 1
STYLE-WARNING: implicitly creating new generic function WIDGET-
CONTINUATION
STYLE-WARNING:
implicitly creating new generic function (SETF WIDGET-CONTINUATION)
debugger invoked on a SIMPLE-ERROR:
(A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-
CONDITION* when
entering the debugger. Printing was aborted and the SIMPLE-ERROR was
stored in
SB-DEBUG::*NESTED-DEBUG-CONDITION*.)
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Retry performing #<LOAD-OP NIL {509F63D9}> on
#<ASDF:CL-SOURCE-FILE "call-answer" {50A5F7E9}>.
1: [ACCEPT] Continue, treating #<LOAD-OP NIL {509F63D9}> on
#<ASDF:CL-SOURCE-FILE "call-answer" {50A5F7E9}> as
having been
successful.
2: [ABORT ] Exit debugger, returning to top level.
(SB-PCL::ACCESSOR-MISS #<error printing object>)
0] 1
debugger invoked on a SIMPLE-ERROR:
(A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-
CONDITION* when
entering the debugger. Printing was aborted and the SIMPLE-ERROR was
stored in
SB-DEBUG::*NESTED-DEBUG-CONDITION*.)
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Retry performing #<LOAD-OP NIL {509F63D9}> on
#<ASDF:CL-SOURCE-FILE "default-application" {509FC919}>.
1: [ACCEPT] Continue, treating #<LOAD-OP NIL {509F63D9}> on
#<ASDF:CL-SOURCE-FILE "default-application" {509FC919}>
as having
been successful.
2: [ABORT ] Exit debugger, returning to top level.
(SB-PCL::ACCESSOR-MISS #<error printing object>)
0] 1
NIL
* (weblocks:start-weblocks :debug t)
debugger invoked on a SIMPLE-ERROR:
(A SIMPLE-ERROR was caught when trying to print *DEBUG-CONDITION* when
entering
the debugger. Printing was aborted and the SIMPLE-ERROR was stored in
SB-DEBUG::*NESTED-DEBUG-CONDITION*.)
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
((LAMBDA (HUNCHENTOOT::SOCKET &OPTIONAL "#<...>" . "#<...>"))
NIL
#<SIMPLE-ERROR {508EE8C9}>)
0]