AbstractEnumeratorExternalizeable; no valid constructor [message #1535669] |
Mon, 29 December 2014 16:24  |
Eclipse User |
|
|
|
Hi,
I'm getting this error when my EMFStore server is attempting to de-serialize some data (more than likely some GMF notation classes which seems to be the only candidate here, but I don't have a set to reproduce).
It seems that AbstractEnumeratorExternalizeable has no default no-arg constructor and that is what would cause this error. But it seems strange that I find no reference to this issue elsewhere for code that has been around for ages.
Please advise
Alain
Caused by: java.lang.RuntimeException: java.io.InvalidClassException: org.eclipse.emf.common.util.AbstractEnumerator$AbstractEnumeratorExternalizeable; no valid constructor
at org.eclipse.emf.ecore.impl.EFactoryImpl.createFromString(EFactoryImpl.java:664)
at org.eclipse.emf.ecore.impl.EcoreFactoryImpl.createEJavaObjectFromString(EcoreFactoryImpl.java:927)
at org.eclipse.emf.ecore.impl.EcoreFactoryImpl.createFromString(EcoreFactoryImpl.java:148)
at org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.createFromString(XMLHelperImpl.java:1615)
at org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.setValue(XMLHelperImpl.java:1156)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.setFeatureValue(XMLHandler.java:2692)
... 46 more
Caused by: java.io.InvalidClassException: org.eclipse.emf.common.util.AbstractEnumerator$AbstractEnumeratorExternalizeable; no valid constructor
at java.io.ObjectStreamClass$ExceptionInfo.newInvalidClassException(Unknown Source)
at java.io.ObjectStreamClass.checkDeserialize(Unknown Source)
at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at org.eclipse.emf.ecore.impl.EFactoryImpl.createFromString(EFactoryImpl.java:660)
... 51 more
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04440 seconds