You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Cihad Guzel <cg...@gmail.com> on 2015/08/15 20:04:38 UTC

Test fail

Hil all,

I run TestInjector. But there are an exeption as follow:

java.util.NoSuchElementException
at java.util.TreeMap.key(TreeMap.java:1221)
at java.util.TreeMap.firstKey(TreeMap.java:285)
at org.apache.gora.memory.store.MemStore.execute(MemStore.java:125)
at org.apache.nutch.util.CrawlTestUtil.readContents(CrawlTestUtil.java:114)
at org.apache.nutch.crawl.TestInjector.readDb(TestInjector.java:108)
at org.apache.nutch.crawl.TestInjector.testInject(TestInjector.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at ...

How to solve it? How to run nutch tests?