Hi there
I am trying to ingest a 420gb Windows 11 VM Image file.
I am getting this random error message when running Ingest Modules (Hash Lookup + File Type Identification). I am running Autopsy 4.20. I have deleted the Autopsy folder from AppData/Roaming, and created a new case… It still appears somewhat randomly.
Is it worth ignoring the message? Anyone else get something similar?
java.lang.IllegalArgumentException: Cannot decrease processed workunit count (722989) to lower value than before (722990)
at org.netbeans.modules.progress.spi.InternalHandle.progress(InternalHandle.java:306)
at org.netbeans.api.progress.ProgressHandle.progress(ProgressHandle.java:213)
at org.sleuthkit.autopsy.ingest.IngestJobExecutor.lambda$updateFileProgressBarForFileTaskStarted$10(IngestJobExecutor.java:1244)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)