Hi,
I'm trying to rebuild my app with just downloaded jess50b2. Before I
had my application built with JDK 1.1.8. At once I decided to try 50b2
and JDK 1.2.2.
Here is an exception I got from application that used to run
bload/bsave without any trouble :
java.io.InvalidClassException: jess.Rete; Local class not compatible:
stream classdesc serialVersionUID=479072369051011645 local class
serialVersionUID=-1625347106253991454
at
java.io.ObjectStreamClass.validateLocalClass(ObjectStreamClass.java:43
8)
at
java.io.ObjectStreamClass.setClass(ObjectStreamClass.java:482)
at
java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:
785)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:353)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)
at
java.io.ObjectInputStream.inputObject(ObjectInputStream.java:978)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)
at jess.Dumper.call(DumpFunctions.java:85)
at jess.FunctionHolder.call(FunctionHolder.java:37)
at jess.Funcall.execute(Funcall.java:240)
at jess.Jesp.parseAndExecuteFuncall(Jesp.java:1604)
at jess.Jesp.parseSexp(Jesp.java:185)
at jess.Jesp.parse(Jesp.java, Compiled Code)
at jess.Rete.executeCommand(Rete.java:1522)
at MyClass.init(TestApp.java:99)
at TestApp.main(TestApp.java, Compiled Code)
MyClass.init() - Jess reported an error in routine bload while
executing (bload c:/temp/test.bin).
Message: IO Exception.
Program text: ( bload c:/temp/test.bin ) at line 0.
Any idea what is going on?
Thanks,
Alex
---------------------------------------------------------------------
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]
---------------------------------------------------------------------