Re: [Dspace-tech] dc.date.accessioned incorrect setting

2015-07-03 Thread Arthur Sady Cordeiro Rossetti
Graham, thank you for the help. We are also using XMLUI, but I could not understand that piece of code, Im relatively new to web aplications and am not familiar with the languages, Im more familiar with java. I saw in the discussion, you sent the link, that XMLUI stores the dates in UTC time and

Re: [Dspace-tech] RES: Question about Browse By in DSpace 5.2 (George Stanley Kozak)

2015-07-03 Thread Hilton Gibson
Hi All, Is there a fix for the XMLUI with Mirage2? Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator Stellenbosch University Library http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html On 3 July 2015 at 13:15, Michelangelo M M Viana mvi...@pucrs.br wrote: Hi George, Maybe is

[Dspace-tech] Multiple File Download stats for single file

2015-07-03 Thread Anthony Petryk
Hello, We've noticed that the item statistics page sometimes lists the same file multiple times in the File Downloads section, each with a different number of downloads. For example: File1.pdf 45 File2.mp423 File1.pdf 3 Querying Solr directly, it looks

Re: [Dspace-tech] ERROR: creating index discovery

2015-07-03 Thread euler
Hi helix and all, helix84 wrote Check your authority control configuration. The specific configuration depends on what you are trying to achieve. But the default configuration (no authority control) should work, so start with that and modify as needed. I'm having this issue if authority

[Dspace-tech] How can I be sure my changes in the source code are effective?

2015-07-03 Thread Arthur Sady Cordeiro Rossetti
Hi, Im having some trouble with some changes im making in my dspace source code. Im trying to change the way dspace automatically saves the dc.date.accessioned variable in the the database. To do that, i tried to change in the directory ../dspace-api/src/main/java/org/dspace/content the files

Re: [Dspace-tech] RES: Question about Browse By in DSpace 5.2 (George Stanley Kozak)

2015-07-03 Thread George Stanley Kozak
Michelangelo: Yes, this is exactly what I am seeing, but as Hilton and I reported, we are using XMLUI, while the original bug report was for JSPUI (unless I'm mistaken). Hopefully, there is a bug fix for this as well? George Kozak Digital Library Specialist Cornell University Library

Re: [Dspace-tech] Solr stats queries - limiting by date

2015-07-03 Thread alastair.duncan
Have a look at the differences between q and fq queries in solr. Monika suggest using the addition of fq and this can boost performance as it uses solr caches with no scoring and the q query uses a complex scoring mechanism to determine the relevance of a result so ordering of the result set

Re: [Dspace-tech] Question about Browse By in DSpace 5.2

2015-07-03 Thread Hilton Gibson
Hi All, In addition to the previous two issues, this one cropped up regarding ORCID. See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Researcher_Identification/5.X/ORCID#PLEASE_NOTE : I am thinking of submitting a bug report. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator

[Dspace-tech] not able to create administrator for dspace

2015-07-03 Thread Code 2 dogears
Whenever i type command ./dspace create-administrator.sh i get following error Error: Could not find or load main class build.webapps.oai.WEB-INF.classes.:.home.digit1.ant:build.lib.*.jar:.home.digit1.ant Please help --

Re: [Dspace-tech] Dspace 3.2 to 5.2

2015-07-03 Thread Lewatle Phaladi
Thanks Tim, [dspace]/bin/dspace index-discovery -b worked well and I have managed to upgrade from 3.2 to 5.2 on dev, hopefully the sam will be applied to PROD soon. Regards, Lewatle From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: 02 July 2015 03:33 PM To:

Re: [Dspace-tech] Dspace 3.2 to 5.2

2015-07-03 Thread Lewatle Phaladi
Hi Euler, I am glad to say now all the pdf loaded on the dev are visible ufter the upgrade by running the following : $ ./bin/dspace index-discovery -b Thanks for sharing. Regards, Lewatle -Original Message- From: euler [mailto:esne...@seafdec.org.ph] Sent: 02 July 2015 01:23 PM To:

[Dspace-tech] RES: Question about Browse By in DSpace 5.2 (George Stanley Kozak)

2015-07-03 Thread Michelangelo M M Viana
Hi George, Maybe is this case, already tracked: - http://sourceforge.net/p/dspace/mailman/message/34083569/ Re: [Dspace-tech] Error when browse Title, Author, Issue Date in Communities