Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Uncatchable exception caused by corrupt "meta" file #87

Open
filippo-baccani opened this issue Mar 11, 2021 · 0 comments
Open

Uncatchable exception caused by corrupt "meta" file #87

filippo-baccani opened this issue Mar 11, 2021 · 0 comments

Comments

@filippo-baccani
Copy link

Goog morning.
I'm experiencing a peculiar failure:
A "meta" file inside storage/default/[bundle id]/ has gone corrupted (zero length).
"Concierge" class catchs EOFException and print the stack trace but do not take any action to perform a "clean start" and don't send the exception up in the class calling chain.
So for the calling program there is no way to handle the problem.

Here below the stack trace:

java.io.EOFException
at java.base/java.io.DataInputStream.readInt(Unknown Source)
at org.eclipse.concierge.BundleImpl.(BundleImpl.java:252)
at org.eclipse.concierge.Concierge.restoreProfile(Concierge.java:1517)
at org.eclipse.concierge.Concierge.init(Concierge.java:1330)
at org.myorg.ACallingClass .....

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant