Hello,
I'm attempting to run the "Add a vDC" workflow under the vCD 5.1-558 plugin in vCO 5.5, and I'm receiving the following error:
Could not call sun.net.www.http.KeepAliveCache.writeObject() : Could not call sun.net.www.http.ClientVector.writeObject() : null
---- Debugging information ----
message : Could not call sun.net.www.http.ClientVector.writeObject()
cause-exception : java.io.NotSerializableException
cause-message : null
-------------------------------
message : Could not call sun.net.www.http.KeepAliveCache.writeObject()
cause-exception : com.thoughtworks.xstream.converters.ConversionException
cause-message : Could not call sun.net.www.http.ClientVector.writeObject() : null
-------------------------------
From the server.log:
2013-11-01 00:22:55.826+0000 [WorkflowExecutorPool-Thread-4] WARN {mike@kmzhomenet.local:Add a vDC:46808080808080808080808080808080A880808001266312685778e677578588f:ff8080814210fce40142110a8b510027} [WorkflowItemTaskRunner] Script execution error on workflow : Add a vDC / 'Create Trigger'(item1) : Could not call sun.net.www.http.KeepAliveCache.writeObject() : Could not call sun.net.www.http.ClientVector.writeObject() : null
---- Debugging information ----
message : Could not call sun.net.www.http.ClientVector.writeObject()
cause-exception : java.io.NotSerializableException
cause-message : null
-------------------------------
message : Could not call sun.net.www.http.KeepAliveCache.writeObject()
cause-exception : com.thoughtworks.xstream.converters.ConversionException
cause-message : Could not call sun.net.www.http.ClientVector.writeObject() : null
It appears to be stopped at the Create Trigger action within the Wait for a task sub workflow. The creation of the vDC actually succeeds in vCD and no errors are thrown there. It worked previously without any change to the workflow as late as yesterday, but has since stopped.
I've done everything I can think of, including reinstalling vCO completely, but no luck. I'd be happy for any ideas.