You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Mauricio Arroqui <ma...@gmail.com> on 2017/03/01 18:41:56 UTC

Re: How to configure MongoDB Client? I'm getting NotSerializableException

Thanks Val.

On Tue, Feb 28, 2017 at 1:09 AM, vkulichenko [via Apache Ignite Users] <
ml-node+s70518n10931h89@n6.nabble.com> wrote:

> Mauricio,
>
> According to exception, you injected CacheStoreSession in a non-transient
> field. Making it transient might fix the issue, but generally I would not
> recommend this. The purpose of store factory is exactly to avoid
> serialization of the store and to create the instance on server side where
> it will be used. Store itself very rarely can be serialized.
>
> -Val
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://apache-ignite-users.70518.x6.nabble.com/How-to-
> configure-MongoDB-Client-I-m-getting-NotSerializableException-
> tp10767p10931.html
> To unsubscribe from How to configure MongoDB Client? I'm getting
> NotSerializableException, click here
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=10767&code=bWF1cmlhcnJvcXVpQGdtYWlsLmNvbXwxMDc2N3wtMTQxNjMzMjkxNg==>
> .
> NAML
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-configure-MongoDB-Client-I-m-getting-NotSerializableException-tp10767p10975.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.