Re: [sleuthkit-users] Autopsy 3 error "cannot create Java Virtual Machine"
Brought to you by:
carrier
From: Florian W. <web...@gm...> - 2013-10-24 15:04:46
|
Hi Charles, I had the same issue at the beginning of the year. Same system same error. Luckily Adam was so kind to walk me through the steps to fix this. Here is the solution or at least it was for me: As a first step to debug this, can you verify java.exe from the embedded jre but itself works. Just execute C:\Program Files (x86)\Autopsy\jre\bin\java.exe If Java is working, you can try lowering the java heap settings. For that, edit the autopsy.conf file in C:\Program Files (x86)\Autopsy\etc and change -J-Xmx768m to something smaller, like -J-Xmx512m. You can do this using Notepad++. Lowering it to 512 worked for me. Hope this helps. Cheers, Flo 2013/10/24 Charles Barnard <wi...@gm...> > Installed Autopsy 3 using the installer into Win 7 Home Premium 64 bit > running in Fusion 6.0 on an iMac i7 Mac OS X 10.7 > > When I attempt to run it, it returns the error and terminates. > > I've searched the forums and others as well as online and the Sleuthkit > Wiki but haven't found anything about this error. > > I rebooted Win after the install with no changes. > I installed the current Java engines no help. > > > Layers: (top down) > > Autopsy 3 > Win 7 HP 64 > VMware Fusion 6.0 > Mac OS X 10.7 (Lion) > > -- > > Never do things others can do and will do if there are things others > cannot do or will not do. ~ Amelia Earhart > The very first requirement in a government is that it should > do *no harm.* > Wizard of Odd, LLC > 612-200-3221 > wi...@gm... > > "Designing the Future" > > And it harm none, do as ye will. > > Opinions expressed are just that: opinions and are owned by those stating > them. They are in no way to be taken as representative of current or future > belief and are subject to withdrawal or modification at any time. Copyright > Wizard of Odd, LLC. > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > > |