You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "Jayesh (JIRA)" <ji...@apache.org> on 2017/01/19 04:50:26 UTC

[jira] [Created] (EAGLE-870) NoClassDefFoundError in alert storm topology

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)