googlearchive / solutions-mobile-backend-starter-java

Apache License 2.0
210 stars 65 forks source link

503 Service Unavailable error #10

Open alchemistgo87 opened 10 years ago

alchemistgo87 commented 10 years ago

I uploaded code to app engine and tried calling apis using api explorer. Its always showing this error:

503 Service Unavailable

Show headers -

{ "error": { "errors": [ { "domain": "global", "reason": "backendError", "message": "java.lang.NullPointerException" } ], "code": 503, "message": "java.lang.NullPointerException" } }