You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Andrey Mashenkov <an...@gmail.com> on 2017/05/02 16:43:02 UTC

Re: "object not serializable " when initializing igniteContext with Zookeeper Configuration

Hi,

Please properly subscribe to the mailing list so that the community can
receive email notifications for your messages. To subscribe, send empty
email to user-subscribe@ignite.apache.org and follow simple instructions in
the reply.

Seems, you provide anonymous class to IgniteContext that has implicit
reference to its non-serializable parent.
Try to make this "() => igcf" static.

-- 
Best regards,
Andrey V. Mashenkov