Re: [Dspace-tech] Moving DSpace Taks from one Eperson to another

2013-01-11 Thread helix84
Hi Rodrigo, I have no idea what is your taskowner table, it's not part of standard DSpace 1.6. It probably belongs to some add-on or customization. To see the entity-relationship model of the DSpace database, see the following link:

Re: [Dspace-tech] dspace 3.0 missing related items feature (xmlui)

2013-01-11 Thread helix84
Sorry that I forgot to respond. Yes, we're now aware that this functionality is broken and there should be a fix in 3.1, but it's not available yet (Kevin has a ticket for it). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] CAS Authentication and DSpace 3.0

2013-01-11 Thread helix84
On Fri, Jan 11, 2013 at 2:31 AM, revskill revskil...@gmail.com wrote: You can try use this commit (i've made it successfully with Dspace 1.8): https://github.com/checkraiser/mydspace/commit/2246f043b789cac08ea4a497c05fc5f27fbcc7da That path surely won't apply cleanly to DSpace 3.0 because of

Re: [Dspace-tech] migrate repository into a new instances(machine)

2013-01-11 Thread helix84
On Fri, Jan 11, 2013 at 5:25 AM, mallikarjun dora dora.mallikar...@gmail.com wrote: Currently we have repository in dspace 1.8.2 and we are planning to migrate it into a new instances (new machine) which is in dspace 3.0. Please share the procedure any one have done the same. 1) Install DSpace

Re: [Dspace-tech] migrate repository into a new instances(machine)

2013-01-11 Thread helix84
I missed an important step after my step 7) - rebuild indexes. This is step 8 in the upgrading checklist. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] discovery autocomplete is not working in dspace 3.0

2013-01-11 Thread helix84
Hi Bram, I was satisfied with the autocomplete functionality in 1.8, default configuration. Especially useful for author names. Ideally, even the main search box should offer autocomplete. It was a mistake that this was dropped silently, I hope you'll include it into your roadmap for 4.0.

Re: [Dspace-tech] migrate repository into a new instances(machine)

2013-01-11 Thread Hilton Gibson
See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Upgrading/Hardware for more tips. On 11 January 2013 06:25, mallikarjun dora dora.mallikar...@gmail.comwrote: Dear All, Currently we have repository in dspace 1.8.2 and we are planning to migrate it into a new instances (new machine) which

[Dspace-tech] SOLR Exception in 1.6.2 : Service Unavailable

2013-01-11 Thread Kirti Bodhmage
Hi, All of a sudden we started to get following exception about SOLR on our live server. This is causing a very high CPU usage on the server, displaying server busy error to users. -- 2013-01-11 13:04:06,715 ERROR

Re: [Dspace-tech] SOLR Exception in 1.6.2 : Service Unavailable

2013-01-11 Thread helix84
On Fri, Jan 11, 2013 at 2:22 PM, Kirti Bodhmage k.bodhm...@qmul.ac.uk wrote: Do we need to enable autocommit to resolve this error? According to @mire's page yes, but also note that you need to change SolrLogger.java. Another interesting thing to notice is that wget on solr url shows an

Re: [Dspace-tech] discovery autocomplete is not working in dspace 3.0

2013-01-11 Thread Andrea Bollini
Hi all, please note that autocomplete is present in the JSPUI 3.0 CILEA Discovery contribution without any performance issue and it is also aware of the authority framework. See step 2.c of JSP UI configuration:

Re: [Dspace-tech] dspace 3.0 missing related items feature (xmlui)

2013-01-11 Thread Thomas Misilo
Sorry that I forgot to respond. Yes, we're now aware that this functionality is broken and there should be a fix in 3.1, but it's not available yet (Kevin has a ticket for it). Thanks. Will wait for 3.1 :) --

[Dspace-tech] theme colour and style

2013-01-11 Thread Webshet, Sisay (ILRI)
We are using dsapce 1.8.2 (xmlui). Have been using different themes for different communities. At first these = different communities have their own look and feel with their own color and banner. However the colors for some communities is not properly viewed. I just removed

Re: [Dspace-tech] theme colour and style

2013-01-11 Thread helix84
Hi Sisay, I'm not sure anyone can help you unless you describe the customizations you made. Also, remember to clear the Cocoon cache. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Multiple concurrent imports

2013-01-11 Thread Mark Ehle
Folks - Is is possible to run more than one import operation at a time? I have a script that is importing files, but it runs really slowly. I would like to start more than one instance at a time (operating on different files) to try to speed up the process. It's not that dspace is slow; some of

Re: [Dspace-tech] SOLR Exception in 1.6.2 : Service Unavailable

2013-01-11 Thread Kirti Bodhmage
Hi Again, I saw following error in catalina.err related to SOLR. I do not know solr technology but do I need to increase maxWarmingSearchers value? Jan 11, 2013 1:42:18 PM org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: Error opening new searcher.

Re: [Dspace-tech] Multiple concurrent imports

2013-01-11 Thread helix84
Hi Mark, in theory, it should be possible. But please, do try it in a testing environment, first. It's not such a common use-case to be well-tested :) It would be great if you could report back in either case - either to report success or to ask for help with disaster recovery ;) Update the

Re: [Dspace-tech] theme colour and style

2013-01-11 Thread Webshet, Sisay (ILRI)
Hi , I done the customization only on a single file style.css Thanks -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Friday, January 11, 2013 4:47 PM To: Webshet, Sisay (ILRI) Cc: dspace-tech@lists.sourceforge.net Subject: Re:

Re: [Dspace-tech] SOLR Exception in 1.6.2 : Service Unavailable

2013-01-11 Thread helix84
Hi Kirti, that's just a side-effect of large load on your Solr and enabling autocommit should solve it. You don't need to worry about it being a separate issue. More details are here: http://wiki.apache.org/solr/FAQ#What_does_.22exceeded_limit_of_maxWarmingSearchers.3DX.22_mean.3F Regards,

Re: [Dspace-tech] theme colour and style

2013-01-11 Thread Webshet, Sisay (ILRI)
These 2 links below are using the same themes and style sheet but are not looking the same http://dspacetest.cgiar.org/handle/10568/16814 http://cgspace.cgiar.org/handle/10568/16814 -Original Message- From: Webshet, Sisay (ILRI) Sent: Friday, January 11, 2013 4:56 PM To:

Re: [Dspace-tech] theme colour and style

2013-01-11 Thread helix84
On Fri, Jan 11, 2013 at 2:55 PM, Webshet, Sisay (ILRI) s.webs...@cgiar.org wrote: I done the customization only on a single file style.css I don't see how you could have distinguished between communities by changing just the css file. The last changes you made would simply apply to all

Re: [Dspace-tech] theme colour and style

2013-01-11 Thread Muilwijk, M. (Marina)
Hi Sisay, it looks like those two pages use different versions of style.css. For instance, http://cgspace.cgiar.org/handle/10568/16814 has a color: #48732A defined for a h1, while http://dspacetest.cgiar.org/handle/10568/16814 has color: black. Do both files look identical on your server? If

[Dspace-tech] vscan and upload max in cocoon

2013-01-11 Thread Jose Blanco
I have two questions. 1. If virus checking is enabled as described here: https://wiki.duraspace.org/display/DSPACE/Virus+Scan+Curation+Task virus checking can be done via the UI as admin, and command line, but when an item is submitted it is NOT virus checked, or is it? 2. The max file

Re: [Dspace-tech] Moving DSpace Taks from one Eperson to another

2013-01-11 Thread Calloni, Rodrigo
Oh lord, thanks helix I didn't know about that it was a local customization. I will see (and keep) your diagram here. Best regards Rodrigo -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Friday, January 11, 2013 4:20 AM To: Calloni,

Re: [Dspace-tech] vscan and upload max in cocoon

2013-01-11 Thread Richard Rodgers
Hi Jose: With respect to question #1, there are actually 2 different ways to achieve checking in submission: (1) You can configure virus scan to be invoked directly in submission - see config file (I think this is XMLUI only):

Re: [Dspace-tech] vscan and upload max in cocoon

2013-01-11 Thread helix84
On Fri, Jan 11, 2013 at 5:34 PM, Jose Blanco blan...@umich.edu wrote: 2. The max file upload size available via cocoon remains at 2G, right? So if a user has a file larger than that we have to use item importer to get it into DSpace? See here: https://jira.duraspace.org/browse/DS-1124 If

Re: [Dspace-tech] vscan and upload max in cocoon

2013-01-11 Thread Jose Blanco
so to have it checked during submission, accourding to this https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/submission-curation.cfg set it like this: virus-scan = false seems like it should be true? Thank you! On Fri, Jan 11, 2013 at 11:49 AM, Richard Rodgers

Re: [Dspace-tech] vscan and upload max in cocoon

2013-01-11 Thread Richard Rodgers
Yes - the shipping default is no checking, so you need to enable it. Richard On Jan 11, 2013, at 12:07 PM, Jose Blanco wrote: so to have it checked during submission, accourding to this https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/submission-curation.cfg set it like this:

[Dspace-tech] OAI-PMH not getting all the items from another dspace system

2013-01-11 Thread Mckeane Thomas
Hello, I am harvesting items from a collection on another dspace system, however, not all the items in that collection are harvested. For example if a collection has 100 items and I am harvesting that collection, only 96 items are harvested instead. Its the same result if I harvest metadata

[Dspace-tech] changing file description

2013-01-11 Thread Jose Blanco
I know that if I change anything in the metadatavalue table directly via psql (not using the UI) I have to reindex, run: ./dspace-index init and update the solar index, But I would think that is not the case if I change the description field in the bitstream table via psql issuing a sql command,

[Dspace-tech] URL in sitemaps

2013-01-11 Thread Thomas Misilo
Hi, I was wondering where I might specify the url being generated in the site maps? Right now it is: url loc https://my.edu/xmlui/handle/123456789/2 /loc /url I would want the url to be https://my.edu/handle/123456789/2 instead Thanks, Tom

Re: [Dspace-tech] URL in sitemaps

2013-01-11 Thread Thomas Misilo
I was wondering where I might specify the url being generated in the site maps? Right now it is: url loc https://my.edu/xmlui/handle/123456789/2 /loc /url I would want the url to be https://my.edu/handle/123456789/2 instead Nevermind found it. It was hidden in [dspace]/config/dspace.cfg

[Dspace-tech] How to customize DSpace 3.0 XMLUI Discovery Recent Submissions display

2013-01-11 Thread Charles Kinney
Recent submissions display appears to default to three Dublin Core elements: dc.title,dc.contributor.*,dc.date.issued I would like to add another element to this display. How do I do so? I've looked at the discovery.xml file. A simple example of how to do so would help. Thanks.

[Dspace-tech] How do I share solr statistics server between two dspace servers?

2013-01-11 Thread Michael Reynolds
In our environment, we use a mirrored pair of dspace tomcat servers behind an ipvs cluster server for redundancy and throughput. The two servers share the same general settings, assetstores, and postgres database. All works well, except that of course the user search statistics are gathered