[dspace-tech] SOLR exception

2016-09-30 Thread Francisco Monreal
Hello everyone We have just updated to version 5.4 and gives an error when starting the application. The trace error is enormous and end appears: *= org.apache.solr .client.solrj.impl.HttpSolrServer $ RemoteSolrException: Expected mime type applicati

Re: [dspace-tech] SOLR exception

2016-09-30 Thread helix84
Hi Francisco, this indicates that DSpace can't connect to Solr. It expects a binary response, but instead gets a HTML page with HTTP code 403 Forbidden. You can read about the localhost restriction here [1]. [2] describes how to fix it. [1] https://wiki.duraspace.org/display/DSPACE/Solr#Solr-Co

Re: [dspace-tech] SOLR exception

2016-09-30 Thread Francisco Monreal
Thanks, now it works but it appears other error: Server refused connection at: http://localhost:8080/solr/search We use port 443 for https connection. Therefore, after this error we have changed the settings and we have put this: solr-statistics.cfg: server = https://localhost/solr/statistics

Re: [dspace-tech] SOLR exception

2016-09-30 Thread helix84
You should use HTTP, not HTTPS to communicate with Solr on localhost. There's really no reason not to, such communication doesn't leave your server. If you don't use an HTTP connector at all, you can define one and restrict it only for localhost communication via firewall. Regards, ~~helix84 Co

Re: [dspace-tech] ORCID Integration: Admin Edit Item

2016-09-30 Thread Christian Scheible
Hi Stefanie, We are using this feature (whith some tweaks) with DSpace 5.5 and the XMLUI Mirage theme to so that sounds strange. Did you check the log files in the log directory ([dspace]log/)? Is the field you are trying to edit the same as in the submission (dc.contributor.author) ? Best r

[dspace-tech] Filtering items with OAI harvesting

2016-09-30 Thread Vinicius Assef
Hi all. I need to harvest some collections from another DSpace installation with some requirements: 1. I don't want to bring all items in a collection. 2. I know which handles I want from there. 3. I want both metadata and bitstreams. 4. My installation and the one from where I will m

RE: [dspace-tech] full item record view abstract unexpected display

2016-09-30 Thread Graham Faulkner
Thanks for the feedback Terry. We will give this a try. Cheers, Graham From: Terry Brady [mailto:terry.br...@georgetown.edu] Sent: September 28, 2016 11:53 AM To: Graham Faulkner ; DSpace Technical Support Cc: Courtney Matthews Subject: Re: [dspace-tech] full item record view abstract unexpe

[dspace-tech] Can't create items through REST

2016-09-30 Thread Ondřej Košarko
Hi, I'm having an issue while creating an item as a non admin user through REST API. I've added the user to collection submit, but am still getting ERROR org.dspace.rest.CollectionsResource @ User(fake_em...@example.com) has not permission to write collection! I was going through the code and it

Re: [dspace-tech] full item record view abstract unexpected display

2016-09-30 Thread Courtney Matthews
Thanks Terry! On Friday, September 30, 2016 at 10:27:52 AM UTC-4, Graham Faulkner wrote: > > Thanks for the feedback Terry. We will give this a try. > > > > Cheers, > > > > Graham > > > > *From:* Terry Brady [mailto:terry...@georgetown.edu ] > *Sent:* September 28, 2016 11:53 AM > *To:* Gr

[dspace-tech] Re: Changing messages.xml in xmlui

2016-09-30 Thread Donald Bynum
Thank you very much for pointing me in the right direction. Your guidance has at least taken away one headache. Regards, Don. On Thursday, September 29, 2016 at 2:49:16 PM UTC-4, Donald Bynum wrote: > This is driving me nuts. I want to change the content of various strings > in the messages

Re: [dspace-tech] ORCID Integration: Admin Edit Item

2016-09-30 Thread Stefanie Behnke
Hi Christian, it is the same field: dc.contributor.author that I want to edit. The log file doesn't show any hint what could be wrong, so I am very helpless. Any further idea, I can try? Thanks in advance Stefanie Am Freitag, 30. September 2016 13:26:12 UTC+2 schrieb Christian Scheible: > > Hi

[dspace-tech] Adding Form Fields - database update

2016-09-30 Thread Donald Bynum
I want to add a new form field to the first submission page. I know how to add the metadata in the input-forms.xml code file. I am using the xmlui with Oracle as the database. How do I ensure that my new field is added to the database table which controls the form field metadata and also ensu

Re: [dspace-tech] Adding Form Fields - database update

2016-09-30 Thread Terry Brady
The field that you wish to add should be added to the Metadata Field Registry. You can add your field through the GUI for a runtime instance (Administrative->Registries->Metadata). If you are building it in a test system, you can add the entry via a config file. https://github.com/DSpace/DSpace/b