Subj : Re: Rhino: how to locate origin of an "EvaluatorException" To : Andreas Rozek From : Igor Bukanov Date : Tue Feb 25 2003 11:00 pm Andreas Rozek wrote: > Hello! > > How can I locate the origin of an "EvaluatorException" (in the actual > case with a detail message "The undefined value has no properties.") So the message contains neither script file name nor line number? Could you at least get a stack trace of the exception itself? You may also try to use a Rhino build from CVS which should give you which property of undefined you tried to access. Regards, Igor .