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.41k stars 597 forks source link

Build failed when building autopsy from source #7259

Open ssaadakhtarr opened 3 years ago

ssaadakhtarr commented 3 years ago

I am building autopsy from source and I have followed all the steps given in the BUILDING.txt file. In step 5, when I am building autopsy using 'ant' command it is showing the following errors. image

Can anyone help me out?

rcordovano commented 3 years ago

The Sleuth Kit Data Model JAR you are using is out-of-date with respect to the Autopsy source code in the develop branch that you are trying to build. The definition of TimelineEventType.STANDARD_ARTIFACT_CATCH_ALL was just added to the Sleuth Kit develop branch a few days ago and the same is true for the use of this symbol in the Autopsy source code in the develop branch. If you want to build the latest code, please git fetch the develop branch of TSK and build it first, then git fetch the Autopsy develop branch and build it.

ssaadakhtarr commented 3 years ago

Hi @rcordovano the above error got resolved I guess it was due to some issue with my tsk build. But now after following all the steps when I run 'ant run' for running autopsy from source in the last step of BUILDING.txt file then it shows loading modules screen but then after a while it disappears and the terminal says build successful. I was able to build autopsy successfully but I can't run it properly. It shows the following screen and then it disappears. WhatsApp Image 2021-09-12 at 15 48 29 Can you help on this one?