Hello! Are you sure that package and class name did not change between restarts? When is this exception thrown?
Regards, -- Ilya Kasnacheev чт, 7 мар. 2019 г. в 16:13, kellan <[email protected]>: > OK. Did this, but still seeing the same exception. > > class SetUpIgniteBinaries extends LifecycleBean { > override def onLifecycleEvent(evt: LifecycleEventType): > Unit = if(evt == > LifecycleEventType.AFTER_NODE_START) { > ignite$.binary().`type`(classOf[DailyEventTheta]) > > ignite$.binary().`type`(classOf[DailyEventThetaKey]) > } > } > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
