Re: [dspace-tech] Problems interfaz OAI Dspace

2016-03-08 Thread Claudia Jürgen
Hello Christian, you got to populate the solr oai index with data first. This is done via the comman line [dspace]/bin/dspace oai import [options] Best set it up as a cron job see: https://wiki.duraspace.org/display/DSDOC5x/Scheduled+Tasks+via+Cron Hope this helps Claudia Jürgen Am

[dspace-tech] Problems interfaz OAI Dspace

2016-03-08 Thread christian criollo
Hi everyone somebody could tell me why when I used the interface of OAI and I want see the records, the button *Metadata *not working and not show nothing thanks for the help -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.

Re: [dspace-tech] Re: No communities for a particular user

2016-03-08 Thread Claudia Jürgen
Hi Sean, just a guess, as we are not working with the xmlui, so it might not be relevant, but the use case it only happening with a single user makes me wonder. We had a problem with the jspui after switching to 4.2 (but it persists in 5.4 where we are now). Users belonging to a special group

[dspace-tech] Re: No communities for a particular user

2016-03-08 Thread Sean Carte
On 5 March 2016 at 09:35, Sean Carte wrote: > When a particular user logs in, the communities and collections do not > display, only up to 'Select a community to browse its collections', and the > following is logged: > > 2016-03-05 09:12:00,219 INFO >

Re: [dspace-tech] Number of Items submitted per annum

2016-03-08 Thread Monika Mevenkamp
I have a small jruby script that does just that Have a look at https://github.com/akinom/dspace-cli in particular https://github.com/akinom/dspace-cli/blob/master/statistics/submissions.rb

Re: [dspace-tech] Re: sitemap.xmap exception

2016-03-08 Thread Holger Mickler
Hi Anis, is looks like the same problem was raised some days ago on the dspace-community mailing list by Pedro Amorim (on 2016-03-02, topic "Error in XMLUI"), although with DSpace 5.4/5.2. Do you by chance use Java 7? Then either switching to Java 8 or going back to tomcat 7 will probably be

[dspace-tech] Re: sitemap.xmap exception

2016-03-08 Thread Anis Moubarik
Update: Restarting tomcat and postgres helped, and now I can actually see the DSpace front page. Now I'm getting another problem. I'm trying to access the Create Community page, but I get the following error: String index out of range: 3 java.lang.StringIndexOutOfBoundsException: String index

[dspace-tech] jQuery 1.6.2

2016-03-08 Thread Ilja Sidoroff
At routine system scan by our IT department noticed, that mirage theme uses jQuery version 1.6.2, which is vulnerable to a XSS attack [1]. I don't know if this actually exploitable in DSpace, but anyway it seems that this is fixable by simple bumping the version to 1.6.4. Is it worth of making