You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a recent test, I got 2052 exceptions like this printed in processing log:
java.io.EOFException: Length to read: 928 actual: 416
at org.apache.commons.io.IOUtils.readFully(IOUtils.java:2074) ~[commons-io-2.16.1.jar:2.16.1]
at org.apache.commons.io.IOUtils.readFully(IOUtils.java:2095) ~[commons-io-2.16.1.jar:2.16.1]
at iped.parsers.discord.cache.CacheEntry.read(CacheEntry.java:161) ~[iped-parsers-impl-4.2.1.jar:?]
at iped.parsers.discord.cache.CacheEntry.<init>(CacheEntry.java:123) ~[iped-parsers-impl-4.2.1.jar:?]
at iped.parsers.discord.cache.Index.<init>(Index.java:227) [iped-parsers-impl-4.2.1.jar:?]
at iped.parsers.browsers.chrome.CacheIndexParser.parse(CacheIndexParser.java:88) [iped-parsers-impl-4.2.1.jar:?]
at iped.parsers.discord.DiscordParser.parseCacheIndex(DiscordParser.java:129) [iped-parsers-impl-4.2.1.jar:?]
at iped.parsers.discord.DiscordParser.parse(DiscordParser.java:115) [iped-parsers-impl-4.2.1.jar:?]
at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:298) [tika-core-2.4.0-p1.jar:2.4.0]
at iped.parsers.standard.StandardParser.parse(StandardParser.java:245) [iped-parsers-impl-4.2.1.jar:?]
at iped.engine.io.ParsingReader$BackgroundParsing.run(ParsingReader.java:247) [iped-engine-4.2.1.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:?]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?]
at java.lang.Thread.run(Unknown Source) [?:?]
PS: An user recently reported OOM and the log suggested it came from DiscordParser. After disabling it, the user was able to process the case. Unfortunately he didn't send the heap dump I asked for to further investigate...
In a recent test, I got 2052 exceptions like this printed in processing log:
Not sure if it is expected or not. Any idea @felipecampanini or @patrickdalla?
The text was updated successfully, but these errors were encountered: