AW: [dspace-tech] Trouble Showing Recent Submissions Box After Upgrade from 4.1 to 6.2

2017-11-07 Thread Kleiner Eike (klie)
Hey Stacy Have you tried to set the config property “recent.submissions.count” to a positive value in dspace.cfg or local.cfg? This worked for us, since we “lost” the recent submission carousel with the upgrade to version 5 in 2015. I found some info here:

[dspace-tech] OAI Harvester has problems with datestamps in YYYY-MM-DD format

2017-11-07 Thread Andrew Barhatov
I have such exception in DSpace log on pressing button "Import Now" for collection: java.text.ParseException: Unparseable date: "2017GMT-10-24" at java.text.DateFormat.parse(DateFormat.java:357) at org.dspace.core.Utils.parseISO8601Date(Utils.java:377) at

[dspace-tech] Filter-Media for .docx

2017-11-07 Thread Tom Avino
I am running Dspace 3.3 and Filter-Media is not working for .docx. Is there a fix for this? Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [dspace-tech] Re: Question about Statistics Display

2017-11-07 Thread Terry Brady
The following ticket contains more information on this subject: https://jira.duraspace.org/browse/DS-3454. It points to the following conversation: https://groups.google.com/forum/#!topic/dspace-community/aM0i6LBbeBk Terry On Mon, Nov 6, 2017 at 12:12 PM, Joshua LeVoir

Re: [dspace-tech] Re: NullPointerException when creating a root community

2017-11-07 Thread Tim Donohue
Hi James, The NullPointerException seems to happen here: https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-api/src/main/java/org/dspace/content/CommunityServiceImpl.java#L120 This is a very odd error, as it seems to throw an error on the Site object, which is an object that doesn't

[dspace-tech] Trouble Showing Recent Submissions Box After Upgrade from 4.1 to 6.2

2017-11-07 Thread Stacy Pennington
I recently updated our DSpace from 4.1 to 6.2, and everything appears to have gone pretty well. One thing that I've been unable to figure out is how to make the "Recent Submissions" revolving box show up on the home page. It is possible that I missed a config statement that made this work, but

Re: [dspace-tech] orphan bitstreams when user delete the submission

2017-11-07 Thread Claudia Jürgen
Hello Stefan, you are right, was able to reproduce this on an 6.x instance with both xmlui and jspui and no xmlworkflow enabled. The bitstream is not marked as deleted. Claudia Am 07.11.2017 um 13:29 schrieb Stefan Fritzsche: Dear Claudia, i use dspace 6.0 with the xmlui and a postgres 9.4.6

[dspace-tech] Re: NullPointerException when creating a root community

2017-11-07 Thread karma . sometimes . hurts
Guys, any help with this? At least a tip to start debugging? El jueves, 2 de noviembre de 2017, 9:36:41 (UTC), karma.some...@gmail.com escribió: > > Any way of how could I debug this? Something like activating a SQL debug > or something... From the logs I cannot see any further information and

[dspace-tech] orphan bitstreams when user delete the submission

2017-11-07 Thread Stefan Fritzsche
Dear Members, if the user delete the submission after the upload step of the submission process the uploaded bitstreams of the deleted submission are still present in the datebase table bitstream and in the assetstore. So i think ok, run "dspace cleanup" command should be remove the entry