In crawl 308336, there is an error:
[SERIOUS]Error in Analyse -org.postgresql.util.PSQLException: ERROR:
duplicate key violates unique constraint "crawled_urls_pkey"
--
RichardRogers - 11 Jan 2008
this error should not happen, crawled_urls_pkey is a simple integer
index, which is automatically incremented and assigned to each new
record in the table.
the relevant code is in lines 316-411 of net/oneworld/issuemapper/colinkanalysis/DBCoLinkAnalyser.java
the crawl itself has apparently since been rescheduled, which is a pity because we can now not see at which line exactly in the code this error occured.
--
KoenMartens - 27 Jan 2008
Topic revision: r1 - 27 Jan 2008 - 21:23:21 -
KoenMartens