Hi All,

   Have you faced similar error, any usggestion pls


Data:

@Entity(name = "TAXI")
@Cache
@XmlRootElement(name = "taxi")
public class Taxi implements Serializable {
   private static final long serialVersionUID = 1L;
   @Id
   @Index
   private Long id;
   @Index
   private Date updatedOn;
   @Index
   private GeoPt geoPt;




Error:
020-05-13 22:26:49.372 
CEST[e~taxidealsnl/standard-project:dev.426651735704177602].<stdout>: list 
Exception list Size---> ---> e Error loading Key{projectId=taxidealsnl, 
namespace=, path=[PathElement{kind=TAXI, id=6501807392030720, name=null}]}: 
Expected type ENTITY at path '%' but instead found geoPt [LAT_LNG] 
2020-05-13 22:26:49.375 
CEST[e~taxidealsnl/standard-project:dev.426651735704177602].<stdout>: ex 
::[Ljava.lang.StackTraceElement;@26ff0233 
2020-05-13 22:26:49.375 
CEST[e~taxidealsnl/standard-project:dev.426651735704177602].<stdout>: 
2020-05-13 20:26:49.375 INFO 1 --- [RequestB8DC7F23] 
c.l.m.c.ExceptionHandlerController : Error ==null 
2020-05-13 22:26:49.375 
CEST[e~taxidealsnl/standard-project:dev.426651735704177602].<stderr>: 
java.lang.IllegalStateException 
2020-05-13 22:26:49.376 
CEST[e~taxidealsnl/standard-project:dev.426651735704177602].<stderr>: at 
com.google.common.base.Preconditions.checkState(Preconditions.java:492) 



.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/45aa933f-186f-40e0-8311-c395d674a6ad%40googlegroups.com.

Reply via email to