Re: [Dspace-tech] item counter failed

2011-10-13 Thread Webshet, Sisay (ILRI)
Hi, I just tried but it doesn’t work Thanks sisay -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Wednesday, October 12, 2011 4:11 PM To: Webshet, Sisay (ILRI) Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] item

Re: [Dspace-tech] item counter failed

2011-10-13 Thread Stuart Lewis
Are you running the following command to refresh the strength cache? - [dspace]/bin/dspace itemcounter Perhaps run it every 10 minutes as a cron job. Thanks, Stuart Lewis Digital Development Manager Te Tumu Herenga The University of Auckland Library Auckland Mail Centre, Private Bag 92019,

Re: [Dspace-tech] Memory isues on Java

2011-10-13 Thread Lewatle Phaladi
Hi Sue Thank you for wonderful reply, I guarantee to you that I will try my best to implement this and come with positive feedback. Regards, Lewatle From: Thornton, Susan M. (LARC-B702)[LITES] [mailto:susan.m.thorn...@nasa.gov] Sent: 12 October 2011 04:35 PM To: Lewatle Phaladi;

Re: [Dspace-tech] Memory isues on Java

2011-10-13 Thread Lewatle Phaladi
Hi Alan Thanks for your positive inputs. Regards, Lewatle From: Alan Orth [mailto:alan.o...@gmail.com] Sent: 12 October 2011 04:49 PM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Memory isues on Java Sue, What are the specs of the machine you are running DSpace

[Dspace-tech] solr statistics

2011-10-13 Thread Tint Hla Hla Htoo
Hello Our repository is running on 1.6.2 and we have been using solr for a few months now. There seems to be some problem with solr statistics. Bitstream for some items were downloaded more than a few thousand times within a month from the same place. How can I filter out such systematic

Re: [Dspace-tech] Strange problem with searching

2011-10-13 Thread helix84
On Wed, Oct 12, 2011 at 20:25, George S Kozak g...@cornell.edu wrote: I have tried running index-init and deleting the extracted text and re-running filter-media, but still no luck with the searches for this collection. Hi, just to make sure - did you run filter-media before or after

Re: [Dspace-tech] Strange problem with searching

2011-10-13 Thread George S Kozak
Hi, helix84: Yes, I did run things in the correct order. That's what has stumped me. I can't figure out why these specific records are not searchable while other records are searchable. George Kozak Digital Library Specialist Cornell University Library Information Technologies (CUL-IT) 501

Re: [Dspace-tech] item counter failed

2011-10-13 Thread Mark Diggory
This is a caching bug in the xmlui, we've dealt with it recently by disabling caching in cocoon. This and other caching refreshvissues emerged when Larry Stone's enhancements to return last modified headers based only on the DSpaceObjects last modified field and not the combined state of all the

Re: [Dspace-tech] item counter failed

2011-10-13 Thread Tim Donohue
Just a brief note on clearing the XMLUI cache. In upcoming DSpace 1.8.0, it will be possible to clear the cache from the XMLUI Administrator UI. All you do is: Login as an Administrator, Visit your Control Panel, Click on the Java Information tab. On that Tab you'll see a link to Clear Cache

Re: [Dspace-tech] Strange problem with searching

2011-10-13 Thread helix84
On Thu, Oct 13, 2011 at 15:36, George S Kozak g...@cornell.edu wrote: Yes, I did run things in the correct order.  That's what has stumped me.  I can't figure out why these specific records are not searchable while other records are searchable. I'm not sure how to help you further. Can you

[Dspace-tech] Strange problem with searching - More and disturbing information!

2011-10-13 Thread George S Kozak
Hi. Everyone: After a bit of digging what I have discovered is that any item that has multiple bitstreams of PDFs, only the first bitstream added is searchable. The other bitstreams in the item seem to be ignored by the indexer. I have checked and the extracted Texts are there, so it is

Re: [Dspace-tech] Strange problem with searching - More and disturbing information!

2011-10-13 Thread Tim Donohue
Hi George, Hmm..that's a bit odd. It's definitely not a known issue. In fact, looking at the DSIndexer class (which is the class which creates/updates the Lucene search index), it should be doing what you expect. The 'buildDocumentForItem()' method is the one that takes care of indexing all

Re: [Dspace-tech] Strange problem with searching - More and disturbing information!

2011-10-13 Thread Thornton, Susan M. (LARC-B702)[LITES]
What version of DSpace are you running? I just tested something completely unrelated this morning, but it involved adding a second document to an Item, then running filter media, then doing a search to do if the text in the second document was found - it WAS. We are running DSpace 1.7.1.

Re: [Dspace-tech] Strange problem with searching - More and disturbing information!

2011-10-13 Thread George S Kozak
Susan: I am running DSpace 1.7.1...I think Tim may be right about my config settings (thanks for the suggestions, Tim). I am going to test that out and I will let everyone know. George Kozak Digital Library Specialist Cornell University Library Information Technologies (CUL-IT) 501 Olin

Re: [Dspace-tech] Strange problem with searching - More and disturbing information!

2011-10-13 Thread Thornton, Susan M. (LARC-B702)[LITES]
We also have search.maxfieldlength set to -1. Sue Sue Walker-Thornton (757) 864-2368 -Original Message- From: George S Kozak [mailto:g...@cornell.edu] Sent: Thursday, October 13, 2011 1:09 PM To: Thornton, Susan M. (LARC-B702)[LITES]; Tim Donohue Cc: dspace-tech@lists.sourceforge.net

Re: [Dspace-tech] Strange problem with searching - More and disturbing information!

2011-10-13 Thread George S Kozak
Tim: You were right! I changed the config file and now my searches are working for other bitstreams! Thank you, very much!! This clears up a problem that I have had for a long time. Now I wonder what other old and now bad setting that I have! George Kozak Digital Library Specialist Cornell

[Dspace-tech] Style news-xmlui.xml

2011-10-13 Thread Antonio Calderón
Hi folks. Is it possible to add formatting or style to 'news-xmlui.xml'? The labels 'b' or i are not working. I only found this: http://www.dspace.org/1_6_0Documentation/ch07.html#N15659 Thank you for your help. -- Antonio Calderón - Calderón Cardona Ltda. http://calderoncardona.com |

Re: [Dspace-tech] Style news-xmlui.xml

2011-10-13 Thread Patrick Etienne
Antonio - Others may be more familiar than myself, but I believe I'd read that the news-xmlui.xml file is being phased out of existence. I don't have access to my work machine at the moment so can't give specific details, but I can say that you can edit the xsl files to ignore the content from

[Dspace-tech] remove or hide the browse by links

2011-10-13 Thread Webshet, Sisay (ILRI)
Hi Iam working on dspace 1.7.. xmlui . I want to remove or hide the browse by links of the top level community while Iam inside the next level or lower level community/subcocomminy We have been using different themes for different communities .I have been using messages.xml to add some of