Jim Prewett download@hpc.unm.edu writes:
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.
...
I've set *SHOW-LISP-BACKTRACES-P* and *SHOW-LISP-ERRORS-P* to t and don't see any errors.
Try also setting *catch-errors-p* to nil and see if that helps. You can also look at the hunchentoot log and see if there is any hint in there (unlikely, but it may understanding what's going on).
Cheers, Chris Dean