Giter VIP home page Giter VIP logo

Comments (6)

 avatar commented on August 27, 2024

Greetings polslinux,

Was this your first time running Autopsy after building both it and TSK?
It looks like you were running it from ant, could you try running "ant clean", "ant build", and then "ant run"? Sometimes with the platform we are using, a clean build is required to start everything properly on the first run. This should only be necessary once if it is the problem.

Could you also send us the log files for this exception? From your screenshot, it looks like they were saved in the /home/pol/autopsy/build/testuserdir/var/log folder. The important logs being "autopsy.log.0" and "message.log". Making a Gist is probably the easiest way to send the information.

Thank you,
Devin

from autopsy.

paolostivanin avatar paolostivanin commented on August 27, 2024

Yes, i run it with ant run and i have built it with ant build.
I had already tried with ant clean but with no luck :(
autopsy.log.0 -> https://gist.github.com/4286764
message.log -> https://gist.github.com/4286769

from autopsy.

 avatar commented on August 27, 2024

I took a look at the file in question, AutoupdateSettings.java. It is part of the NetBeans Rich Client Platform rather than Autopsy. You can see it here.

There have been previous null pointer exceptions reported in the same method as your exception, but they all seem to have been fixed. Looking at the line your exception was on, 435, it seems improbably that you have the most recent version of the file, because that line only consists of }.

Going to the second most recent version of AutoupdateSettings.java, viewable here, line 435 contains a .exists() method call. And to top it off, the most recent commit adds a return if the superFile is null.

I'm going to recommend deleting your autopsy/netbeans-plat folder, and then running ant clean ant build and ant run. Whether that will pull the correct version of the NetBeans platform I'm unsure, because it should have done so in the first place.

Let me know if that doesn't work and we'll see if we can find a better way to get you the updated version.

Regards,
Devin

from autopsy.

paolostivanin avatar paolostivanin commented on August 27, 2024

no luck, the same error occur :(

from autopsy.

adam-m avatar adam-m commented on August 27, 2024

Cannot reproduce. Recommending retry with latest sources, which will also pull latest netbeans rcp.

from autopsy.

adam-m avatar adam-m commented on August 27, 2024

Cannot reproduce, likely old Netbeans RCP version glitch

from autopsy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.