Slim3

App Engine for Javaでのデプロイ時にBad Requestエラーが出て認証できない

App Engine for java でアプリケーションをデプロイしようとしたところ、以下のエラーが発生した。 com.google.api.client.http.HttpResponseException: 400 Bad Request at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:209) at com.g…

Slim3でのHot deploy時 ClassCastException

Google App Engine for Java & Slim3 /Google SDK : 1.4.2 開発サーバで以下のエラーが発生した。なにやら、Hotデプロイ時にエラーになっているらしい。 HTTP ERROR 500Problem accessing /testdata. Reason: If you use MemcacheService or JCache, use org…