在我的Java應用程序中,我正在使用Jersey for REST服務。一切 工程完美,但我得到這個錯誤消耗了大量的CPU (13830cpu_ms)並凍結了幾秒鐘的應用程序。Google App Engine上的澤西島錯誤
com.sun.jersey.core.spi.component.ProviderFactory __getComponentProvider: The provider c
class, class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider$App, could not be
instantiated. Processing will continue but the class will not be utilized
java.lang.SecurityException: Unable to get members for class
com.sun.jersey.json.impl.provider.entity.JSONArrayProvider$App
at com.google.appengine.runtime.Request.process-d73c0d822f527031(Request.java)
at java.lang.Class.getDeclaredMethods(Class.java:252)
任何想法如何我可以解決這個問題?
您需要顯示一些代碼(導致錯誤的地方),或者這只是爲了得到一堆downvotes並最終關閉 – 2011-05-25 20:16:55