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?

