You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nlpcraft.apache.org by "Sergey Kamov (Jira)" <ji...@apache.org> on 2020/06/09 11:40:00 UTC

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

Sergey Kamov created NLPCRAFT-75:
------------------------------------

             Summary: 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: Aaron Radzinski
             Fix For: 0.7.0


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)