Bitbucket Server installer fails to run with java.lang.NoClassDefFoundError: java.awt.Container

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Problem

When running the console installer for Bitbucket Server on a headless Linux server, the following error is thrown:

$ ./atlassian-bitbucket-x.x.x-x64.bin
Starting Installer ...
tarting Installer ...
 java.lang.NoClassDefFoundError: java.awt.Container
         at com.install4j.runtime.installer.frontend.headless.AbstractHeadlessScreenExecutor.init(AbstractHeadlessScreenExecutor.java:67)
         at com.install4j.runtime.installer.frontend.headless.ConsoleScreenExecutor.<init>(ConsoleScreenExecutor.java:24)
         at com.install4j.runtime.installer.frontend.headless.InstallerConsoleScreenExecutor.<init>(InstallerConsoleScreenExecutor.java:6)
         at com.install4j.runtime.installer.Installer.getScreenExecutor(Installer.java:92)
         at com.install4j.runtime.installer.Installer.runInProcess(Installer.java:58)
         at com.install4j.runtime.installer.Installer.main(Installer.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:498)
         at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:65)
         at com.install4j.runtime.launcher.UnixLauncher.main(UnixLauncher.java:57)
 An error occurred:
 java.lang.NoClassDefFoundError: java.awt.Container
 Error log: /tmp/install4jError6204005887897864242.log
 java.lang.NoClassDefFoundError: java.awt.Container
         at com.install4j.runtime.installer.frontend.headless.AbstractHeadlessScreenExecutor.init(AbstractHeadlessScreenExecutor.java:67)
         at com.install4j.runtime.installer.frontend.headless.ConsoleScreenExecutor.<init>(ConsoleScreenExecutor.java:24)
         at com.install4j.runtime.installer.frontend.headless.InstallerConsoleScreenExecutor.<init>(InstallerConsoleScreenExecutor.java:6)
         at com.install4j.runtime.installer.Installer.getScreenExecutor(Installer.java:92)
         at com.install4j.runtime.installer.Installer.runInProcess(Installer.java:58)
         at com.install4j.runtime.installer.Installer.main(Installer.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:498)
         at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:65)
         at com.install4j.runtime.launcher.UnixLauncher.main(UnixLauncher.java:57)

Cause

This is caused by the Linux server being headless so that the installer cannot display the GUI (refer to Running the Bitbucket Server installer for more details).

Resolution

Run the installer in console mode: 

./atlassian-bitbucket-x.x.x-x64.bin -c


Last modified on Nov 2, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.