Empty Jira Plugin Startup failes

Andre Mühle January 19, 2022

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

1 answer

0 votes
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 31, 2022

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.

Andre Mühle February 19, 2022

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

Louis-Philippe Carignan May 27, 2022

@Tuncay Senturk ,

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?

Florian Bauer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 21, 2022

did someone solve this issue - i am facing same issue in same environment?

Suggest an answer

Log in or Sign up to answer