I cannot start new JIRA Servicedesk (Windows version) on same port, as previous JIRA SD installation, even old JIRA and service was uninstalled and deleted. JIRASD service is started but no answer on desired port. After changing port to some new TCP port new instance work fine. Previous TCP port isnt used, checked twice with netstat -an. Any idea where can be any leftovers (registry, java dir, etc.)?
If you cannot start Jira on that specific port, then you have some other application likely already running and using that specific port at that time. You can confirm this by looking into the $JIRAINSTALL/logs/catalina.out file at the time of this startup attempt. That file will typically give you an error such as
java.net.BindException: Address already in use:
Or something alike that specifically lists that port number.
I'd recommend trying to follow this Confluence KB: Cannot start Tomcat on Windows Server Due to Address Already in Use: JVM_Bind
I understand you're using Jira Service Desk and that KB is about Confluence, but both applications are using Apache Tomcat as a web server, and given that you're using windows the steps here should help you to identify the exact application/service that currently is using that port.
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.