Unanswered question

Adding application JAR/WAR in modules manager, observing "com.google.gwt.user.client.rpc.SerializationException"?

When adding the jar/war files for the GWT application after recording, i am getting an error "An exception occurred while repairing broken requests". On clicking it shows the below:
com.google.gwt.user.client.rpc.SerializationException: org.json.JSONException: A JSONArray text must start Caused by: org.json.JSONException: A JSONArray text must start with '[' at 1 [character 2 line 1]
...
com.google.gwt.user.client.rpc.SerializationException: java.lang.reflect.InvocationTargetException
...
Caused by: java.lang.reflect.InvocationTargetException
..
What could be the possible issue?

Aftab L.
Aftab L.

Aftab L.

Level
0
1 / 100
point

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

It's difficult to tell anything based on that generic error. First which GWT version do you use on the server side?

Did you get that error after importing your WAR file or your JAR files? Do you know if the developers of the appication have customized some standard GWT classes?