java.io.OptionalDataException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 425601, 1 year ago
via Oracle Community by 807553, 1 year ago
via Netbeans Bugzilla by tbreiholz, 9 months ago
via Netbeans Bugzilla by cookej, 9 months ago
via Netbeans Bugzilla by jvinett, 9 months ago
via Netbeans Bugzilla by jnash67, 9 months ago
java.io.OptionalDataException:
at java.io.ObjectInputStream.readObject(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at oracle.lbs.mapcommon.MapResponse.readObject(MapResponse.java:394)
at java.lang.reflect.Method.invoke(Native Method)
at java.io.ObjectInputStream.invokeObjectReader(Unknown Source)
at java.io.ObjectInputStream.inputObject(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at oracle.lbs.mapclient.MapViewer.processRawResponse(MapViewer.java:3448)
at oracle.lbs.mapclient.MapViewer.run(MapViewer.java:3183)
at com.ups.upi.delegates.NISBaseFlowMapDelegate$MapCreationThread.run(NISBaseFlowMapDelegate.java:2730)