From: <Pra...@on...> - 2011-04-27 14:51:33
|
Hi Everyone, I used the latest wayback-1.6.1.tar.gz The Indexing seem to work OK. But now I have some configuration issues. Can someone please help me? In wayback.xml I have the following property set <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="properties"> <value> wayback.basedir=/tmp/wayback wayback.urlprefix=http://localhost:8080/wayback-1.6.1/politicalCollection/ </value> </property> </bean> But when I go to http://localhost:8080/wayback-1.6.1 , I see the page but no collection list. When I type in the url of the archived site, the url changes to http://localhost:8080/query?type=urlquery&url=http%3A%2F%2Fwww.gpo.ca&date=&Submit=Take+Me+Back which is an error. How do I replay the site. I think I am missing something in the config. My arcs are present at ${wayback.basedir}/politicalCollection/ <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="politicalCollection" /> <property name="prefix" value="${wayback.basedir}/politicalCollection/" /> <property name="recurse" value="false" /> </bean> </list> </property> </bean> Am I missing something? Please help. Thanks, --Pramila Thakur ________________________________ From: Bradley Tofel [mailto:br...@ar...] Sent: Tuesday, April 19, 2011 7:12 PM To: arc...@li... Subject: Re: [Archive-access-discuss] Auto Indexr NOT working Eric, thanks again for the accurate and timely list response! Pramila, Eric is correct - wayback-1.6.0 uses a core Java GZIP library which was changed recently by a Java update. This change broke Wayback indexing code. Heritrix SVN now includes a work-around for the issue, and I've just built a 1.6.1 release candidate for Wayback with the latest Heritrix snapshot. The release address the GZIP issue, which fixes the W/ARC indexing code, and also corrects an issue which prevents Wayback from being deployed in a non-ROOT context. You can test out the release candidate at: http://home.us.archive.org/~brad/wayback-1.6.1.tar.gz which should address the indexing problem you reported. Thanks! Brad On 4/18/11 10:36 AM, Erik Hetzner wrote: At Mon, 18 Apr 2011 17:03:57 +0000, <Pra...@on...><mailto:Pra...@on...> wrote: Hi Everyone, I am getting started with wayback machine. But I am having problem indexing the arc files. I get an error on Tomcat as this java.io.IOException: Resetting to invalid mark [...] Hi Pramila, Please see: https://webarchive.jira.com/browse/HER-1865 In summary, you will probably need to use a version of Java prior to 6u23. best, Erik Sent from my free software system <http://fsf.org/><http://fsf.org/>. ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Archive-access-discuss mailing list Arc...@li...<mailto:Arc...@li...> https://lists.sourceforge.net/lists/listinfo/archive-access-discuss |