The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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 Champions.
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 Champion
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.