We're seeing a strange exception in our Jess 5.1/JDK 1.18 application. The context is reinitializing a Jess engine, which entails first calling (undefinstance *) and then reset(). This stack trace is from the (undefinstance *) call - can anyone give me a clue on this? Thanks, Michael Lucero ----------------------------- Jess reported an error in routine NodeNot2.RunTestsVaryLeft while executing rule LHS (Node2) while executing rule LHS (TECT) while executing (undefinstance *). Message: Corrupted Negcnt (< 0) . Program text: ( undefinstance * ) at line 0. 04/24/2001 15:10:33 - at java.lang.Throwable.<init>(Compiled Code) 04/24/2001 15:10:33 - at java.lang.Exception.<init>(Compiled Code) 04/24/2001 15:10:33 - at jess.JessException.<init>(Compiled Code) 04/24/2001 15:10:33 - at jess.NodeNot2.doRunTestsVaryLeft(Compiled Code) 04/24/2001 15:10:33 - at jess.Node2.runTestsVaryLeft(Compiled Code) 04/24/2001 15:10:33 - at jess.Node2.callNodeRight(Compiled Code) 04/24/2001 15:10:33 - at jess.Node1.passAlong(Compiled Code) 04/24/2001 15:10:33 - at jess.Node1TECT.callNodeRight(Compiled Code) 04/24/2001 15:10:33 - at jess.Rete.processTokenOneNode(Compiled Code) 04/24/2001 15:10:33 - at jess.Rete.processToken(Compiled Code) 04/24/2001 15:10:33 - at jess.Rete._retract(Compiled Code) 04/24/2001 15:10:33 - at jess.Rete.retract(Compiled Code) 04/24/2001 15:10:33 - at jess.Definstance.undefine(Compiled Code) 04/24/2001 15:10:33 - at jess.UnDefinstance.call(Compiled Code) 04/24/2001 15:10:33 - at jess.FunctionHolder.call(Compiled Code) 04/24/2001 15:10:33 - at jess.Funcall.execute(Compiled Code) 04/24/2001 15:10:33 - at jess.Jesp.parseAndExecuteFuncall(Compiled Code) 04/24/2001 15:10:33 - at jess.Jesp.parseSexp(Compiled Code) 04/24/2001 15:10:33 - at jess.Jesp.parse(Compiled Code) 04/24/2001 15:10:33 - at jess.Rete.executeCommand(Compiled Code) --------------------------------------------------------------------- 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] ---------------------------------------------------------------------
