我使用的是Ignite2.8.0,与cassandra的集成运行良好。升级到ignite 2.8.1后,ignite启动失败,显示消息: Failed to validate cache configuration. Cache store factory is not serializable.
基础异常为空指针异常。
Caused by: class org.apache.ignite.IgniteCheckedException: Failed to start processor: GridProcessorAdapter []
Caused by: class org.apache.ignite.IgniteCheckedException: Failed to validate cache configuration. Cache store factory is not serializable. Cache name
Caused by: class org.apache.ignite.IgniteCheckedException: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader@764c12b6
Caused by: java.lang.NullPointerException
at java.util.Collections$UnmodifiableCollection.<init>
at org.apache.ignite.cache.store.cassandra.persistence.PersistenceSettings.readObject(PersistenceSettings.java:533)
1条答案
按热度按时间ilmyapht1#
我可以看到,有Cassandra相关的票带来了一个新的代码,很可能导致了问题。
新的票是https://issues.apache.org/jira/browse/ignite-13431