Hey, actually, upon further poking, this happens when the input is null. I think your entity might not have its timezone property filled :)
On Wednesday, May 20, 2015 at 2:52:19 PM UTC-4, Chad Vincent wrote: > > I seem to be getting this today in bursts: > > java.lang.NullPointerException at > sun.util.calendar.ZoneInfoFile.readZoneInfoFile(ZoneInfoFile.java:1042 > <https://console.developers.google.com/project/uswstroper/clouddev/source/resolve_location?appModule=default&appVersion=3-9-6×tampNanos=1432147205893000000&file=sun%2Futil%2Fcalendar%2FZoneInfoFile.java&line=1042> > ) at sun.util.calendar.ZoneInfoFile.createZoneInfo(ZoneInfoFile.java:596 > <https://console.developers.google.com/project/uswstroper/clouddev/source/resolve_location?appModule=default&appVersion=3-9-6×tampNanos=1432147205893000000&file=sun%2Futil%2Fcalendar%2FZoneInfoFile.java&line=596> > ) at sun.util.calendar.ZoneInfoFile.getZoneInfo(ZoneInfoFile.java:566 > <https://console.developers.google.com/project/uswstroper/clouddev/source/resolve_location?appModule=default&appVersion=3-9-6×tampNanos=1432147205893000000&file=sun%2Futil%2Fcalendar%2FZoneInfoFile.java&line=566> > ) at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:663 > <https://console.developers.google.com/project/uswstroper/clouddev/source/resolve_location?appModule=default&appVersion=3-9-6×tampNanos=1432147205893000000&file=sun%2Futil%2Fcalendar%2FZoneInfo.java&line=663> > ) at java.util.TimeZone.getTimeZone(TimeZone.java:566 > <https://console.developers.google.com/project/uswstroper/clouddev/source/resolve_location?appModule=default&appVersion=3-9-6×tampNanos=1432147205893000000&file=java%2Futil%2FTimeZone.java&line=566> > ) at java.util.TimeZone.getTimeZone(TimeZone.java:562 > <https://console.developers.google.com/project/uswstroper/clouddev/source/resolve_location?appModule=default&appVersion=3-9-6×tampNanos=1432147205893000000&file=java%2Futil%2FTimeZone.java&line=562> > ) > [.My Code.] > > My code: > > humanReadableFormat.setTimeZone(TimeZone.getTimeZone(entity.getTimeZone > ())); > > Something wrong with the ZoneInfo file on AppEngine? Any bogus input on my > part should return TimeZone.GMT... > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/93243211-31b6-421c-98f4-a3f3dd8473d1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
