Unable to deploy beta 2 to tomcat 8.x
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2016 03:09 PM
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.
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.
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2016 02:00 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2016 05:05 AM
Hmm that shouldn't happen. We'll look into it.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2016 06:15 AM
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.
Just the logging does not work, you can fix the appenders so that it does not show the error.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2016 08:47 AM
Yes, basically, that's what I did - fixed the appenders.
