----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13423/#review24866 -----------------------------------------------------------
Commit bf5e86eb2254f84534d16194054e1b7190d8f983 in branch refs/heads/master from Anshul Gangwar [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=bf5e86e ] CLOUDSTACK-2187: fixed by adding snmp-alerts and syslog-alerts plugin dependency to awsapi Signed-off-by: Sateesh Chodapuneedi <sate...@apache.org> - ASF Subversion and Git Services On Aug. 8, 2013, 9:21 a.m., Anshul Gangwar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/13423/ > ----------------------------------------------------------- > > (Updated Aug. 8, 2013, 9:21 a.m.) > > > 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 > >