Hi ,

Now a days always ,I have been receiving this error from the Analytics API:
 
 Error accessing google analytics API
  com.google.api.client.googleapis.json.GoogleJsonResponseException: 500 
Internal Server Error
 {
   "code" : 500,
  "errors" : [ {
    "domain" : "global",
    "message" : "There was an internal error.",
   "reason" : "internalError"
  } ],
  "message" : "There was an internal error."
}
    at 
com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)
    at 
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)
    at 
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)
    at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:321)
    at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1056)
    at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:419)
    at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:352)
    at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:469)
    at 
org.pentaho.di.trans.steps.googleanalytics.GaInputStep.init(GaInputStep.java:233)
    at org.pentaho.di.trans.step.StepInitThread.run(StepInitThread.java:69)
    at java.lang.Thread.run(Thread.java:745)
    
Any clue on how to trace and debug as this seems to be coming from Google 
API.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/41027a66-8ceb-4605-9250-359143c26bf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] A... Sumit Bansal

Reply via email to