On 5 mayo, 09:35, "Leslie P. Polzer" <[email protected]> wrote:
> Hi Rafa,
>
> > CL-USER(2): (weblocks-demo:start-weblocks-demo :port 3455)
> > WARNING:
> >    An instance of WEBLOCKS-DEMO with name weblocks-demo is already
> > running, ignoring start request
>
> > NIL
>
> That's just a harmless warning.
>
> > The connection is closed but there is a sbcl process hearing in that
> > port.
> > Does anybody know what happen?
>
> Not exactly, but let's dig into it a bit.
>
> Please tell us:
>
>   * your SBCL version
1.0.25

>   * your operating system
Ubuntu 9.04

>   * whether the Weblocks test suite runs fine for you: (asdf:oos
> 'asdf:test-op 'weblocks); one error is expected right now, just hit
> continue when it comes up
I've found these errors:

--1--
debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread"
RUNNING {AA645F1}>:
  The lambda-list (SUITE &KEY
                   ERRORP) is incompatible with existing methods of
#<STANDARD-GENERIC-FUNCTION FIND-TESTSUITE (2)>.

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 #<ASDF:LOAD-OP NIL {AAC4B89}> on
              #<ASDF:CL-SOURCE-FILE "introspection" {B0C77C1}>.
  1: [ACCEPT] Continue, treating #<ASDF:LOAD-OP NIL {AAC4B89}> on
              #<ASDF:CL-SOURCE-FILE "introspection" {B0C77C1}> as
having been
              successful.
  2: [ABORT ] Exit debugger, returning to top level.

--2--
; compiling (DEFTEST ROOT-COMPOSITE-1 ...);;; Removed 1 methods from
test suite .weblocks-suite.
debugger invoked on a UNBOUND-VARIABLE in thread #<THREAD "initial
thread" RUNNING {AA645F1}>:
  The variable LIFT::*CURRENT-TESTSUITE-NAME* is unbound.

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

restarts (invokable by number or by possibly-abbreviated name):
  0: [TRY-RECOMPILING] Try recompiling weblocks
  1: [RETRY          ] Retry performing #<COMPILE-OP NIL {ABADC89}> on
                       #<ASDF:CL-SOURCE-FILE "weblocks" {B177CE1}>.
  2: [ACCEPT         ] Continue, treating #<COMPILE-OP NIL {ABADC89}>
on
                       #<ASDF:CL-SOURCE-FILE "weblocks" {B177CE1}> as
having
                       been successful.
  3: [ABORT          ] Exit debugger, returning to top level.

--3--
debugger invoked on a UNBOUND-VARIABLE in thread #<THREAD "initial
thread" RUNNING {AA645F1}>:
  The variable LIFT::*CURRENT-TESTSUITE-NAME* is unbound.

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

restarts (invokable by number or by possibly-abbreviated name):
  0: [TRY-RECOMPILING] Try recompiling misc
  1: [RETRY          ] Retry performing #<COMPILE-OP NIL {ABADC89}> on
                       #<ASDF:CL-SOURCE-FILE "misc" {D2630A1}>.
  2: [ACCEPT         ] Continue, treating #<COMPILE-OP NIL {ABADC89}>
on
                       #<ASDF:CL-SOURCE-FILE "misc" {D2630A1}> as
having been
                       successful.
  3: [ABORT          ] Exit debugger, returning to top level.

--etc--
:
:

>   * whether the Hunchentoot test runs fine for you (search for
> "hunchentoot-test" onhttp://www.weitz.de/hunchentoot)
>
I've done this:
(asdf:oos 'asdf:load-op :hunchentoot-test)
:
:
;
; compilation unit finished
;   printed 1 note
NIL

And then I tried to connect to http://localhost:4242/hunchentoot/test
with the same result as before with weblocks. So my problem seems more
related to Hunchentoot.

Many thanks.
Rafa.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to