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?
↧
Adding application JAR/WAR in modules manager, observing "com.google.gwt.user.client.rpc.SerializationException"?
↧