Jayesh created EAGLE-870:
----------------------------
Summary: NoClassDefFoundError in alert storm topology
Key: EAGLE-870
URL: https://issues.apache.org/jira/browse/EAGLE-870
Project: Eagle
Issue Type: Bug
Reporter: Jayesh
Priority: Critical
alert module is throwing this error in storm topology about not finding the
class
{code}
java.lang.NoClassDefFoundError: com/sun/jersey/api/client/GenericType at
org.apache.eagle.alert.engine.coordinator.impl.ZKMetadataChangeNotifyService.init(ZKMetadataChangeNotifyService.java:70)
{code}
GenericType class here mentioned is part of jetty-client from
com.sun.jersey.jetty which is not included in
eagle-topology-0.5.0-SNAPSHOT-assembly.jar
due to this error, alert topology wont be able to execute.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)