Hello We repeatedly see this error message in our production logs:
The parameter for the SystemEvent implements Serializable and has a public no arg constructor. We have a 2 Ivy node cluster setup. This error can't be reproduced in a local designer. I can see that SystemEvent doesn't implement Serializable, nor has a default constructor which seems to be a requirement by IvyScriptSerializer if it's not a Collection, Map, Array, Enum or Axis Enum. This, in my opinion, leads to the error in the log. My suspicion is that since our ProcessStartEventBean doesn't support more than one instance and if the event occurs on the same cluster node that processes this SystemEvent the SystemEvent is not serialized. If this is not the case it has to serialize the SystemEvent in order to send it to the master node. Can you confirm this? asked 05.08.2015 at 10:13 hspreiter |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 05.08.2015 at 10:13
Seen: 2,258 times
Last updated: 05.08.2015 at 10:13