ERROR: java.io.EOFException #2380
Unanswered
antomiccoli
asked this question in
Q&A
Replies: 2 comments
-
Are you using --continue or --append options? If yes, seems a needed case data structure became corrupted. In that case unfortunately you will have to restart the whole processing from scratch. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I have launched a new process and it work.
Thank's
Il giorno sab 7 dic 2024 alle ore 03:43 Luis Filipe Nassif <
***@***.***> ha scritto:
… Are you using --continue or --append options? If yes, seems a needed case
data structure became corrupted. In that case unfortunately you will have
to restart the whole processing from scratch.
—
Reply to this email directly, view it on GitHub
<#2380 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJOHRIIH7UXWPL7UIZP5DWL2EJOGFAVCNFSM6AAAAABTE4GN2GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBZGE4DIMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, starting today I have a problem with IPED, I upload the data to it to process, the procedure starts and closes immediately.
It seems to be a problem with JAVA. I uninstalled and reinstalled the application but the problem remains.
this is the error message:
2024-12-06 16:16:09 [INFO] [app.processing.Main] Indexador e Processador de Evidências Digitais 4.1.6
2024-12-06 16:16:09 [INFO] [engine.config.Configuration] Loading configuration from E:\P.P.39651-23_GTMC_LaFenice\IPED-4.1.6_Carving\iped-4.1.6
Warning: Nashorn engine is planned to be removed from a future JDK release
ModuleNotFoundError: No module named 'numpy'
ModuleNotFoundError: No module named 'numpy'
ModuleNotFoundError: No module named 'numpy'
2024-12-06 16:16:13 [INFO] [parsers.util.EsedbManager] Libesedb library version: 20181229
2024-12-06 16:16:14 [ERROR] [app.processing.Main] Processing Error:
java.lang.RuntimeException: java.io.EOFException
at iped.engine.core.Statistics.loadPrevCarvedIgnoredMap(Statistics.java:113) ~[iped-engine-4.1.6.jar:?]
at iped.engine.core.Statistics.(Statistics.java:99) ~[iped-engine-4.1.6.jar:?]
at iped.engine.core.Statistics.get(Statistics.java:81) ~[iped-engine-4.1.6.jar:?]
at iped.engine.core.Manager.(Manager.java:202) ~[iped-engine-4.1.6.jar:?]
at iped.app.processing.Main.startManager(Main.java:176) [iped.jar:?]
at iped.app.processing.Main.execute(Main.java:240) [iped.jar:?]
at iped.app.processing.Main.main(Main.java:308) [iped.jar:?]
Caused by: java.io.EOFException
at java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown Source) ~[?:?]
at java.io.ObjectInputStream.readObject0(Unknown Source) ~[?:?]
at java.io.ObjectInputStream.readObject(Unknown Source) ~[?:?]
at java.io.ObjectInputStream.readObject(Unknown Source) ~[?:?]
at java.util.HashMap.readObject(Unknown Source) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
at java.io.ObjectStreamClass.invokeReadObject(Unknown Source) ~[?:?]
at java.io.ObjectInputStream.readSerialData(Unknown Source) ~[?:?]
at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source) ~[?:?]
at java.io.ObjectInputStream.readObject0(Unknown Source) ~[?:?]
at java.io.ObjectInputStream.readObject(Unknown Source) ~[?:?]
at java.io.ObjectInputStream.readObject(Unknown Source) ~[?:?]
at iped.engine.core.Statistics.loadPrevCarvedIgnoredMap(Statistics.java:110) ~[iped-engine-4.1.6.jar:?]
... 6 more
Can anyone help me?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions