----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13423/ -----------------------------------------------------------
Review request for cloudstack, Devdeep Singh and Sateesh Chodapuneedi. Repository: cloudstack-git Description ------- aswapi webapps7080 uses the same log4j-cloud.xml as other cloudstack client webapps. log4j-cloud.xml uses the snmp and syslog alerts plugin classes. Hence the java.lang.ClassNotFoundException: org.apache.cloudstack.syslog.AlertsSyslogAppender coming from awsapi webapp as those plugins are not added as dependency for awsapi. Diffs ----- awsapi/pom.xml 9463f24 Diff: https://reviews.apache.org/r/13423/diff/ Testing ------- verfied by manually copying the plugin jars to awsapi webapp lib. Thanks, Anshul Gangwar