users@jaxb.java.net

Re: java.lang.InternalError

From: Bhakti Mehta <Bhakti.Mehta_at_Sun.COM>
Date: Tue, 29 Apr 2003 13:56:15 -0700

Hi Russells,
I too had encountered this error when I had generated the code using the
beta jars and am trying to run the application using the fcs jars.
Pls can you check if that may be the issue.
Regards,
Bhakti

Russell Johns wrote:

>In trying to test my JAXB application I am getting the following error:
>
>java.lang.InternalError: com.sun.msv.grammar.BinaryExp; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersionUID = -6949881705297518665
> at com.sun.xml.bind.validator.SchemaDeserializer.deserialize(SchemaDeserializer.java:28)
> at JvTrac.Xml.impl.TestProblemTypeImpl.<clinit>(TestProblemTypeImpl.java:31)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:140)
> at JvTrac.Xml.ObjectFactory.class$(ObjectFactory.java:23)
> at JvTrac.Xml.ObjectFactory.<clinit>(ObjectFactory.java:23)
> at JvTrac.Xml.Util.TvTracXmlUtil.<init>(TvTracXmlUtil.java:15)
> at jvtXmlSocket.main(jvtXmlSocket.java:32)
>Exception in thread "main"
>
>
>What are the likely causes of this?
>
>I am running on a win XP machine using a jar file of the compiled classes generated on a Linux Box-
>
>Thanks for any insights you might have-
>
>