Posting back as promised. :-) I just encountered the error "java.lang.NoClassDefFoundError: org/cyberneko/html/parsers/DOMFragmentParser" and applied the patch NUTCH-1253-2.x-v2.patch from NUTCH-1253 and executed 'ant runtime' and upon running './nutch parse -all' (after injecting/generating/fetching) the error did not go away and I still got the exception.
On Sat, Dec 14, 2013 at 1:42 AM, d_k <[email protected]> wrote: > Unfortunately I was unable to reproduce the NoClassDefFoundError and > instead I was getting the AbstractMethodError mentioned in NUTCH-1253 after > setting the logging level to ALL. > After applying the patch the problem went away. > > If i'll be able to reproduce the original NoClassDefFoundError I will post > back. > > > On Tue, Dec 10, 2013 at 7:41 PM, Lewis John Mcgibbney < > [email protected]> wrote: > >> Hi d_k, >> >> Can you please check out this issue >> https://issues.apache.org/jira/browse/NUTCH-1253 >> I uploaded a patch on Fed 7th 2013 which has not been tested but which i >> hope will fix this issue. Can you please read up on the Jira issue and >> test >> the patch? >> Please also see my comments below >> >> On Tue, Dec 10, 2013 at 1:20 AM, <[email protected]> >> wrote: >> >> > >> > I was wondering if there is a way to avoid the above error without >> editing >> > the nutch script, or perhaps what is the correct way to enable nutch to >> > find and load its plugin jars? >> > >> >> I think that the nutch script in its current form is fine. >> I think that addressing the above problem may lead us to resolving this >> one >> once and for all... hopefully. >> If you can test this patch then it would help me to work with you on this. >> Thanks >> Lewis >> > >

