[hunchentoot-devel] Hunchentoot examples aren't working for me

Hans Hübner hans.huebner at gmail.com
Mon Feb 28 09:17:19 UTC 2011


On Mon, Feb 28, 2011 at 12:34 AM, JTK <jetmonk at gmail.com> wrote:
> Then I followed the instructions for the example server:
>
> (hunchentoot:start (make-instance 'hunchentoot:acceptor :port 4242))

This is the problem, you'll need to change this to:

(hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242))

The easy handler framework is now optional.  To use it, the
easy-acceptor class must be used.  I'll fix the documentation.

> (Also, for some reason sbcl didn't like the fact that babel didn't have the  positive-fixnum type
> defined, so I defined it.  CCL was OK with babel as it was.)

I'm not normally using SBCL, but I quickly tried 1.0.29 on my machine
and had no problem.  From what you report, it seems to be a Babel
problem anyway, right?  Is your Babel version up to date with respect
to your SBCL?

Thank you for reporting the problem!
Hans




More information about the Tbnl-devel mailing list