[
https://issues.apache.org/jira/browse/APEXMALHAR-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16092346#comment-16092346
]
Thomas Weise commented on APEXMALHAR-2526:
------------------------------------------
{code}
com.esotericsoftware.kryo.KryoException: Error during Java deserialization.
Serialization trace:
statefulF
(org.apache.apex.malhar.lib.function.FunctionOperator$MapFunctionOperator)
at
com.esotericsoftware.kryo.serializers.JavaSerializer.read(JavaSerializer.java:47)
at com.esotericsoftware.kryo.Kryo.readObject(Kryo.java:679)
at
com.esotericsoftware.kryo.serializers.ObjectField.read(ObjectField.java:106)
at
com.esotericsoftware.kryo.serializers.FieldSerializer.read(FieldSerializer.java:528)
at com.esotericsoftware.kryo.Kryo.readClassAndObject(Kryo.java:761)
{code}
> FunctionOperator deserialization failure in CLI
> -----------------------------------------------
>
> Key: APEXMALHAR-2526
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2526
> Project: Apache Apex Malhar
> Issue Type: Bug
> Affects Versions: 3.7.0
> Reporter: Thomas Weise
> Assignee: Thomas Weise
>
> A function object class that is loaded in the CCL won't be visible to
> ObjectInputStream when deserializing the object. This problem was addressed
> in the Kryo master branch:
> https://github.com/EsotericSoftware/kryo/commit/19a6b5edee7125fbaf54c64084a8d0e13509920b
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)