Just a heads-up. I am getting a NPE while trying to deploy this with
1.3.6:
<static-error-handlers>
<handler file="/error/default.html"/>
<handler file="/error/over_quota.html" error-code="over_quota"/>
<handler file="/error/dos_api_denial.html" error-
code="dos_api_denial"/>
<handler file="/error/timeout.html" error-code="timeout"/>
</static-error-handlers>
Caused by: java.lang.NullPointerException
at java.net.URLEncoder.encode(URLEncoder.java:188)
at
com.google.appengine.tools.admin.ServerConnection.buildQuery(ServerConnection.java:
195)
at
com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java:
117)
at
com.google.appengine.tools.admin.ServerConnection.post(ServerConnection.java:
96)
at
com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:
584)
at
com.google.appengine.tools.admin.AppVersionUpload.uploadErrorHandlers(AppVersionUpload.java:
154)
at
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:
125)
at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
56)
Adding this to the first handler:
error-code="default"
If works as expected.
--
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.