[dspace-tech] Re: Required metadata field 'dc.title' doesn't exist

2016-12-12 Thread David Brian Holt
I solved this problem following the instructions located here: https://jira.duraspace.org/browse/DS-2408 -- 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

[dspace-tech] Root volume issue

2016-12-12 Thread Steans, Ryan J
We're seeing an issue with our logs building up quite a bit in our root volume. I'm wondering if we can get some advice on whether we should 1) Implement a more aggressive rotation policy (e.g. only keep the logs a week). 2) Turn off Tomcat access logging entirely. Thanks Ryan Steans Assistant

[dspace-tech] Tomcat not starting after upgrade to DSpace 5.4 to 6.0

2016-12-12 Thread Larry Hansard
Here is the catalina.out log file. I tried upgrading to the latest version of tomcat but I'm getting the same thing. It never fully starts (it always stops at the same point). Any suggestions would be appreciated. Thanks -- Larry 12-Dec-2016 11:15:54.735 INFO [main]

Re: [dspace-tech] Dspace Search Problem (java.lang.NullPointerException)

2016-12-12 Thread helix84
On Mon, Dec 12, 2016 at 6:10 PM, Henry Atsu Agbodza wrote: > java.lang.NullPointerException > at > org.dspace.app.xmlui.aspect.artifactbrowser.AbstractSearch.logSearch(AbstractSearch.java:647) > > Your immediate problem is that there were no query results (no

[dspace-tech] Dspace Search Problem (java.lang.NullPointerException)

2016-12-12 Thread Henry Atsu Agbodza
Dear all, i'm currently encountering this problem. When i try searching dspace, i get this error message java.lang.NullPointerException: Please i'm using 1.8. I need help. Thanks all. The stack trace is as follows: Cocoon stacktrace Could not read resource cocoon://DRI/7/search

Re: [dspace-tech] Query for DSpace's 5.5 database

2016-12-12 Thread helix84
Start with this: SELECT text_value AS dc_date_accessionedFROM metadatavalueWHERE metadata_field_id = ( SELECT metadata_field_id FROM metadatafieldregistry, metadataschemaregistry WHERE metadatafieldregistry.metadata_schema_id = metadataschemaregistry.metadata_schema_id AND short_id = 'dc'

[dspace-tech] Query for DSpace's 5.5 database

2016-12-12 Thread Mariangels
Hello, We are working with DSpace 5.5. We need a total report (all our records) from the DSpace's database showing all those fields: dc.date.accesioned dc.rights.accesRights dc.type dc.identifier.uri and the main community How can I ask the database for get this information? Thaks in advance.

Re: [dspace-tech] Re: Implementation of DOI registration with Crossref

2016-12-12 Thread Àlex Magaz Graça
El 09/12/16 a las 21:14, admin escribió: Hello, I am too interested in implementing DOI (Crossref) in DSpace 5.5. Does anybody managed to cope with it and could help? Thanks, Peter W dniu wtorek, 3 maja 2016 13:15:47 UTC+1 użytkownik Àlex Magaz Graça napisał: Hi, I was evaluating

Re: [dspace-tech] Import problem with bitstream names containing BOTH spaces and UTF-8 characters

2016-12-12 Thread Alan Orth
Ah, macOS! Yes, I also spent two days troubleshooting this, chasing issues with Spanish accent characters while working with SAF bundles. I had been generating the SAF bundle on my Mac for testing and then rsync'ing the bundle to our Linux server for import. It turns out that the macOS filesystem

Re: [dspace-tech] How to make a metadata value into a clickable link in JSPUI (Dspace 3.3)

2016-12-12 Thread Claudia Jürgen
Hello, you can configure this in [dspace]/config/dspace.cfg https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace/config/dspace.cfg#L1473 just add dc.relation.uri(link) to the list of metadata displayed in the simple item display. Hope this helps Claudia Jürgen Am 11.12.2016 um 13:50

Re: [dspace-tech] Import problem with bitstream names containing BOTH spaces and UTF-8 characters

2016-12-12 Thread Sidoroff, Ilja
It seems that there is something fishy going on with macOS's UTF-8 handling. I am not entirely sure what are the details of the underlying incompatibility, but I got the transfer working when I copied the files from my Mac to RH Linux server with $ rsync --iconv=UTF-8-MAC,UTF-8 Ilja > On 12