googlearchive / solutions-mobile-backend-starter-java

Apache License 2.0
210 stars 65 forks source link

java.lang.NoClassDefFoundError: org/json/simple/parser/ParseException #6

Open DaniMunoz opened 11 years ago

DaniMunoz commented 11 years ago

Copy / Pasted from App Engine Log:

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:

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?

TomTasche commented 10 years ago

Here's a list of libraries you have to include: https://developers.google.com/cloud/samples/mbs/extend_backend