Hi, You can have a look at the ivy/ivy.xml to un-comment the necessary lib, then rebuild your project. However, it seems gora-0.3 isn't compatible with gora-sql-0.1.1-incubating. There are some comments you can read in ivy.xml.
Regards, Rui At 2013-07-26 17:02:51,EarthMan <[email protected]> wrote: >Hello Weder, >Have you solved this problem with nutch 2.2? >If yes can you share the solution? thank you. > >I get the same error below: >Exception in thread "main" java.lang.ClassNotFoundException: >org.apache.gora.sql.store.SqlStore > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > at java.lang.ClassLoader.loadClass(ClassLoader.java:424) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:190) > at >org.apache.nutch.storage.StorageUtils.getDataStoreClass(StorageUtils.java:89) > at >org.apache.nutch.storage.StorageUtils.createWebStore(StorageUtils.java:73) > at org.apache.nutch.crawl.InjectorJob.run(InjectorJob.java:221) > at org.apache.nutch.crawl.Crawler.runTool(Crawler.java:68) > at org.apache.nutch.crawl.Crawler.run(Crawler.java:136) > at org.apache.nutch.crawl.Crawler.run(Crawler.java:250) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at org.apache.nutch.crawl.Crawler.main(Crawler.java:257) > > > > >-- >View this message in context: >http://lucene.472066.n3.nabble.com/Nutch-2-2-Exception-in-thread-main-org-apache-gora-sql-store-SqlStore-tp4070333p4080535.html >Sent from the Nutch - User mailing list archive at Nabble.com.

