[kpax-devel] Possible Threading issues
Sven Van Caekenberghe
scaekenberghe at common-lisp.net
Wed Apr 12 10:14:05 UTC 2006
Christopher,
On 08 Apr 2006, at 00:02, Christopher McClelland wrote:
> Hi,
>
> I am using the most recent version of KPAX, s-http-server, and
> OpenMCL v1.0
>
> When some of the examples e.g. menu1.lisp and direct my browser to
> http://localhost:2001/kpax/dynamic/menu1-index
>
> i get an error along the lines of:
>
> ;; S-HTTP-SERVER: [11] Handling #<HTTP-REQUEST GET "/kpax/dynamic/
> menu1-index" #x858F32E>
> ;; S-HTTP-SERVER: Running KPAX s-http-server-handler
> ;; KPAX 20060407T215700 INFO handling /kpax/dynamic/menu1-index
> ;; KPAX 20060407T215700 ERROR error No web app found for "/kpax/
> dynamic/menu1-index"
> > Error in process connection-handler-11(13): No web app found for
> "/kpax/dynamic/menu1-index"
> > While executing: #<Anonymous Function #x846722E>
>
>
> ;;;
> ;;; #<PROCESS connection-handler-11(13) [Active] #x84FE42E>
> requires access to Shared Terminal Input
> ;;;
>
> Similar errors appear when I run secure-login, forms etc... but not
> pi etc.
>
> Any suggestions to how I can fix this?
Maybe the s-sysdeps layer for/towards OpenMCL is incomplete ?
The message 'requires access to Shared Terminal Input' usually means
that some thread entered the debugger; you should try to yield to it
to see what is being said there (and to produce a backtrace).
BTW, the correct URL for the menu1 example is http://localhost:2001/
kpax/dynamic/menu1 or http://localhost:2001/kpax/dynamic/menu1/menu1-
index that is, the 3rd component is usually the web app name.
HTH,
Sven
More information about the kpax-devel
mailing list