You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Anshul Gangwar <an...@citrix.com> on 2013/08/08 11:21:20 UTC

Review Request 13423: fix for CLOUDSTACK-2187: catalina log filled with ClassNotFoundException for snmp and syslog

-----------------------------------------------------------
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


Re: Review Request 13423: fix for CLOUDSTACK-2187: catalina log filled with ClassNotFoundException for snmp and syslog

Posted by Sateesh Chodapuneedi <sa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13423/#review24864
-----------------------------------------------------------

Ship it!


LGTM

- Sateesh Chodapuneedi


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
> 
>


Re: Review Request 13423: fix for CLOUDSTACK-2187: catalina log filled with ClassNotFoundException for snmp and syslog

Posted by Sateesh Chodapuneedi <sa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13423/#review24863
-----------------------------------------------------------

Ship it!


Ship It!

- Sateesh Chodapuneedi


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
> 
>


Re: Review Request 13423: fix for CLOUDSTACK-2187: catalina log filled with ClassNotFoundException for snmp and syslog

Posted by ASF Subversion and Git Services <as...@urd.zones.apache.org>.
-----------------------------------------------------------
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 <sa...@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
> 
>


Re: Review Request 13423: fix for CLOUDSTACK-2187: catalina log filled with ClassNotFoundException for snmp and syslog

Posted by ASF Subversion and Git Services <as...@urd.zones.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13423/#review24867
-----------------------------------------------------------


Commit 9a67a5d1ee395c90127cdf56435ebe7fd8cc43da in branch refs/heads/4.2 from Anshul Gangwar
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=9a67a5d ]

CLOUDSTACK-2187: fixed by adding snmp-alerts and syslog-alerts plugin dependency to awsapi

Signed-off-by: Sateesh Chodapuneedi <sa...@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
> 
>