Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 321982 - core.internal.css.Stylesheet not Serializable
Summary: core.internal.css.Stylesheet not Serializable
Status: CLOSED DUPLICATE of bug 320027
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: David Williams CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-06 09:05 EDT by David Carver CLA
Modified: 2011-11-09 17:36 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Carver CLA 2010-08-06 09:05:38 EDT
During startup the following error is being tossed into the log file.


!ENTRY org.eclipse.wst.xml.vex.ui 2 0 2010-08-06 06:03:33.089
!MESSAGE Unable to cache configuration in /home/dcarver/workspace/runtime-EclipseApplication/.metadata/.plugins/org.eclipse.wst.xml.vex.docbook/.vexConfig-0.5.0.201007061442.ser
!STACK 0
java.io.NotSerializableException: org.eclipse.wst.xml.vex.core.internal.css.StyleSheet
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
	at java.util.HashMap.writeObject(HashMap.java:1001)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
	at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
	at org.eclipse.wst.xml.vex.ui.internal.config.ConfigLoaderJob.saveConfigSourceToFile(ConfigLoaderJob.java:173)
	at org.eclipse.wst.xml.vex.ui.internal.config.ConfigLoaderJob.loadPlugins(ConfigLoaderJob.java:123)
	at org.eclipse.wst.xml.vex.ui.internal.config.ConfigLoaderJob.run(ConfigLoaderJob.java:64)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Florian Thienel CLA 2010-08-18 16:15:01 EDT

*** This bug has been marked as a duplicate of bug 320027 ***
Comment 2 Florian Thienel CLA 2011-11-09 17:36:46 EST
Moved to Mylyn Docs Vex.