[Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread ribin . jones
Hi, I am getting the below error while I am doing keyword search in Collections and Communities of dspace. I am a newbie and please help me out: 2013-05-22 12:18:37,064 INFO org.dspace.app.webui.servlet.CommunityListServlet @

Re: [Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread helix84
On Wed, May 22, 2013 at 8:59 AM, ribin.jo...@niist.res.in wrote: java.io.IOException: read past EOF at org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:146) at org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:38) Hi

Re: [Dspace-tech] tomcat shutdown automatically

2013-05-22 Thread helix84
On Wed, May 22, 2013 at 5:36 AM, Ady Wahyudi Paundu ad...@unhas.ac.id wrote: also along the line there is suggestion from Peter Dietz to use [dspace]/bin/dspace update-discovery-index -o should i use that too? Yes, it's recommended to run it periodically. Probably daily, depending on how

Re: [Dspace-tech] best practice for scheduled maintenance or optimization process

2013-05-22 Thread Hilton Gibson
Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Daily_Admin On 22 May 2013 06:00, Ady Wahyudi Paundu ad...@unhas.ac.id wrote: Hi, can anybody give suggestion on a best practice for scheduled maintenance or optimization process? i'm running 3.1 and this is my current

Re: [Dspace-tech] Change the default background color of Mirage Header

2013-05-22 Thread Hilton Gibson
Perhaps these links will help. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Theme/Page_Structure http://wiki.lib.sun.ac.za/index.php/SUNScholar/Theme/Page_Content Cheers hg On 21 May 2013 19:17, Henry Agbodza henry_agbo...@libr.ug.edu.gh wrote: Thanks for the quick response. I have solved

Re: [Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread ribin . jones
I am new to this whole thing...Could you pls be specific on solving this issue? Regards, Ribin Jones S.B IT LAB, Knowledge Resource Centre CSIR - NIIST (National Institute for Interdisciplinary Science and Technology), Govt. of India Pappanamcode, Thiruvananthapuram - 695019 Kerala, India

Re: [Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread helix84
Stop Tomcat and run the following command (replace [dspace] with your DSpace installation directory): [dspace]/bin/dspace index-init -r -v Then start Tomcat. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread helix84
That means that the error is also triggered when indexing, not just when querying the index. Try this to fix the index structure: java -cp /home/dspace/lib/lucene-core-3.5.0.jar -ea:org.apache.lucene... org.apache.lucene.index.CheckIndex /home/dspace/search -fix This assumes DSpace 3. If you're

Re: [Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread ribin . jones
I get the below error: root@itlab:/home/dspace/log# java -cp /home/dspace/lib/lucene-core-2.3.0.jar-ea:org.apache.lucene... org.apache.lucene.index.CheckIndex /home/dspace/search/ -fix Exception in thread main java.lang.NoClassDefFoundError: org/apache/lucene/index/CheckIndex Caused by:

Re: [Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread helix84
On Wed, May 22, 2013 at 10:54 AM, ribin.jo...@niist.res.in wrote: root@itlab:/home/dspace/log# java -cp /home/dspace/lib/lucene-core-2.3.0.jar-ea:org.apache.lucene... org.apache.lucene.index.CheckIndex /home/dspace/search/ -fix There should be a space before -ea. Here's the full command for

[Dspace-tech] help

2013-05-22 Thread Krassen Stefanov
- Original Message - From: dspace-tech-requ...@lists.sourceforge.net To: dspace-tech@lists.sourceforge.net Sent: Wed, 22 May 2013 11:23:02 +0300 (EEST) Subject: DSpace-tech Digest, Vol 85, Issue 89 Send DSpace-tech mailing list submissions to dspace-tech@lists.sourceforge.net To

Re: [Dspace-tech] Change the default background color of Mirage Header

2013-05-22 Thread Henry Agbodza
Thanks a lot. On Tue, 05/21/2013 08:11 PM, helix84 heli...@centrum.sk wrote: On Tue, May 21, 2013 at 7:17 PM, Henry Agbodza target=_blankhenry_agbo...@libr.ug.edu.gh wrote: Thanks for the quick response. I have solved it now. The login link at the header section still has a white colour.

Re: [Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread ribin . jones
Did that...It says: root@itlab:/home/dspace/log# java -cp /home/dspace/lib/lucene-core-2.3.0.jar -ea:org.apache.lucene... org.apache.lucene.index.CheckIndex /home/dspace/search/ -fix Opening index @ /home/dspace/search/ Segments file=segments_x4 numSegments=0 version=FORMAT_SHARED_DOC_STORE

Re: [Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread Hilton Gibson
Ok. To be clear you are using Ubuntu 12.04 with DSpace 1.5.2 and want the XMLUI to be the default. If so, please review: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Dspace The wiki guide is a step-by-step procedure for the installation and setup of an institutional repository, based Ubuntu

Re: [Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread helix84
OK, try this: 1) stop Tomcat 2) mv /home/dspace/search /home/dspace/search.bak 3) mkdir /home/dspace/search 4) /home/dspace/bin/dspace index-init -r -v 5) start Tomcat Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread ribin . jones
Hi, I had a working dspace and suddenly it stopped working..I am trying to fix it. Ribin Jones S.B Scientist IT LAB, Knowledge Resource Centre CSIR - NIIST (National Institute for Interdisciplinary Science and Technology), Govt. of India Pappanamcode, Thiruvananthapuram - 695019 Kerala,

Re: [Dspace-tech] Change the default background color of Mirage Header

2013-05-22 Thread Henry Agbodza
Thanks Hilton. On Wed, 05/22/2013 07:43 AM, Hilton Gibson hilton.gib...@gmail.com wrote: Perhaps these links will help. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Theme/Page_Structure http://wiki.lib.sun.ac.za/index.php/SUNScholar/Theme/Page_Content Cheers hg On 21 May 2013

Re: [Dspace-tech] view item only shows collection name

2013-05-22 Thread Ady Wahyudi Paundu
Hi Mr. Phiri, 1) yes, i did reindexing (i think i did), by execute [dspace]/bin/ dspace index-init 2) well, i dont think that is the case, since my 1.7 system also use http://repository.unhas.ac.id and it went just ok i use direction from here

Re: [Dspace-tech] Internal server error while doing keyword search

2013-05-22 Thread ribin . jones
Great...It worked!!! Thanks very much. :) Ribin Jones S.B Scientist IT LAB, Knowledge Resource Centre CSIR - NIIST (National Institute for Interdisciplinary Science and Technology), Govt. of India Pappanamcode, Thiruvananthapuram - 695019 Kerala, India www.niist.res.in Mob: +91

[Dspace-tech] Error generated after clicking on feedback

2013-05-22 Thread Henry Agbodza
​I had this error after clicking on the Feedback link. I'm using Dspace 3.1 and the mirage theme. java.lang.StringIndexOutOfBoundsException: String index out of range: -1 -- Try New Relic Now We'll Send You

Re: [Dspace-tech] tomcat shutdown automatically

2013-05-22 Thread Pottinger, Hardy J.
Hi, there is no need to apply that patch to the version of DSpace you are running, it is already in there. I am sadly still unfamiliar with Discovery, but I would expect there to also be a need to regularly optimize the Discovery Solr index. --Hardy Sent from my iPad On May 21, 2013, at

Re: [Dspace-tech] view item only shows collection name

2013-05-22 Thread Hilton Gibson
You can also use this guide for setting up a clean URL: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08 On 22 May 2013 11:10, Ady Wahyudi Paundu ad...@unhas.ac.id wrote: ** Hi Mr. Phiri, 1) yes, i did reindexing (i think i did), by execute [dspace]/bin/ dspace index-init

Re: [Dspace-tech] What are the possible data format export options in Dspace?

2013-05-22 Thread Evans, Kev
Hi Helix84 This looks just what me need. I notice there is a GUI option. When enabled what should I expect to see? Is it in the context menu? Or a specific uri? Cheers Kevin -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: 21 May

Re: [Dspace-tech] What are the possible data format export options in Dspace?

2013-05-22 Thread helix84
On Wed, May 22, 2013 at 3:03 PM, Evans, Kev kevin.ev...@exeter.ac.uk wrote: I notice there is a GUI option. When enabled what should I expect to see? Is it in the context menu? Or a specific uri? That means you can also do it from web UI. if you log in as admin in XMLUI, you can find it un der

[Dspace-tech] Submission in collection

2013-05-22 Thread Luis Rojas C. (CATIE)
Hi all, i need to submit ítems directly in the communities in DSpace 3.1. Is that posible, because i can submit only in the collections. Thanks for your support Luis -- Try New Relic Now We'll Send You this Cool Shirt

Re: [Dspace-tech] Submission in collection

2013-05-22 Thread Lighton Phiri
Hello, Unfortunately not, however, Helix proposed a possible solution here [1] --I am yet to try this out. [1] http://dspace.2283337.n4.nabble.com/Item-Submission-in-Community-tp4659141p4659144.html Lighton Phiri http://lightonphiri.org On 22 May 2013 22:41, Luis Rojas C. (CATIE)

Re: [Dspace-tech] Submission in collection

2013-05-22 Thread Luis Rojas C. (CATIE)
Hi Lighton, thanks for your response. Hoe i créate a invisible comunity? Luis -Mensaje original- De: Lighton Phiri [mailto:lighton.ph...@gmail.com] Enviado el: miércoles, 22 de mayo de 2013 3:13 Para: Luis Rojas C. (CATIE) CC: dspace-tech@lists.sourceforge.net Asunto: Re: [Dspace-tech]

[Dspace-tech] iRODS support in DSpace

2013-05-22 Thread Harish Maringanti
We are thinking about supporting big datasets via dspace and the option of iRODS came up as that is supported in the computer science department here. I found this reference to dspace on irods website - https://www.irods.org/index.php/DSpace but couldn't tell if that code ever made it to dspace.

Re: [Dspace-tech] Submission in collection

2013-05-22 Thread helix84
On Wed, May 22, 2013 at 11:44 PM, Luis Rojas C. (CATIE) luisro...@catie.ac.cr wrote: Hi Lighton, thanks for your response. Hoe i créate a invisible comunity? You don't. You just don't display it. Here's a very rough example (where you would replace comm with coll). Here's how you hide the

Re: [Dspace-tech] iRODS support in DSpace

2013-05-22 Thread helix84
On Wed, May 22, 2013 at 11:40 PM, Harish Maringanti har...@k-state.edu wrote: We are thinking about supporting big datasets via dspace and the option of iRODS came up as that is supported in the computer science department here. I found this reference to dspace on irods website -

Re: [Dspace-tech] iRODS support in DSpace

2013-05-22 Thread helix84
To give more details on the procedure, you should first take a look at how the customization changed the BitstreamStorageManager class compared to how that class looked at that time. So you need to look at the diff of these two contemporary files:

Re: [Dspace-tech] iRODS support in DSpace

2013-05-22 Thread helix84
You may also want to get in touch with Lucas Gilbert who developed the iRODS code for DSpace. Optionally to help with forward-porting it, definitely to help testing it once it's forward-ported. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] tomcat shutdown automatically

2013-05-22 Thread Ady Wahyudi Paundu
Thank you Mr. Pottinger and Helix, its been one day without automatic shutdown big improvement :) Best regards AdyWP On 05/22/2013 03:35 PM, helix84 wrote: On Wed, May 22, 2013 at 5:36 AM, Ady Wahyudi Paunduad...@unhas.ac.id wrote: also along the line there is suggestion from Peter

Re: [Dspace-tech] best practice for scheduled maintenance or optimization process

2013-05-22 Thread Ady Wahyudi Paundu
Thank you Mr. Gibson, now i'm using that cron script Best Regards, AdyWP On 05/22/2013 03:40 PM, Hilton Gibson wrote: Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Daily_Admin On 22 May 2013 06:00, Ady Wahyudi Paundu ad...@unhas.ac.id mailto:ad...@unhas.ac.id

Re: [Dspace-tech] view item only shows collection name

2013-05-22 Thread Ady Wahyudi Paundu
Hi all, my 3.1 system is OK now, i'm using Discovery now, leaving out search artefact. Best Regards AdyWP On 05/22/2013 06:44 PM, Hilton Gibson wrote: You can also use this guide for setting up a clean URL: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08 On 22 May 2013

Re: [Dspace-tech] view item only shows collection name

2013-05-22 Thread onkar rai
Hi Expert, I am using Dspace 3.1 . I installed it successfully. mnv package build success fully. Ant fresh_install build successfuly but it shows a warning that *index not created . *And when I submit any file in collection its index not created. Kindly help. Regards, Onkar Rai On Wed, May