[hunchentoot-devel] Strange error message.

Edi Weitz edi at agharta.de
Sat Mar 24 00:56:25 UTC 2007


On Fri, 23 Mar 2007 19:40:33 -0500, Victor Kryukov <victor.kryukov at gmail.com> wrote:

> I've got the following strange error message while running
> Hunchentoot on my linux box:
>
> * WARNING: Strange result...
> message type 0x54 arrived from server while idle
> message type 0x43 arrived from server while idle
> message type 0x5a arrived from server while idle
>
> debugger invoked on a UNBOUND-VARIABLE in thread #<THREAD
> "hunchentoot-worker-14" {C0FCAF1}>:
>    The variable *REPLY* is unbound.
>
> Anybody has any idea where should I look for the problem? I'm using
> SBCL 1.0.3.38 and Hunchentoot 0.7.2 on linux.

The "message type ..." warning comes from PostgreSQL.  My /guess/ is
that you're somehow screwing up by using the same resources to talk to
the database from different threads.  Or maybe having CLSQL's FFI code
in your saved image is the culprit...



More information about the Tbnl-devel mailing list