java.io.StreamCorruptedException: Caught EOFException while reading the stream header
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
Samebug tips
- Expert tip
Update Tomcat container adapters to 1.0.0.CR8 or further. If that doesn't work,
0D0A3C21
in ASCII is<!
, first characters in a HTML file, so, check if you're not reading a different file or if there's an issue with your deserialization. - Expert tip
If you're using Liferay, check the steps in the last message on how to fix it: https://goo.gl/feXWKU
Solutions on the web
via Eclipse Bugzilla by ian_darke, 1 year ago
via Google Groups by Bryan Coon, 2 years ago
via Oracle Community by 843840, 1 year ago
via GitHub by Yongyao
, 1 year agovia jboss.org by Unknown author, 2 years ago
via GitHub by kiall
, 10 months agojava.io.StreamCorruptedException: Caught EOFException while reading the stream header
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:845)
at java.io.ObjectInputStream.
(ObjectInputStream.java:168) at org.eclipse.core.internal.runtime.AuthorizationDatabase.load(AuthorizationDatabase.java:268)
at org.eclipse.core.internal.runtime.AuthorizationDatabase.load(AuthorizationDatabase.java:252)
at org.eclipse.core.internal.runtime.AuthorizationDatabase.
(AuthorizationDatabase.java:77) at org.eclipse.core.internal.runtime.InternalPlatform.loadKeyring(InternalPlatform.java:587)
at org.eclipse.core.internal.runtime.InternalPlatform.loaderStartup(InternalPlatform.java:579)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.internal.boot.InternalBootLoader.startup(InternalBootLoader.java:909)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:768)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)