Ah, so if I've definstanced an object, then the object gets garbage collected without retracting the shadow fact, would this cause this exception be raised (during (reset) )? If so, that may be my problem.
The (reset) happens as a result of an application level 'reset' which also cleans up lots of stuff. -Mitch -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, July 23, 2004 1:43 PM To: [EMAIL PROTECTED] Subject: Re: JESS: RE: While on the subject of error messages... Jess can't find the Fact that goes with a definstanced object. In Jess 6. this can happen if the object's hashCode() varies over time. Is this true of the class named in the error message? I think Mitch Christensen wrote: > I'm really sorry about that. I sent this message prematurely. > > I'm getting this exception thrown during (reset), and I'm not having any > luck figuring out the cause. Does anyone have knowledge of what is > happening inside (reset) or what this message is indicating? > > Thanks, > -Mitch > > -----Original Message----- > From: Mitch Christensen [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 1:12 PM > To: [EMAIL PROTECTED] > Subject: While on the subject of error messages... > > > Jess reported an error in routine DefinstanceList.updateShadowFact > while executing (reset). > Message: Object not a definstance: > [EMAIL PROTECTED] > Program text: ( reset ) at line 3. --------------------------------------------------------- Ernest Friedman-Hill Science and Engineering PSEs Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] -------------------------------------------------------------------- -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
