From: Kaisa K. <kau...@cs...> - 2005-09-14 06:22:02
|
Yes, that's it. Total number of versions is always 0/0 with these urls. kaisa On Tue, 13 Sep 2005, Sverre Bang wrote: > Hi, > I'm glad to hear that Wera is working for you. > > Oh yes, we have seen this behaviour. It is most likely related to the bug > http://sourceforge.net/tracker/index.php?func=detail&aid=1244875&group_id=118427&atid=681137. > > Question: Does the hit in the result list that brought you to this > particular url show 0/0 hits? If so then this is definitely related to > the bug above. If not and you want to determine wether or not a > particular url is archived, you can do the following: > > 1. open the file index.php and change the line > $search->setFieldsInResult("teaser url description"); to > $search->setFieldsInResult("teaser url description archiveidentifier"); > 2. Open the file lib/config.inc and set $conf_debug to 1 > 3. Execute the query and select "view source" in your browser. Scroll down until you find the result list printout (in comment brackets). Find the hit you are looking for and copy the value of archiveidentifier. > 4. Open a browser and enter the value of $conf_document_retriever from config.inc appended with the archiveidentifier value from 3 (something like: http://yourhost:8080/ArcRetriever/ArcRetriever?aid=9826040//home/wera/arcs/IAH-20041216115204-00024-utvikling1.nb.no.arc.gz&reqtype=getfile). > 5. If the file is in the archive the retriever will return it to your browser. > > After doing this, you should reset $conf_debug (or else the output from > wera wont be pretty) > > I'm going to SF first week of Oktober to work with Michael on Wera/NutchWax. > The above bug will be one of the targets i guess. > > Sverre > > -----Original Message----- > From: arc...@li... > [mailto:arc...@li...]On Behalf Of > kau...@cs... > Sent: Tuesday, September 13, 2005 11:21 AM > To: arc...@li... > Subject: [Archive-access-discuss] result.php with certain urls causes > problems > > > > Hi, > a wera archive has been up here for some time now and it looks very > usable. > (nutchwax-0.2.1 and wera-0.2.2) > > I was wondering about some documents which I can't get to screen from > the archive. Somehow it seems that urls with question marks result in > error messages (document not found etc). Or is it equal sign that causes > it. > > A request of this type results in error > http://nwa5a.lib.helsinki.fi/wera/result.php?time=..something..& > mode=..something..&url=http://www.helsinginsanomat.fi/helsinki2005/ > tulokset/?pvm=13.08.2005/ > > Or using result.php with urls like these > url=http://www.varaslahto.net/phpBB2/viewtopic.php?p=2320 > url=http://www.hel.fi/tourism/en/tapahtumat_lisa.asp?kieli=en&id=3320&sivu=paa > > Or maybe these docs really are not in my archive.. has anyone else seen > similar behaviour? |