I tried that before (and just did, again) just in case. Unfortunaly I
still get the same error.

I am running it in the nutch-nightly directory (has bin,
nutch-nightly.jar, conf, lib,README etc). It really must be something with
the classpath I think. Can anyone running windows manually check what
their's is set to? I call the env var CLASSPATH should I call it something
else, etc.?

On Wed, 8 Jun 2005, Stefan Groschupf wrote:

> Can you please try to type:
> bin/nutch admin db -create
> and NOT
> ./bin/nutch ...
> may the problem is the " ./ " before the command.
>
> Stefan
>
>
> Am 08.06.2005 um 13:55 schrieb [EMAIL PROTECTED]:
>
> > I am still getting a NoClassDefFoundError for all the nutch
> > classes, but
> > it is at least now looking in the right package
> > (org/apache/nutch/tools/WebDBAdminTool). Also the error structure
> > now is
> > slightly different
> >
> > $./bin/nutch admin db -create
> > dirname: not found
> > run java in c:\j2sdk1.4.2_01
> > uname: not found
> > expr: not found
> > Exception in thread "main" java.lang.NoClassDefFoundError:
> > org/apache/nutch/tools/WebDBAdminTool
> >
> > Same structure on any
> > $./bin/nutch args
> > Just that the class it can't find is different
> >
> > -Christine
> >
> >
> > On Wed, 8 Jun 2005, Stefan Groschupf wrote:
> >
> >
> >>
> >>
> >>> Exception in thread "main" java.lang.NoClassDefFoundError: net/
> >>> nutch/tools/WebDBAdminTool
> >>>
> >>
> >> As mentioned the package path to the webDB admin tool need to be
> >> something like:
> >>    CLASS=org.apache.nutch.tools.WebDBAdminTool
> >>
> >> Please see and may compare your script with:
> >> http://svn.apache.org/viewcvs.cgi/lucene/nutch/trunk/bin/nutch?
> >> rev=179640&view=markup
> >>
> >>
> >> I'm sure your shell script isn't the correct version, may you have a
> >> older script in the path??
> >>
> >> HTH
> >> Stefan
> >>
> >>
> >>
> >
> >
>
>

Reply via email to