Welcome to the Atlassian Community!
This looks like Java is not installed properly, for the user running Confluence, my guess is that the path to Java is not set up right.
The error is telling us that Java can't find the main class, which is usually down to Java not being set up correctly. It may also be that the application environment is not set up correctly.
I think you need to look at how you built the service - did you use the installer, or worked from a compressed file install?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your response :D
I performed these steps in order.
1) Installed java = sudo yum install java-11-openjdk
2) set the home path = sudo vim /etc/environment - JAVA_HOME=/usr/lib*****
3) reloaded home environment = source /etc/environment
4) Installed confluence via bin file / installer
Able to reach localhost:8090 after installation. After I comment out default connector and enable nginx connector, I receive that error message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so there's something wrong in the config of the nginx connector.
To debug this, I would start by not commenting out the default connector - you can have many connectors if you want, as long as they are on different ports, so re-enabling the default won't cause you any problems. If the problem goes away, then you know that the nginx connector is the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perfect! leaving default connector enabled and also enabling nginx https connector worked!
Despite documentation, do not disable / comment out default connector.
Thank you Nic!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.