Hi,
I am very much a beginner in JESS and today i wrote my first .clp file. I
placed it in the same directory as scriptlib.clp. I initialise a Rete
engine in my main program and then batch my vibe.clp file...

    rete_.executeCommand("(batch jess/vibe.clp)");

I seem to generate around 100's of exceptions beginning with : 

Jess reported an error in routine Tokenizer.nextToken while executing
(batch jess/vibe.clp).
  Message: I/O Exception.
  Program text: ( batch jess/vibe.clp )  at line 0.

        at jess.Tokenizer.nextToken(Tokenizer.java:170)

        at jess.JessTokenStream.prepareSexp(JessTokenStream.java:58)

        at jess.JessTokenStream.nextToken(JessTokenStream.java:85)

I thought maybe something was wrong with my syntax in the .clp file, so i
just pasted whatever was in scriptlib.clp on to my file while deleting the
rest. No improvement at all :-).

Could you please help me with this,

Regards,
Raj.


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