Hi only after replying did i see eli suggestion but although i was usind chunga 0.4.3 after upgrading the error is the same. I noticed however that if i run the testing code from lw ide instead of console + emacs i end um in the debugger with the error:
; Request home page Error: no status line - probably network error
i'm using drakma 1.0.0, chunga 1.0.0 and flexi-streams 1.0.7.
i am getting frustrated. One whole day trying to get some html served.
thanks,
Alexandre Paes
-- msg. original -- Assunto: Re: [hunchentoot-devel] Hunchentoot 1.0.0 on Lispworks Professional for windows De: Hans Hübner hans.huebner@gmail.com Data: 03.07.2009 21:08
Alexandre, did you verify that you have the right versions of the dependencies, as Eli rightfully suggested?
-Hans
On Fri, Jul 3, 2009 at 21:57, Alexandre Paesalex.paes@streetdogstudio.com wrote:
Quoting Hans Hübner hans.huebner@gmail.com:
Not that the blank page is cool or anything, but did you actually install any handlers? You might try loading the :hunchentoot-test package and then open http://localhost:9000/hunchentoot/test
Let us know if the problem persists.
-Hans
Hi Hans, after trying out loading the :hunchentoot-test like you suggested, the result is that the test suite hangs after printing "; Request home page", i guess this means there should be some problem with the connection to localhost? i also tried using 127.0.0.1 directly but got the exact same result. any more ideas of how i can debug the problem?
Thanks,
Alexandre Paes
tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
_______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
Alexandre,
let's see, here is what I did:
- Get Lispworks 5.1 for Windows from lispworks.com, install on my Vista laptop - svn co http://bknr.net/svn/ediware - set up asdf:*central-registry* - (asdf:oos 'asdf:load-op :hunchentoot-test) - load http://localhost:9000/hunchentoot/test in browser
Everything worked as expected. The svn version of Hunchentoot and its dependencies are sufficiently close to the released versions to make me believe that you're still using an old version of one of the dependencies.
I'm sorry to hear that you're having a hard time getting Hunchentoot to run, but I think you can rest assured that this is not because it does not work. It is more likely that you need to acquire some more experience with your Lisp environment. Please don't give up!
-Hans
Quoting Hans Hübner hans.huebner@gmail.com:
Alexandre,
let's see, here is what I did:
- Get Lispworks 5.1 for Windows from lispworks.com, install on my
Vista laptop
- svn co http://bknr.net/svn/ediware
- set up asdf:*central-registry*
- (asdf:oos 'asdf:load-op :hunchentoot-test)
- load http://localhost:9000/hunchentoot/test in browser
Everything worked as expected. The svn version of Hunchentoot and its dependencies are sufficiently close to the released versions to make me believe that you're still using an old version of one of the dependencies.
I'm sorry to hear that you're having a hard time getting Hunchentoot to run, but I think you can rest assured that this is not because it does not work. It is more likely that you need to acquire some more experience with your Lisp environment. Please don't give up!
-Hans
Hi Hans,
I have been on vacations so i have only tested this approach today, but i can confirm that this does indeed work. Thank you for your help solving this issue.
Cheers,
Alexandre Paes