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 created a new empty Plugin from a fresh installation and started "atlas-run".
during the startup I have this error
[INFO] [talledLocalContainer] 2022-01-19 19:31:47,869 localhost-startStop-1 ERROR [c.a.jira.startup.ComponentContainerLauncher] An Error occurred during ComponentContainerLauncher servlet context initialisation - null.
[INFO] [talledLocalContainer] java.lang.ExceptionInInitializerError
The Plugin is empty and I have no idea what is wrong.
there is no log inside the target folder with any information.
I also tried to delete the folder and let everything install again. Without success
Hi @Andre Mühle
Did you get this INFO logs from console? Have you also checked atlassian-jira.log file under logs folder? There should be details in that log file.
I tried on my of my computers and forgot on which this error happend.
I guess the problem was that I did not install the JDK Version from 1995 which is required for the Atlassian-SDK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I ended up in the same situation as @Andre Mühle
I looked at my atlassian-jira.log file where my problem starts in the following snippet:
2022-05-27 14:35:43,006-0400 localhost-startStop-1 INFO [c.a.j.config.database.DatabaseConfigurationManagerImpl] The database is configured. Now running Database Checklist Launcher
2022-05-27 14:35:43,007-0400 localhost-startStop-1 INFO [c.a.jira.startup.DatabaseChecklistLauncher] Jira database startup checks completed successfully.
2022-05-27 14:35:43,007-0400 localhost-startStop-1 INFO [c.a.j.config.database.DatabaseConfigurationManagerImpl] The database is configured. Now running Post database-configuration launchers
2022-05-27 14:35:43,627-0400 localhost-startStop-1 INFO [c.a.j.config.database.SystemDatabaseConfigurationLoader] Reading database configuration from /Users/lpcarignan/Documents/github/pacemkr/jira-data-center-akpa/backend/target/jira/home/dbconfig.xml
2022-05-27 14:35:43,858-0400 localhost-startStop-1 INFO [c.a.jira.i18n.CachingI18nFactory] [i18n-caching-factory] Created
2022-05-27 14:35:44,121-0400 localhost-startStop-1 INFO [c.a.j.c.embedded.ofbiz.OfBizUserDao] Using full user cache
2022-05-27 14:35:44,225-0400 localhost-startStop-1 ERROR [c.a.jira.startup.ComponentContainerLauncher] An Error occurred during ComponentContainerLauncher servlet context initialisation - null.
java.lang.ExceptionInInitializerError
at net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:167)
at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
.
I'm using Java 18 on Mac OS X Monterey 12.1
Any ideas why I'm getting this error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
did someone solve this issue - i am facing same issue in same environment?
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.