log4j:ERROR when starting my IntelliJ ide

Hi, am a newbie to OpenMRS and each time I start my intelij ide it brings the log4j error. What does this errors mean and can they prevent my project from running in future

@sammy Can you please put the error log into pastbin.com and share the link here?

1 Like

Here is the link for the log4j error I receive: http://pastebin.com/PsH24kGu

@sammy,

Are you sure you are trying to run “mvn clean install” on the top folder in the directory structure on Intellij? What command and where did you run it?

May be broken jars in local maven repository? Try to delete ~/.m2/repository and run ‘mvn clean package’ again