You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nlpcraft.apache.org by "Aaron Radzinski (Jira)" <ji...@apache.org> on 2021/01/19 00:12:00 UTC

[jira] [Updated] (NLPCRAFT-75) Fix warings

     [ https://issues.apache.org/jira/browse/NLPCRAFT-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Radzinski updated NLPCRAFT-75:
------------------------------------
    Fix Version/s:     (was: 0.7.4)
                   0.7.5

> Fix warings
> -----------
>
>                 Key: NLPCRAFT-75
>                 URL: https://issues.apache.org/jira/browse/NLPCRAFT-75
>             Project: NLPCraft
>          Issue Type: Improvement
>          Components: test
>            Reporter: Sergey Kamov
>            Assignee: Sergey Kamov
>            Priority: Major
>             Fix For: 0.7.5
>
>
> When the first request to the server from the new connected probe, we have some warning (see below)
> Seems they are related to ignite cache usage with scala classes.
> Should be fixed.
> [INFO] Jun-09|14:21:36|WARN | Class "scala.collection.immutable.HashSet$SerializationProxy" cannot be serialized using BinaryMarshaller because it either implements Externalizable interface or have writeObject/readObject methods. OptimizedMarshaller will be used instead and class instances will be deserialized on the server. Please ensure that all nodes have this class in classpath. To enable binary serialization either implement Binarylizable interface or set explicit serializer using BinaryTypeConfiguration.setSerializer() method.
> [INFO] Jun-09|14:21:36|WARN | Class "scala.collection.immutable.HashSet$SerializationProxy" cannot be serialized using BinaryMarshaller because it either implements Externalizable interface or have writeObject/readObject methods. OptimizedMarshaller will be used instead and class instances will be deserialized on the server. Please ensure that all nodes have this class in classpath. To enable binary serialization either implement Binarylizable interface or set explicit serializer using BinaryTypeConfiguration.setSerializer() method.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)