You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2021. It is now read-only.
Uncaught exception from servlet
java.lang.NoClassDefFoundError: org/json/simple/parser/ParseException
at com.google.cloud.backend.spi.ProspectiveSearchServlet.doPost(ProspectiveSearchServlet.java:62)
line 62 -> Sender sender = new Sender(gcmKey);
As mentioned in other issue, I have imported the missing libraries:
gcm-server.jar
gson-2.2.4.jar
I am using Eclipse Juno 4.2.2. with Android 4.3 (API 18). The message sent to the server is stored correctly in datastore, but this error keeps arising in the log.
Am I missing anything? Is any other library needed?