Something is very wrong in the ReflectObject table. Try to create a
small test that reproduces this error and set the debug variable
on line 107 to true. That will print out extra info while adding
or searching in the reflect table.

Mo Dejong
Red Hat Inc.

On Tue, 25 Jan 2000, Thomas McKay wrote:

> While creating numerous ReflectObjects w/in a Java command, I inconsistently
> get a message
> 
>       "table entry did not match arguments"
> 
> The error is thrown in ReflectObject.java when
> 
> 
>       if (found.javaClass != cl || found.javaObj != obj || found.ownerInterp !=
> interp) {
> 
> Any idea what could cause this?
> 
> I have a tcl proc that repeatedly calls the java-implemented tcl command, if
> that makes a difference.

----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to