From: Allen S. <all...@gm...> - 2011-11-21 06:16:43
|
Hi all, I tried to reindex and replay back my harvested websites. I stopped my tomcat, deleted my temp/wayback file then recreate tmp/wayback/files1 and copied all the Arc files from tmp/arcstore into tmp/wayback/files1 and lastly restart my tomcat again. But i cannot replay back my harvested websites. I checked at my catalina.log file and noticed that inside a lot of warning saying that "FAILED CANONICALIZE". Following is my BDBCollection.xml: <bean id="datadirs" class="org.springframework.beans.factory.config.ListFactoryBean"> <property name="sourceList"> <list> <bean class="org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource"> <property name="name" value="files1" /> <property name="prefix" value="/tmp/wayback/files1/" /> </bean> <bean class="org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource"> <property name="name" value="files2" /> <property name="prefix" value="/tmp/arcstore/" /> <property name="recurse" value="true" /> </bean> Anthing wrong??? I need your help and guidance. Thanks in advance. Regards, Allen |