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.
I was having same issue when I was using 1.17. I used old JDK 1.8 and it worked for me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.