Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have made a new confluence server installation (V6.1.2) with all default settings (in Linux).
Everything went well but when I go to http://localhost:8090 to continue the setup, the URL is changed to http://localhost:8090/setup/setupstart.action and nothing else happens. "Waiting for localhost..." is displayed in the browser status line.
Where can I look for the cause of this? The confluence server is running, the port 8090 is allowed in firewall, the confluence log file says that the server is ready.
Hi everyone,
Anytime Confluence fails to start up, you could see this kind of behavior. However there are multiple different potential causes for this. Because of this, we fear that many users are simply getting frustrated to not find a clear solution right away to this.
The atlassian-confluence.log file and/or the catalina.out log file will have more information here needed to target the appropriate action to take. Please see the Working with Confluence logs documentation to determine where each of these files are located on your system if you are unfamiliar with these files. Depending on what kind of error is present in these logs during the startup attempt will determine the appropriate course of action to troubleshoot that error.
There are also few different knowledgebase articles are have to help with various startup problems. Please see:
The second article is a host of several different links that can better target specific startup failures based upon specific log entries.
I hope this helps.
Andy
Hi everyone,
Anytime Confluence fails to start up, you could see this kind of behavior. However there are multiple different potential causes for this. Because of this, we fear that many users are simply getting frustrated to not find a clear solution right away to this.
The atlassian-confluence.log file and/or the catalina.out log file will have more information here needed to target the appropriate action to take. Please see the Working with Confluence logs documentation to determine where each of these files are located on your system if you are unfamiliar with these files. Depending on what kind of error is present in these logs during the startup attempt will determine the appropriate course of action to troubleshoot that error.
There are also few different knowledgebase articles are have to help with various startup problems. Please see:
The second article is a host of several different links that can better target specific startup failures based upon specific log entries.
I hope this helps.
Andy
Hi, i am the new comers and user for this soft ware and when i installed the Imadmin part it was success fully installed. Then i have browse the window and run as administrator, i proceed to the http://local host.8090 there is no response so how can i solve it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you running the browser on the same machine you installed the software on?
What is the error you see when you get "no response"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have mistyped the URL, at least in your question. It should be http://localhost:8090 .
And you should have asked a question on your own instead of posting it as a reply to my question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I installed server tomcat successfully installed but the home page of tomcat not show the error is
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This means simply that whatever browser you're running, whatever it is, cannot reach the Tomcat server. You'll need to check that Tomcat is running, and that it can be routed to by your network.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What does the bottom of the log file say? You can get this if the Tomcat is running but the application is not. Check the confluence log file and catalina.out
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The last log entry said that the server was started.
Meanwhile I set the java heap size from 1 to 8 GB and rebooted. After that it is working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Im running into this problem too. Were you able to resolve it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As I said in the above reply I resolved it by increasing the heap size.
The parameter is in bin/setenv.sh:
CATALINA_OPTS="-Xms8096m -Xmx8096m -XX:+UseG1GC ${CATALINA_OPTS}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I replied under the wrong UserID, please send all the blames to me instead of Thomas Dietz.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.