Package Details: autopsy 4.21.0-2

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: 81
Popularity: 0.048828
First Submitted: 2005-09-03 19:00 (UTC)
Last Updated: 2023-10-02 21:23 (UTC)

Dependencies (7)

Required by (0)

Sources (2)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

Arq commented on 2021-08-22 14:55 (UTC)

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?

tatayoyo commented on 2021-02-12 23:33 (UTC)

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"

test0 commented on 2020-12-24 09:20 (UTC)

Thanks, worked!

GI_Jack commented on 2020-12-20 11:37 (UTC)

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.

kingkhan94 commented on 2020-12-17 14:29 (UTC) (edited on 2020-12-17 15:19 (UTC) by kingkhan94)

@test0 sudo yay -S sleuthkit

test0 commented on 2020-12-17 13:41 (UTC)

Where should I find sleuthkit-4.10.0.jar? I used yaourt -S autopsy and didn't download the jar file specifically

kingkhan94 commented on 2020-12-17 11:05 (UTC) (edited on 2020-12-17 11:07 (UTC) by kingkhan94)

@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

test0 commented on 2020-12-17 07:01 (UTC)

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

kleinph commented on 2020-11-15 16:20 (UTC)

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.

GI_Jack commented on 2020-09-14 18:51 (UTC) (edited on 2020-09-14 20:20 (UTC) by GI_Jack)

hey, you forgot

_skver=4.9.0

should be

_skver=4.10.0

for new sleuthkit-java ver

edit: this is borked because upstream sleuthkit is at 4.9.0