Skip to content

Unable to launch Autopsy on Windows 11 #7994

@ILPlais

Description

@ILPlais

I'm trying unsuccessfully to run Autopsy 4.22.1 on Windows 11.
Here is the command and the error messages:

& 'C:\Program Files\Autopsy-4.22.1\bin\autopsy64.exe'
The launcher has determined that the parent process has a console and will reuse it for its own console output.
Closing the console will result in termination of the running program.
Use '--console suppress' to suppress console output.
Use '--console new' to create a separate console window.
WARNING: Unknown module: javafx.base specified to --add-exports
WARNING: Unknown module: javafx.controls specified to --add-exports
WARNING: Unknown module: javafx.controls specified to --add-opens

2026-03-29T20:03:25.134161900Z main ERROR Log4j API could not find a logging provider.
java.lang.InternalError: platform encoding not initialized
        at java.base/java.net.Inet6AddressImpl.getLocalHostName(Native Method)
        at java.base/java.net.InetAddress.getLocalHost(InetAddress.java:1652)
        at org.sleuthkit.autopsy.healthmonitor.HealthMonitor.<init>(HealthMonitor.java:94)
        at org.sleuthkit.autopsy.healthmonitor.HealthMonitor.getInstance(HealthMonitor.java:120)
        at org.sleuthkit.autopsy.healthmonitor.HealthMonitor.startUpIfEnabled(HealthMonitor.java:299)
        at org.sleuthkit.autopsy.healthmonitor.Installer.restored(Installer.java:48)
        at org.sleuthkit.autopsy.core.Installer.restored(Installer.java:418)
        at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:447)
        at org.netbeans.core.startup.NbInstaller.loadImpl(NbInstaller.java:370)
        at org.netbeans.core.startup.NbInstaller.access$000(NbInstaller.java:77)
        at org.netbeans.core.startup.NbInstaller$1.run(NbInstaller.java:322)
        at org.openide.filesystems.FileUtil$2.run(FileUtil.java:418)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
        at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:402)
        at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:422)
        at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:319)
        at org.netbeans.ModuleManager.enable(ModuleManager.java:1457)
        at org.netbeans.ModuleManager.enable(ModuleManager.java:1254)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:316)
        at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:252)
        at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:173)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:142)
        at org.netbeans.core.startup.Main.start(Main.java:299)
        at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)
        at java.base/java.lang.Thread.run(Thread.java:833)

Has anyone else encountered this problem and knows the solution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions