Hi everyone,
I've tried searching the list archives but found no solution or even indication of what my problem is.
I'm trying to run a small web app locally from Hunchentoot 1.0.0 on Lispworks 5.1.2 on Windows XP, i set asdf and installed hunchentoot and it loads perfectly but the thing is that once i run test code shown in Hunchentoot homepage:
(hunchentoot:start (make-instance 'hunchentoot:acceptor :port 9000))
It simply returns to the repl and when looking at the process browser i can see the Hunchentoot process standing there with "Waiting for connection" status.
But when i then go to http://localhost:9000 in firefox i simply get a blank page. Does anyone have any idea what might be causing this? I the windows firewall disabled and added exceptions to the mcaffee firewall, and have even disabled mcaffee firewall but the result is always the same.
Thanks in advance,
Alexandre Paes
On Fri, Jul 3, 2009 at 12:52 PM, Alexandre Paesalex.paes@streetdogstudio.com wrote:
But when i then go to http://localhost:9000 in firefox i simply get a blank page. Does anyone have any idea what might be causing this? I the windows firewall disabled and added exceptions to the mcaffee firewall, and have even disabled mcaffee firewall but the result is always the same.
When I ran into similar behavior it turned out to be the result of using a pre-1.0.0 version of Chunga (see http://common-lisp.net/pipermail/tbnl-devel/2009-March/004655.html).
--Eli
On Fri, Jul 3, 2009 at 19:52, Alexandre Paesalex.paes@streetdogstudio.com wrote:
But when i then go to http://localhost:9000 in firefox i simply get a blank page. Does anyone have any idea what might be causing this? I the windows firewall disabled and added exceptions to the mcaffee firewall, and have even disabled mcaffee firewall but the result is always the same.
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
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
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