Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
......
Expected results file: src/test/resources/runtimets/results/hints/issue_251_dataset_hint_6/issue_251_dataset_hint_6.1.adm
Exception in thread "pool-1-thread-1" java.lang.NoClassDefFoundError: org/apache/asterix/feeds/FeedJobNotificationHandler$1
Exception in thread "pool-1-thread-1" java.lang.NoClassDefFoundError: org/apache/asterix/feeds/FeedJobNotificationHandler$1
at org.apache.asterix.feeds.FeedJobNotificationHandler.run(FeedJobNotificationHandler.java:107)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: org.apache.asterix.feeds.FeedJobNotificationHandler$1
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 4 more