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