When Nutch gets ready to fetch my site it fails and gives me this error. Does anyone know how to fix this?

fetch of http://example.com/ failed with: java.lang.NoClassDefFoundError: com/ibm/icu/text/CharsetDetector

Here is the log:

28/04/11 21:30:47:441 PDT]  INFO fetcher.Fetcher: fetching http://example.com/
[28/04/11 21:30:47:461 PDT] INFO fetcher.Fetcher: -finishing thread FetcherThread, activeThreads=9 [28/04/11 21:30:47:462 PDT] INFO fetcher.Fetcher: -finishing thread FetcherThread, activeThreads=5 [28/04/11 21:30:47:465 PDT] INFO fetcher.Fetcher: -finishing thread FetcherThread, activeThreads=4 [28/04/11 21:30:47:467 PDT] INFO fetcher.Fetcher: -finishing thread FetcherThread, activeThreads=3 [28/04/11 21:30:47:461 PDT] INFO fetcher.Fetcher: -finishing thread FetcherThread, activeThreads=6 [28/04/11 21:30:47:461 PDT] INFO fetcher.Fetcher: -finishing thread FetcherThread, activeThreads=7 [28/04/11 21:30:47:461 PDT] INFO fetcher.Fetcher: -finishing thread FetcherThread, activeThreads=8 [28/04/11 21:30:47:469 PDT] INFO fetcher.Fetcher: -finishing thread FetcherThread, activeThreads=1 [28/04/11 21:30:47:468 PDT] INFO fetcher.Fetcher: -finishing thread FetcherThread, activeThreads=2 [28/04/11 21:30:48:694 PDT] INFO fetcher.Fetcher: -activeThreads=1, spinWaiting=0, fetchQueues.totalSize=0 [28/04/11 21:30:49:745 PDT] INFO fetcher.Fetcher: -activeThreads=1, spinWaiting=0, fetchQueues.totalSize=0 [28/04/11 21:30:50:137 PDT] INFO fetcher.Fetcher: fetch of http://example.com/ failed with: java.lang.NoClassDefFoundError: com/ibm/icu/text/ CharsetDetector [28/04/11 21:30:50:138 PDT] INFO fetcher.Fetcher: -finishing thread FetcherThread, activeThreads=0 [28/04/11 21:30:50:783 PDT] INFO fetcher.Fetcher: -activeThreads=0, spinWaiting=0, fetchQueues.totalSize=0
[28/04/11 21:30:50:783 PDT]  INFO fetcher.Fetcher: -activeThreads=0
[28/04/11 21:30:51:080 PDT]  INFO fetcher.Fetcher: Fetcher: done


Reply via email to