Hello! Can you try ignite.binary().toBinary(new DailyEventTheta()) first thing after node start?
Note that I don't recommend doing that from listeners, please try going that on Ignite instance once it's started, just to make sure. Regards, -- Ilya Kasnacheev чт, 7 мар. 2019 г. в 16:59, kellan <[email protected]>: > I'm sure. When I log out the typename in the start up script: > > val typeId = > ignite$.binary().typeId("co.mira.etl.load.ignite.models.DailyEventTheta") > println(s"Type Id: $typeId") > > I get "Type Id: -1905551001" > > Again, here's the error message: "class > org.apache.ignite.binary.BinaryInvalidTypeException: Unknown pair > [platformId=0, typeId=-1905551001]" > > This is error is being thrown when I try to iterate over results from an > SqlQuery on a server node. > > I don't know if this matters but when I look in my marshaller directory, I > don't see a file called -1905551001. > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
