I think Alexander Lamb wrote:

> Well, I still crash in the definstance:
> 
> **** ERROR IN DEFINSTANCE: Jess reported an error in routine
> DefinstanceList.createFact.
>   Message: Called method threw an exception.
>     at jess.DefinstanceList.createFact(DefinstanceList.java:119)
>     at jess.DefinstanceList.definstance(DefinstanceList.java:177)
>     at jess.Rete.definstance(Rete.java:1162)
>     at jess.Rete.definstance(Rete.java:1154)
>     at Session.<init>(Session.java:39)
> 

See manual section 4.1 re: getNextException() -- Jess is telling you
that it called a Java method via reflection, and it threw an
exception. You have to call getNextException.printStackTrace() to see
it -- it will probably give you a clue!





---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9012                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

--------------------------------------------------------------------
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]
--------------------------------------------------------------------

Reply via email to