PKGBUILD works for 4.19.1: https://pastebin.com/D3cf94WY
Also moves to Java 11
Git Clone URL: | https://aur.archlinux.org/autopsy.git (read-only, click to copy) |
---|---|
Package Base: | autopsy |
Description: | Digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensic tools |
Upstream URL: | http://www.sleuthkit.org/autopsy/ |
Keywords: | forensics gui java postmoterm recovery sleuthkit |
Licenses: | Apache-2.0 |
Submitter: | Mikos |
Maintainer: | mh4ckwascut |
Last Packager: | mh4ckwascut |
Votes: | 82 |
Popularity: | 0.41 |
First Submitted: | 2005-09-03 19:00 (UTC) |
Last Updated: | 2023-10-02 21:23 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »
PKGBUILD works for 4.19.1: https://pastebin.com/D3cf94WY
Also moves to Java 11
It doesn't seem like I have any errors but when I run autopsy, I get stuck on "Starting Modules" in the loading screen. Does anyone know how I can fix this?
It can be useful for others. If you installed autopsy with the wrong version of java. It is necessary:
(error : org.netbeans.InvalidException: StandardModule:org.sleuthkit.autopsy.core jarFile: /usr/share/autopsy/autopsy/modules/org-sleuthkit-autopsy-core.jar: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException)
1) Remove packages compiled with the wrong version of java yay -R autopsy sleuthkit-java sleuthkit
2) Clear yay cache: (/! \ To be adapted!) /bin/RM -fr $HOME/.cache/yay/autopsy $HOME/.cache/yay/sleuthkit-java
3) Change the version of java sudo archlinux-java set java-8-openjdk
4) Start a new shell to take the correct version into account or: bash -c "yay -S autopsy"
Thanks, worked!
with version 4.17.0 change line
ln -s /usr/share/java/sleuthkit-${_skver}.jar $pkgdir/usr/share/${pkgname}/${pkgname}/modules/ext/sleuthkit-postgresql-${_skver}.jar
to
ln -s /usr/share/java/sleuthkit-${_skver}.jar $pkgdir/usr/share/${pkgname}/${pkgname}/modules/ext/sleuthkit-${_skver}.jar
for it to work.
@test0 sudo yay -S sleuthkit
Where should I find sleuthkit-4.10.0.jar
? I used yaourt -S autopsy
and didn't download the jar file specifically
@test0 Please follow these instructions
cd /usr/share/java/
ls
sudo cp sleuthkit-4.10.0.jar /usr/share/autopsy/autopsy/modules/ext/
cd /usr/share/autopsy/autopsy/modules/ext/
sudo cp sleuthkit-4.10.0.jar sleuthkit-postgresql-4.10.0.jar
log out and log in
When running Autopsy after installation, I am getting this Error,
Activation failed: StandardModule:org.sleuthkit.autopsy.core jarFile: /usr/share/autopsy/autopsy/modules/org-sleuthkit-autopsy-core.jar: java.lang.UnsatisfiedLinkError: org.sleuthkit.datamodel.SleuthkitJNI.getVersionNat()Ljava/lang/String;
Then, the interface is opened, but without the core plugin so it is not useful. When trying to "Activate" the "Autopsy-Core" default plugin, this error is shown on Console.
Library not found in jar (libtsk_jni)
SleuthkitJNI: failed to load libtsk_jni
And the UI shown a message box with the Error pasted initially ("Activation failed: StandardModule:org.sleuthkit.autopsy.core....").
I tried some tricks suggested online like running Autopsy with JAVA_HOME=/usr/lib/jvm/java-8-openjdk
but this did not help.
Would love your help with fixing this issue or instructing me about the steps I should take
I have the same problem as @tcmal. I have OpenJDK 8 set as default and also checked JAVA_HOME.
I also tried starting it explicitly with: JAVA_HOME=/usr/lib/jvm/java-8-openjdk/ autopsy
JavaFx 8 is also intalled.
Pinned Comments