Sounds like I'm experiencing the issue described here: https://jira.atlassian.com/browse/JRASERVER-73257
I'm using jira-core:8.20.13 docker image.
On September 22, it did start well. On November 4 and since then, it refuses to start with this error.
I've tried to remove .bundled-plugins/ and .osgi-plugins/
I've tried to remove installed-plugins/plugin.10054775368546772250.atlassian-authentication-plugin-4.2.17.jar
I've tried to replace it with installed-plugins/atlassian-authentication-plugin-4.2.12.jar
Any idea of what else I could try? As I'm using the docker image, moving to Java8 doesn't seem trivial as it's bundled with Java11
Seems like the issue was with Jira Misc Custom Fields 2.4.8
Removed this installed plugin, then container started correctly. Installed it back, now the container start correctly anytime.
Maybe there was something screwed in the database regarding this plugin and reinstalling it fixed it
One difference between the image booted on Sept 22 and Nov 04
Sept 22:
root@477c1f076680:/var/atlassian/application-data/jira# java --version
openjdk 11.0.16.1 2022-08-12
OpenJDK Runtime Environment Temurin-11.0.16.1+1 (build 11.0.16.1+1)
OpenJDK 64-Bit Server VM Temurin-11.0.16.1+1 (build 11.0.16.1+1, mixed mode, sharing)
Nov 04:
root@f3dd555789e6:/var/atlassian/application-data/jira# java --version
openjdk 11.0.17 2022-10-18
OpenJDK Runtime Environment Temurin-11.0.17+8 (build 11.0.17+8)
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.