Bitbucket Upgrade - 4.9.1 to 5.14.2 - Hosting Environment
We are trying to do inplace upgrade of bitbucket hosting server from 4.9.1 to 5.14.2. Followed the steps provided in the below url for migrating customized content from server.xml to bitbucket.properties file.
We are getting upgrade successful, but when we start the bitbucket, it fails with below error
"o.a.catalina.core.StandardService Failed to start connector [Connector[HTTP/1.1-7990]]
org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-7990]]"
Does anyone face this issue? Any suggestions.
Thanks,
Bala
Hi Balakrishnan,
The error you're seeing is quite generic - a bit before that in the log there should be a more specific error that would explain why the connector failed to start -typically this happens if the port specified is already in use.
Cheers,
Christian
Premier Support Engineer
Atlassian
Thanks Christian. We overcome the issue now. We observed that the connector port doesn't need to be specified in properties file, which we had done earlier and that triggers the error.
Appreciate your time!!!
Thanks,
Bala
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.