8000 Uncatchable exception caused by corrupt "meta" file · Issue #87 · eclipse-archived/concierge · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
Uncatchable exception caused by corrupt "meta" file #87
Open
@filippo-baccani

Description

@filippo-baccani

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0