autopsy icon indicating copy to clipboard operation
autopsy copied to clipboard

org.netbeans.InvalidException: StandardModule:org.sleuthkit.autopsy.core

Open joaovarelas opened this issue 3 years ago • 7 comments

Im getting exception when running ./bin/autopsy. Have followed the steps for running on Linux.

Debian 10 and Java 8 from BellSoft.

Java Warnings:

OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/mnt/Data/Tools/Forensics/Autopsy-4.19.1/autopsy-4.14.0/platform/lib/boot.jar) to field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

joaovarelas avatar Sep 02 '21 15:09 joaovarelas

image

joaovarelas avatar Sep 02 '21 15:09 joaovarelas

org.netbeans.InvalidException: StandardModule:org.sleuthkit.autopsy.core jarFile: /home/vrls/Data/Tools/Forensics/Autopsy-4.19.1/autopsy-4.14.0/autopsy/modules/org-sleuthkit-autopsy-core.jar: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException

joaovarelas avatar Sep 02 '21 15:09 joaovarelas

I have the same problem running one macOS Monterey. I need help.

horfis avatar Jul 18 '22 16:07 horfis

Does anyone have any info on this? Encountering the same issue

GallowsDove avatar Nov 14 '22 14:11 GallowsDove

What OS and version of java are you running? If multiple versions of Java installed which version is the default.

markmckinnon avatar Nov 14 '22 14:11 markmckinnon

I'm stuck with this issue as well on an arch linux install. I've tried both java versions listed below:

archlinux-java status
Available Java environments:
  java-11-openjdk
  java-8-openjdk (default)

11 results in this error:

autopsy
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/opt/autopsy/platform/lib/boot.jar) to field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

8 doesn't have the error above, but I get the window that everyone here is having.

641i130 avatar Aug 20 '23 19:08 641i130