Unanswered question

When 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?

ayushi K.
ayushi K.

ayushi K.

Level
0
1 / 100
point

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

It seems that the content of at least one of the server response does not contain the expected data. Could you provide a screen shot of the response where we can see the header and the body content?