[hunchentoot-devel] how to diagnose output problem?

Jim Prewett download at hpc.unm.edu
Thu Dec 6 17:37:52 UTC 2007


Hello,

I'm new to Hunchentoot. :)

I'm working on an app that uses the Demo Allegro Lisp, the AGraph package, 
and Hunchentoot for the front-end.

When I run on MacOS, everything seems great!  When I run on Linux, things 
are not so good.  I get *NO* output from Hunchentoot when I put certain 
records into the database.  I don't have any idea if this is a Hunchentoot 
bug, a Agraph/Franz bug, or a bug in my understanding :)  I don't see any 
errors at the REPL - I've not hit the limitations of the demo ACL.

The function I use, when I put (warn ...) statements in, clearly finds all 
of the records I've requested and thinks its done all of its work (it 
believes its output the entire webpage), but I get no output :P

Can anyone give me suggestions on how to tell /where/ I'm having the 
problem?

I got hunchentoot and friends from asdf-install this morning on both 
systems (Mac and Linux).  I'm running the latest ACL/AGraph.

I've set *SHOW-LISP-BACKTRACES-P* and *SHOW-LISP-ERRORS-P* to t and don't 
see any errors.

Here is a transcript of using telnet to request the page:
# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET /list?user=download
HTTP/1.1 200 OK
Content-Type: text/html; charset=iso-8859-1
Date: Thu, 06 Dec 2007 15:41:26 GMT
Server: Hunchentoot 0.14.7
Connection: Close
Set-Cookie: hunchentoot-session=7%3a355b027548e5bd694b3dd0b7b477b018; path=/

Connection closed by foreign host.

Thanks for any ideas,
Jim

James E. Prewett                    Jim at Prewett.org download at hpc.unm.edu 
Systems Team Leader           LoGS: http://www.hpc.unm.edu/~download/LoGS/ 
Designated Security Officer         OpenPGP key: pub 1024D/31816D93    
HPC Systems Engineer III   UNM HPC  505.277.8210



More information about the Tbnl-devel mailing list