Hi Experts,
I've been creating simple GAE application and Eclipse gives me an
error when I'm trying run my app as Web Application:
java.lang.RuntimeException: Unable to restore the previous TimeZone
at
com.google.appengine.tools.development.DevAppServerImpl.restoreLocalTimeZone(DevAppServerImpl.java:
228)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:
164)
at com.google.appengine.tools.development.DevAppServerMain
$StartAction.apply(DevAppServerMain.java:164)
at com.google.appengine.tools.util.Parser
$ParseResult.applyArgs(Parser.java:48)
at
com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java:
113)
at
com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:
89)
Caused by: java.lang.NoSuchFieldException: defaultZoneTL
at java.lang.Class.getDeclaredField(Class.java:1899)
at
com.google.appengine.tools.development.DevAppServerImpl.restoreLocalTimeZone(DevAppServerImpl.java:
222)
... 5 more
I can deploy my application to GAE server and it works:
http://shouldbeeasy.appspot.com/index.html
http://shouldbeeasy.appspot.com/accountCreate.jsp
I'm almost sure that problem is with Java but I can't fix it up.
Any ideas?
Thanks in advance :)
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.