Actions
Bug #4800
closedCacheManager can not insert WorkflowRun into cache
Status:
Resolved
Priority:
Normal
Assignee:
Category:
workflow run manager
Target version:
Start date:
02/17/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4800
Description
When you export a run, CacheManager's insertObject cannot insert WorkflowRun entries into cache. This is because the call to serializeObjectInFile fails, caused by:
Caused by: java.io.NotSerializableException: java.lang.ref.WeakReference
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
Related issues
Updated by Derik Barseghian almost 15 years ago
I believe this is fixed. Aaron, do you consider this fixed with r23291?
Updated by Aaron Aaron almost 15 years ago
Yes, the solution to use moml as the serialization format to cache instead of a java serialized object seems to be working well.
Actions