ClassNotFoundException: com.atlassian.jira.logging.MultiTenantJiraHomeAppender

Victor Viana January 1, 2013
when I run the command "atlas-debug" to start the server ("FastDev Jira SDK") is giving the following error in the prompt:
log4j:ERROR Could not instantiate appender named "filelog".
log4j:ERROR Could not instantiate class [com.atlassian.jira.logging.MultiTenantJiraHomeAppender].
java.lang.ClassNotFoundException: com.atlassian.jira.logging.MultiTenantJiraHomeAppender

 

2 answers

1 accepted

2 votes
Answer accepted
Sultan Maiyaki
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.
January 1, 2013

Can you try to run the atlas-clean command https://developer.atlassian.com/display/DOCS/atlas-clean to clear the folders and then try again

0 votes
Matthias Gaiser _K15t_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 13, 2015

I know this question is some years old, but in case, you also get the error and a clean does not help you:

It might be the case that you have an old log configuration for JIRA 5.x in your plugin which you should update and replace the MultiTenantJiraHomeAppender by the JiraHomeAppender.

This article states that for JIRA 5 the MultiTenantJiraHomeAppender had to be used, in JIRA 6 it is only the JiraHomeAppender.

Suggest an answer

Log in or Sign up to answer