From: Finn, B. L <bra...@ed...> - 2011-11-21 21:39:36
|
I have told you before.... You haven't enabled recurse on your files1 bean and I don't know why you have a files2 bean. Replace your entire datadirs with this: <bean id="datadirs" class="org.springframework.beans.factory.config.ListFactoryBean"> <property name="sourceList"> <list> <bean class="org.archive.wayback.resourcestore.resourcefile.DirectoryResourceF ileSource"> <property name="name" value="arcs" /> <property name="prefix" value="/tmp/wayback/files1/" /> <property name="recurse" value="true" /> </bean> </list> </property> </bean> Then re-index. From: Allen Sim [mailto:all...@gm...] Sent: Monday, 21 November 2011 5:17 PM To: arc...@li...; web...@li... Subject: [Webcurator-users] Wayback reindex Failed Canonicalize problem 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.DirectoryResourceF ileSource"> <property name="name" value="files1" /> <property name="prefix" value="/tmp/wayback/files1/" /> </bean> <bean class="org.archive.wayback.resourcestore.resourcefile.DirectoryResourceF ileSource"> <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 ----------------------------------------------------------------------------- CONFIDENTIALITY NOTICE AND DISCLAIMER Information in this transmission is intended only for the person(s) to whom it is addressed and may contain privileged and/or confidential information. If you are not the intended recipient, any disclosure, copying or dissemination of the information is unauthorised and you should delete/destroy all copies and notify the sender. No liability is accepted for any unauthorised use of the information contained in this transmission. This disclaimer has been automatically added. |