From: Allen S. <all...@gm...> - 2011-11-22 01:40:29
|
Hi Finn, Bradley L, 1. I have replaced my entire datadirs, but the result still the same, as I look into the catalina log file, FAILED CANONICALIZE still appeared. 2. The reason for files 2 is because I configure it such way so that wayback will look for *any* ARC/WARC files under /tmp/arcstores,automatically. Please advice and help. I am vry lost... Thanks in advance. Regards, Allen On Tue, Nov 22, 2011 at 5:39 AM, Finn, Bradley L < bra...@ed...> wrote: > 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.DirectoryResourceFileSource"> > **** > > <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.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 **** > > > > ----------------------------------------------------------------------------- > 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. > |