Problem running nutch : Exception in thread main java.lang.NoClassDefFoundError: /home/james/logs

2008-03-10 Thread James Moore
I just downloaded and extracted nutch 0.9. Any command seems to get the same error message: [EMAIL PROTECTED]:~/builds/nutch-0.9$ bin/nutch server Exception in thread main java.lang.NoClassDefFoundError: /home/james/logs [EMAIL PROTECTED]:~/builds/nutch-0.9$ bin/nutch whatever Exception

Re: Exception in thread main java.lang.NoClassDefFoundError: srch\nutc

2008-02-17 Thread davilovick
jdk1.5. I tried with Cygwin, I tried with Ben Ogle's python script: the results were the same. The demo crawl command generated the same java exception: bash-3.1$ bin/nutch crawl urls -dir crawls -depth 3 -topN 50 Exception in thread main java.lang.NoClassDefFoundError: srch\nutch\nutch-08\logs

Re: java.lang.NoClassDefFoundError: org/apache/tika/mime/MimeTypeException in cached.jsp

2008-02-04 Thread Chris Mattmann
PROTECTED] wrote: I am using the latest trunk. Whenever I search something in it and click on the cached link, I get this error from cached.jsp:- java.lang.NoClassDefFoundError: org/apache/tika/mime/MimeTypeException java.lang.Class.forName0(Native Method) java.lang.Class.forName(Class.java:247

java.lang.NoClassDefFoundError: org/apache/tika/mime/MimeTypeException in cached.jsp

2008-02-04 Thread Mubey N.
I am using the latest trunk. Whenever I search something in it and click on the cached link, I get this error from cached.jsp:- java.lang.NoClassDefFoundError: org/apache/tika/mime/MimeTypeException java.lang.Class.forName0(Native Method) java.lang.Class.forName(Class.java:247

Re: java.lang.NoClassDefFoundError Nutch 0.9

2007-11-08 Thread karthik085
: Hi, I got nutch from svn tags - release0.9 - but can't get rid of this problem. I did ant compile ant jar ant war All of them build successfully with different versions of ant - 1.6.5 and 1.7.0 When running nutch crawl - I get Exception in thread main java.lang.NoClassDefFoundError

Re: java.lang.NoClassDefFoundError Nutch 0.9

2007-11-08 Thread Sami Siren
karthik085 wrote: Hi, I got nutch from svn tags - release0.9 - but can't get rid of this problem. I did ant compile ant jar ant war All of them build successfully with different versions of ant - 1.6.5 and 1.7.0 do ant job -- Sami Siren

java.lang.NoClassDefFoundError Nutch 0.9

2007-11-08 Thread karthik085
Hi, I got nutch from svn tags - release0.9 - but can't get rid of this problem. I did ant compile ant jar ant war All of them build successfully with different versions of ant - 1.6.5 and 1.7.0 When running nutch crawl - I get Exception in thread main java.lang.NoClassDefFoundError: org/apache

Re: java.lang.NoClassDefFoundError Nutch 0.9

2007-11-08 Thread Chris Mattmann
Exception in thread main java.lang.NoClassDefFoundError: org/apache/nutch/crawl/Crawl Even tried some solutions as explained in the forum - changing ant versions, adding classpath(doesn't matter - nutch script overrides ) - but none of them worked. How do I get rid of this problem? Thanks

Re: java.lang.NoClassDefFoundError

2006-12-02 Thread Yong Wang
when trying to run a simple commad: Exception in thread main java.lang.NoClassDefFoundError What's wrong? I'm running in Windows 2000 with cygwin. On 7/28/06, Rick Carver [EMAIL PROTECTED] wrote: I get the same problem trying to use nutch 0.8, just checked out. Exception in thread main

Re: java.lang.NoClassDefFoundError

2006-12-01 Thread Lourival Júnior
Please I'm testing nutch 0.8.1 and I still get this error when trying to run a simple commad: Exception in thread main java.lang.NoClassDefFoundError What's wrong? I'm running in Windows 2000 with cygwin. On 7/28/06, Rick Carver [EMAIL PROTECTED] wrote: I get the same problem trying to use

Jdk installation conflict? RedHat 3 and java.lang.NoClassDefFoundError nutch errors

2006-10-19 Thread Marco Vanossi
Hi, I'm having trouble trying to make nutch work on a Red Hat 3. I've tried jdk1.4.2 / 1.5.02 / 1.5.05 I'm getting this error message at ./nutch fetch : Exception in thread fetcher771 java.lang.NoClassDefFoundError: org/apache/nutch/parse/Outlink at org.apache.nutch.fetcher.Fetcher

Re: Exception in thread main java.lang.NoClassDefFoundError: srch\nutc

2006-09-25 Thread Steve J.
command generated the same java exception: bash-3.1$ bin/nutch crawl urls -dir crawls -depth 3 -topN 50 Exception in thread main java.lang.NoClassDefFoundError: srch\nutch\nutch-08\logs I tried to create an empty logs file or directory, that did not resolve the problem. Apparently

Re: java.lang.NoClassDefFoundError: com/dawidweiss/carrot/filter/stempelator/Stempelator

2006-09-18 Thread Dawid Weiss
? - com.dawidweiss.carrot.util.tokenizer.languages.polish.Polish see the warning below; thanks; 2006-09-16 19:43:55,864 WARN AllKnownLanguages - Could not instantiate language: com.dawidweiss.carrot.util.tokenizer.languages.polish.Polish java.lang.NoClassDefFoundError: com/dawidweiss/carrot/filter/stempelator/Stempelator

java.lang.NoClassDefFoundError: com/dawidweiss/carrot/filter/stempelator/Stempelator

2006-09-16 Thread Fadzi Ushewokunze
java.lang.NoClassDefFoundError: com/dawidweiss/carrot/filter/stempelator/Stempelator at com.dawidweiss.carrot.util.tokenizer.languages.polish.Polish.createStemmerInstance(Polish.java:89) at com.dawidweiss.carrot.util.tokenizer.languages.LanguageBase.initialize(LanguageBase.java:132

Exception in thread main java.lang.NoClassDefFoundError: srch\nutch\nu

2006-09-15 Thread yo_keller
in thread main java.lang.NoClassDefFoundError: srch\nutch\nutch-08\logs I tried to create an empty logs file or directory, that did not resolve the problem. Apparently the tutorial on installing Nutch version 0.8 is inaccurate or insufficient. What could I do? Thanks for help! yo keller

java.lang.NoClassDefFoundError

2006-07-28 Thread Lourival Júnior
Hi all! I'm testing the nutch 0.8. But I get this error in this simple command: $ bin/nutch readdb java.lang.NoClassDefFoundError: and Exception in thread main I've set the NUTCH_JAVA_HOME variable, but I'm sure it is the root cause of this. What is occurring? -- Lourival Junior Universidade

Re: java.lang.NoClassDefFoundError

2006-07-28 Thread Rick Carver
I get the same problem trying to use nutch 0.8, just checked out. Exception in thread main java.lang.NoClassDefFoundError This is on OS X 10.4.7. Older nutch runs fine. --- Lourival Júnior [EMAIL PROTECTED] wrote: Hi all! I'm testing the nutch 0.8. But I get this error in this simple