cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to deploy beta 2 to tomcat 8.x

chuck_irvine
Champ on-the-rise
Champ on-the-rise
I followed the instructions at http://bpmn20inaction.blogspot.com/2015/09/getting-started-with-new-activiti-6-ui.html to install beta 2 in tomcat 8.x. Warfile deployment fails with:

log4j:ERROR Could not find value for key log4j.appender.File
log4j:ERROR Could not instantiate appender named "File".
log4j:ERROR Could not find value for key log4j.appender.Syslog
log4j:ERROR Could not instantiate appender named "Syslog".

I'm running on a Mac / Yosemite
java: 1.8.0_66-b17

Someone else at the blog site mentioned that they had the same problem, but no solution was given.

Any help would be greatly appreciated.
4 REPLIES 4

chuck_irvine
Champ on-the-rise
Champ on-the-rise
I was able to fix this problem myself by copying the dev version of the log4j properties to log4j.properties. My guess is that the default file would cause deployment failure for everyone.

jbarrez
Star Contributor
Star Contributor
Hmm that shouldn't happen. We'll look into it.

maudrid
Champ on-the-rise
Champ on-the-rise
Had the same problem, but realized that it does not actually stop activiti from running.
Just the logging does not work, you can fix the appenders so that it does not show the error.

chuck_irvine
Champ on-the-rise
Champ on-the-rise
Yes, basically, that's what I did - fixed the appenders.