sleuthkit / autopsy

Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools. It can be used by law enforcement, military, and corporate examiners to investigate what happened on a computer. You can even use it to recover photos from your camera's memory card.
http://www.sleuthkit.org/autopsy/
2.36k stars 590 forks source link

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

Open joaovarelas opened 3 years ago

joaovarelas commented 3 years ago

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 commented 3 years ago

image

joaovarelas commented 3 years ago
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
horfis commented 2 years ago

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

GallowsDove commented 1 year ago

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

markmckinnon commented 1 year ago

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

641i130 commented 1 year ago

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.

EsamLasheen commented 4 months ago

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.

did you fix it ?