You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I've just spent two days trying to figure out why a fresh Jira install wouldn't start. There was nothing relevant on google for the error message:
java.lang.UnsupportedOperationException: Not implemented for JIRA bootstrap time at com.atlassian.jira.security.login.BootstrapLoginManagerImpl.performElevatedSecurityCheck(BootstrapLoginManagerImpl.java:34) [classes/:?] at com.atlassian.jira.security.login.JiraElevatedSecurityGuard.performElevatedSecurityCheck(JiraElevatedSecurityGuard.java:22) [classes/:?] at com.atlassian.seraph.filter.PasswordBasedLoginFilter.runAuthentication(PasswordBasedLoginFilter.java:117) [atlassian-seraph-3.0.3.jar:?] at com.atlassian.seraph.filter.PasswordBasedLoginFilter.login(PasswordBasedLoginFilter.java:78) [atlassian-seraph-3.0.3.jar:?] at com.atlassian.seraph.filter.BaseLoginFilter.doFilter(BaseLoginFilter.java:110) [atlassian-seraph-3.0.3.jar:?] at com.atlassian.jira.web.filters.JiraLoginFilter.doFilter(JiraLoginFilter.java:77) [classes/:?] at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:32) [atlassian-core-5.0.8.jar:?] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) [catalina.jar:8.5.6] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) [catalina.jar:8.5.6]
...
Caused by: java.io.FileNotFoundException: /var/atlassian/jira/dbconfig.xml (No such file or directory)
3430 at java.io.FileInputStream.open0(Native Method)
3431 at java.io.FileInputStream.open(FileInputStream.java:195)
3432 at java.io.FileInputStream.<init>(FileInputStream.java:138)
3433 at java.io.FileReader.<init>(FileReader.java:72)
3434 at com.atlassian.jira.config.database.AbstractJiraHomeDatabaseConfigurationLoader.getReader(AbstractJiraHomeDatabaseConfigurationLoader.java:84)
3435 at com.atlassian.jira.config.database.AbstractJiraHomeDatabaseConfigurationLoader.loadDatabaseConfiguration(AbstractJiraHomeDatabaseConfiguratio nLoader.java:49)
3436 ... 73 more
The config doesn't exist because it's a new installation. I don't know what jira is doing here but it was nonsensical.
Solution
I don't even know why I tried it but when I opened the page using an incognito window the page loads and the error isn't thrown. I assume that there is something screwed up with how cookies are handled, which I have set for other domains. Absolutely infuriating.
I just wanted to post this in case somebody else runs into the same issue.
The config isn't there because it's a fresh installation. I was expecting to see the guided configuration in the browser.
I've edited the initial post to try and make clear that the solution was to use an incognito browser window to avoid cookie / cache issues which seem to have caused the problem.
Good to see you have a solution .
ran into the same issue, can confirm that incognity mode was required to set up a new instance