App Engine: Reflection is not allowed on private java.lang.Throwable java.lang.Throwable.cause
问题 Today I went to deploy a java application I've created up to Google App Engine, and I am being roadblocked by some very unhelpful error messages. Invocation of init method failed; nested exception is java.lang.SecurityException: java.lang.IllegalAccessException: Reflection is not allowed on private java.lang.Throwable java.lang.Throwable.cause Followed by a stack-trace that doesn't mention any of my classes: there is no line of my code I can point to as causing this. This application uses