Cannot get past license screen during installation
Symptoms
While upgrading or installing Bitbucket Server, users cannot get past the "enter license" screen although they have a valid license.
Cause
This issue is likely caused by multiple Atlassian applications (or other Java web applications) being located at the same hostname and context path and overwriting each others JSESSIONID (changed to BitbucketServerid in BitbucketServer 5.x onwards) cookies.
For example, if you have JIRA located at:
and Bitbucket Server located at:
Then accessing a page from JIRA will invalidate your Bitbucket Server session.
Resolution
To confirm whether this is the case, try clearing the cookies from your browser and using Bitbucket Server. You should experience no problems until you log into JIRA again.
To fix the root cause, please follow Moving Bitbucket Server to a different context path