[Bese-devel] ucw_ajax / OpenMCL / OSX

Daniel Salama lists at infoway.net
Sun Oct 22 13:56:10 UTC 2006


Thanks Attila. I just downloaded latest patches.

When I launch the browser on the ajax version, it gets a bit further  
but still bombs out.

On the console, it displays:

09:53 UCW.BACKEND/+INFO+: Handling request from NIL for "/"
09:53 UCW-LOGGER/+ERROR+: Handling action error #<CCL::SIMPLE-PROGRAM- 
ERROR #x8C3AFC6>.
09:53 UCW-LOGGER/+ERROR+: Error #<CCL::SIMPLE-PROGRAM-ERROR  
#x8C3AFC6> while serving action.
09:53 UCW-LOGGER/+INFO+: Not debugging.
09:53 UCW-LOGGER/+ERROR+: Aborting action.
09:53 UCW.BACKEND/+INFO+: Handling request from NIL for "/dojo/dojo.js"
09:53 UCW.BACKEND/+INFO+: Handling request from NIL for "/dojo/src/ 
debug.js"
09:53 UCW.BACKEND/+INFO+: Handling request from NIL for "/ucw-dynamic/ 
js/functional.js"
09:53 UCW.BACKEND/+INFO+: Handling request from NIL for "/favicon.ico"
09:53 UCW-LOGGER/+ERROR+: Got request error: Class named IT.BESE.UCW- 
USER::EXAMPLE-APPLICATION-REQUEST-CONTEXT not found..
09:53 UCW-LOGGER/+INFO+: Aborting request.
09:53 UCW.BACKEND/+INFO+: Handling request from NIL for "/ucw-dynamic/ 
js/per-application.js"
09:53 UCW-LOGGER/+ERROR+: Recursive request error #<SIMPLE-ERROR  
#x8E14376>.
 > Debug: Class named IT.BESE.UCW-USER::EXAMPLE-APPLICATION-REQUEST- 
CONTEXT not found.
 > While executing: "Unknown"


;;;
;;; #<PROCESS an httpd worker 0(3) [Active] #x8C33C96> requires  
access to Shared Terminal Input
;;;

09:53 UCW.BACKEND/+INFO+: Handling request from NIL for "/dojo/src/ 
debug/console.js"


While on the browser, it shows a backtrace:

ERROR

Required arguments in #<IT.BESE.UCW:DOJO-TAB #x8C34A1E> don't match  
lambda list (IT.BESE.UCW::KEY . IT.BESE.UCW::COMP).

BACKTRACE

[ + ] (IT.BESE.UCW::COLLECT-BACKTRACE #<CCL::SIMPLE-PROG...

[ + ] (#<Anonymous Function #x89BE23E> '(NIL) #<CCL::SIM...

[ + ] (SIGNAL #<CCL::SIMPLE-PROGRAM-ERROR #x8CD851E>)

[ + ] (CCL::%ERROR 'NIL -66163180 #<CCL::DESTRUCTURE-STA...

[ + ] (CCL::%POP-REQUIRED-ARG-PTR '(#<IT.BESE.UCW:DOJO-T...

[ + ] (#<STANDARD-METHOD SHARED-INITIALIZE :AFTER (IT.BE...

[ + ] (CCL::%%BEFORE-AND-AFTER-COMBINED-METHOD-DCODE '(N...

[ + ] (CCL::%%STANDARD-COMBINED-METHOD-DCODE '(NIL #<CCL...

[ + ] (CCL::%CALL-NEXT-METHOD '(NIL #<CCL::STANDARD-KERN...

[ + ] (CCL::%%BEFORE-AND-AFTER-COMBINED-METHOD-DCODE '(N...

[ + ] (CCL::%%STANDARD-COMBINED-METHOD-DCODE '(:DOM-ID "...

[ + ] (CCL::%MAKE-STD-INSTANCE '(#(#<STANDARD-GENERIC-FU...

[ + ] (#<CCL::STANDARD-KERNEL-METHOD MAKE-INSTANCE (STAN...

[ + ] (CCL::%MAKE-INSTANCE '(IT.BESE.UCW-USER::DOJO-TAB-...

[ + ] (#<STANDARD-METHOD INITIALIZE-INSTANCE :AFTER (IT....

[ + ] (CCL::%%BEFORE-AND-AFTER-COMBINED-METHOD-DCODE '(#...

[ + ] (CCL::%%CNM-WITH-ARGS-COMBINED-METHOD-DCODE '(#(#<...

[ + ] (CCL::%CALL-NEXT-METHOD-WITH-ARGS '(#(#<STANDARD-G...

[ + ] (CCL::%%CNM-WITH-ARGS-COMBINED-METHOD-DCODE '(:TIT...

[ + ] (CCL::%MAKE-STD-INSTANCE #<COMPILED-LEXICAL-CLOSUR...

[ + ] (#<CCL::STANDARD-KERNEL-METHOD MAKE-INSTANCE (STAN...

[ + ] (#<CCL::STANDARD-KERNEL-METHOD MAKE-INSTANCE (SYMB...

[ + ] (#<Anonymous Function #x8603CAE> '(IT.BESE.ARNESI:...

[ + ] (IT.BESE.ARNESI::DRIVE-INTERPRETER/CC '(NIL #<STAN...

[ + ] (#<STANDARD-METHOD IT.BESE.UCW::HANDLE-ACTION-IN-S...

[ + ] (CCL::%CALL-NEXT-METHOD '(NIL #<STANDARD-METHOD IT...

[ + ] (#<STANDARD-METHOD IT.BESE.UCW::HANDLE-ACTION-IN-S...

[ + ] (CCL::%%STANDARD-COMBINED-METHOD-DCODE '(T "" #(""...

[ + ] (#<STANDARD-METHOD IT.BESE.UCW::DISPATCH (IT.BESE....

[ + ] (#<STANDARD-METHOD IT.BESE.UCW::SERVICE (IT.BESE.U...

[ + ] (#<STANDARD-METHOD IT.BESE.UCW::HANDLE-REQUEST (IT...

[ + ] (#<STANDARD-METHOD IT.BESE.UCW::HANDLE-REQUEST (IT...

[ + ] (IT.BESE.UCW::HTTPD-WORKER-LOOP/HANDLE #<IT.BESE.U...

[ + ] (IT.BESE.UCW::HTTPD-WORKER-LOOP '(#<RESTART ABORT-...

[ + ] (CCL::RUN-PROCESS-INITIAL-FORM '(#<COMPILED-LEXICA...

[ + ] (#<Anonymous Function #x80DB61E> '(#<COMPILED-LEXI...

[ + ] (#<Anonymous Function #x80CE806> 794664 #<LISP-THR...

Let me know if I can provide you with any further information that  
may help.

Thanks,
Daniel

On Oct 21, 2006, at 2:36 PM, Attila Lendvai wrote:

>
> And the following on the console:
>
> 12:29 UCW.BACKEND /+INFO+: Handling request from NIL for "/"
> 12:29 UCW-LOGGER/+ERROR+: Got request error: Only EQ hash tables can
> be weak..
> 12:29 UCW-LOGGER/+INFO+: Aborting request.
> 12:29 UCW.BACKEND/+INFO+: Handling request from NIL for "/favicon.ico"
>
> this is the usuall sillyness that some think that weak key ht's  
> with non-eq comparision lead to singularity... :)
>
> luckily ucw only needs #'eq this time, so i've pushed a patch that  
> will probably fix it.
>
> hth,
>
> -- 
> - attila
>
> "- The truth is that I've been too considerate, and so became  
> unintentionally cruel...
> - I understand.
> - No, you don't understand! We don't speak the same language!"
> (Ingmar Bergman - Smultronstället)




More information about the bese-devel mailing list