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&timestampNanos=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&timestampNanos=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&timestampNanos=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&timestampNanos=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&timestampNanos=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&timestampNanos=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/a83f8a20-52b1-4e28-b7ad-43d6538c0e99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to