Hello,

I just loaded Jess 6.08 to try it out and encountered the following
problem (which actually has been there with 6.06 as well but not with
6.03):

Exception in thread "main" java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.next(HashMap.java:700)
        at jess.di.if(Unknown Source)
        at jess.Rete.try(Unknown Source)
        at jess.Rete.reset(Unknown Source)
        at com.bes.itm.agent.IMAgent.init(IMAgent.java:312)
        at com.bes.itm.agent.IMAgent.<init>(IMAgent.java:32)
        at com.bes.itm.app.JessAgent.main(JessAgent.java:36)

In my main program I do the following:

    // create Jess Rete object
    rete = new Rete();

    // ... some other stuff ...

    rete.reset();

    // initialize user functions
    initUserFunctions();
    rete.addUserpackage(new jess.ViewFunctions());

    rete.executeCommand("(batch "+clp+"im_main.clp)");
    rete.reset();
    rete.run();

Any help is greatly appreciated,
        tge

-- 
................................................
          Thomas Gentsch
          --------------
Phone: +49 711 486948       E-mail: [EMAIL PROTECTED]
Mobil: +49 173 6620507
Fax:   +49 711 4687889      WWW:    www.e-tge.de
................................................


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