Skip to content

Instantly share code, notes, and snippets.

@haasr
Created September 13, 2023 21:52
Show Gist options
  • Save haasr/dab4f9cb6de2c7a6c186859387635223 to your computer and use it in GitHub Desktop.
Save haasr/dab4f9cb6de2c7a6c186859387635223 to your computer and use it in GitHub Desktop.
Fix Apache Directory Studio Hang on Boot (Java exit code -805306369)
For some reason ADS tends to enter a deadlock on launch, seemingly
because it tends to corrupt its own cache. Anyhow, executing Apache
with the "-clean" flag has always fixed it for me. This will clean
the caches that store bundle dependency resolution data and OSGi
extension data and then recreate them.
Windows Batch script (i.e., save in a .bat file):
cd "C:\Program Files\Apache Directory Studio"
ApacheDirectoryStudio.exe -clean
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment