Hi there, I installed Jira Software on my server and got it all configured nicely. Now, I want to install Confluence but it won't use the default ports (HTTP: 8090) because it says that port is in use. After doing some digging, I find that java.exe is using port 8090. I don't know if that was the case before I ever installed Jira but I don't know whether to get java to run on a different port so that Confluence can run on 8090 or whether to just pick a different custom port for Confluence to run on and what that port number should be. Any help would be appreciated.
Thanks in advance.
I'm still waiting on an answer to this question. I'm stuck on this issue and can't install.
Hi @Jessica Torres,
where exactly are you stuck on, what steps have you taken on the original issue ?
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.
OK, so basically you can tell Confluence to run on any port you'd like, by default it is using port 8090 but you can choose 9090 for example.
Changing the default port must be done in the Confluence configuration file as instructed here, once you have changed this setting you can restart the installation process and it should not get stuck anymore.
Let me know if it works,
--Alexis
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.
Hi @Jessica Torres,
you can easily check on what port your Jira or Confluence is running: simply check you <installation directory>/conf/server.xml and look at the top of the file for this:
<Connector port="XXXX"
This should give you the information you're looking for.
The default port for Jira should be 8080, and 8090 for Confluence.
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, it does not help, sadly. I have not yet installed Confluence. I'm running the installer and it won't install with the default 8090 port.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you check with the process manager that you might not have another instance of the Confluence running ? You might want to maybe restart your server to make sure there is nothing else running too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How would I have another instance of Confluence running if I've never installed it. I just explained that java is running on port 8090. I'm not sure I understand your question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It doesn't have to be Confluence, it's not the only thing that runs on 8090 by default (and the list grows massively when you remember almost anything can be relocated on another port)
Run a command line as the administrator, and then run
netstat -ab
From memory, that will list the open ports and processes. Try the switch -aon instead if my memory is wrong.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, @Nic Brough -Adaptavist- that did list the open ports. So does that mean I can choose whichever one is open when installing Confluence so that it doesn't interfere with java running on port 8090? I apologize if this is a basic question. I really don't know anything about ports.
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.
Only one process can listen on a port at any time, that's why you're being blocked.
You either need to stop the java process that is currently on port 8090 (the netstat -ab should have told you what that process was and where it's running from) or give Confluence a different port to run on by changing the server.xml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist-Thanks. I don't think I can stop the java process. My question was more geared around how do I know what port to choose? Do I just choose any unused port?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, any port will do. Just change it to a free one.
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.
Online 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.