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