Re: Class Cast exception

2006-01-06 Thread Andrzej Bialecki
Matt Zytaruk wrote: The newest src (as of this morning) of trunk is occaisionally giving ClassCastExceptions when doing a crawl, with parsing (and by occaisionally I mean this was the only page out of the small list I crawled that it happened on). This is with the nothing changed from the

Re: Class Cast exception

2006-01-06 Thread Matt Zytaruk
Here you go. java.lang.ClassCastException: java.util.ArrayList at org.apache.nutch.parse.ParseData.write(ParseData.java:122) at org.apache.nutch.parse.ParseImpl.write(ParseImpl.java:51) at org.apache.nutch.fetcher.FetcherOutput.write(FetcherOutput.java:57) at

Re: Class Cast exception

2006-01-06 Thread Andrzej Bialecki
Matt Zytaruk wrote: Here you go. java.lang.ClassCastException: java.util.ArrayList at org.apache.nutch.parse.ParseData.write(ParseData.java:122) at org.apache.nutch.parse.ParseImpl.write(ParseImpl.java:51) at

Re: Class Cast exception

2006-01-06 Thread Andrzej Bialecki
Hi, I attached the patch. Please test. -- Best regards, Andrzej Bialecki ___. ___ ___ ___ _ _ __ [__ || __|__/|__||\/| Information Retrieval, Semantic Web ___|||__|| \| || | Embedded Unix, System Integration http://www.sigram.com Contact: info at

Re: Class Cast exception

2006-01-06 Thread Matt Zytaruk
So will this throw an exception on older segments? or will it just not get the correct metadata? I have a lot of older segments I still need to use. Thanks for your help. -Matt Zytaruk Andrzej Bialecki wrote: Matt Zytaruk wrote: Here you go. java.lang.ClassCastException: