I'm trying to run the Spatial Query Example from the examples and getting the following error:
javax.cache.CacheException: Failed to execute map query on remote node [nodeId=2626e2d2-7c4c-40c4-a307-3cccf946eb68, errMsg=Failed to execute SQL query. Data conversion error converting "com.vividsolutions.jts.geom.Point [idHash=367191523, hash=-804448562, factory=com.vividsolutions.jts.geom.GeometryFactory [idHash=71992475, hash=1836134263, precisionModel=com.vividsolutions.jts.geom.PrecisionModel [idHash=629476457, hash=-579810316, scale=0.0, modelType=com.vividsolutions.jts.geom.PrecisionModel$Type [idHash=1802008802, hash=679225126, name=FLOATING]], coordinateSequenceFactory=com.vividsolutions.jts.geom.impl.CoordinateArraySequenceFactory [idHash=1579125008, hash=1], SRID=0], envelope=null, userData=null, coordinates=com.vividsolutions.jts.geom.impl.CoordinateArraySequence [idHash=245473300, hash=1742938877, coordinates=[com.vividsolutions.jts.geom.Coordinate [idHash=63570925, hash=-716421977, x=2893.0, y=6964.0, z=NaN], dimension=3], SRID=0]"; SQL statement: SELECT SPATIAL_CACHE1.__Z0._KEY __C0_0, SPATIAL_CACHE1.__Z0._VAL __C0_1 FROM SPATIAL_CACHE1.MAPPOINT __Z0 Does anybody know how to resolve this? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
