[dspace-tech] DSpace automatically loads in English although non-English default.locale setting value

2017-04-06 Thread admin
Hello, I noticed that my DSpace automatically loads in English (when entering the base url), although default.locale setting points to other language. Does it have something with default.language setting, which is actually English? Or maybe with web browser language (English as well)?

Re: [dspace-tech] Rest Question

2017-04-06 Thread Keith Jones
Thanks for the information. I will get back to you after I've had an opportunity to look things over. On Tue, Apr 4, 2017 at 11:25 AM, Terry Brady wrote: > The REST api for the demo.dspace.org server is available. > > https://demo.dspace.org/rest > > Are the same

Re: [dspace-tech] Metadata bulk update Question

2017-04-06 Thread Keith Jones
Thanks for the information. On Thu, Apr 6, 2017 at 3:08 AM, helix84 wrote: > That is not the case. If you have "Author1||Author2" in > "dc.contributor.author" and you change it to "AuthorA||AuthorB", the > former will be replaced with the later. > > However, make sure you're

[dspace-tech] Community List error in DSpace 6.0 (update)

2017-04-06 Thread George Kozak
Hi, Everyone: I had written in the past about a problem that I had upgrading to DSpace 6.0 from DSpace 5.5. After the upgrade, if you executed the command: http://mydspace.edu/community-list, you would get an error. I finally figured it out. 2 Collections that I had in my test database were

[dspace-tech] BookReader integration in DSpace + fulltext searching inside the document

2017-04-06 Thread Pedro Amorim
Hello everyone, I'm currently trying to plan an implementation of this and wanted to ask the opinion of the developers on how to go about it. I have seen the great resources provided by Peter Dietz@LongSight regarding the integration of BookReader

Re: [dspace-tech] Error database conection migrate dspace 6.0

2017-04-06 Thread christian criollo
HI helix thanks for the answer do you believe that this can be the reason why database migrate toward dspace 6.0 failed? El jueves, 6 de abril de 2017, 9:25:32 (UTC-5), helix84 escribió: > > On Thu, Apr 6, 2017 at 3:55 PM, christian criollo > wrote: > >> This

Re: [dspace-tech] Error database conection migrate dspace 6.0

2017-04-06 Thread helix84
On Thu, Apr 6, 2017 at 3:55 PM, christian criollo wrote: > This configuration is important and it must be filled > That configuration file should be left as is. It will be filled by the configuration service during runtime from the specified variables in dspace.cfg or

Re: [dspace-tech] Error database conection migrate dspace 6.0

2017-04-06 Thread christian criollo
Hi helix thanks for the answer I find this in spring/api/core-hibernate.xml This configuration is important and it must be filled El jueves, 6 de abril de 2017, 2:40:51 (UTC-5), helix84 escribió: > > Make sure you're not

Re: [dspace-tech] DSpace submission custom license...

2017-04-06 Thread Claudia Jürgen
Hello Layale, the default license is applied to all collections https://github.com/DSpace/DSpace/blob/dspace-5.2/dspace/config/default.license which do not have a proprietary license. If you want to set a license for a specific collection you got to edit the collection (not the input form). Log

Re: [dspace-tech] Error SQL getting workflow id having item_id (uuid)

2017-04-06 Thread Claudia Jürgen
Hello Humberto, this should be: select * from workflowitem where item_id='274a5c7c-8e5d-4ee2-8ca5-eae66cb6e6a3'; The item_id is an uuid not a string. You may cast it to varchar and use like. Hope this helps Claudia Jürgen Am 06.04.2017 um 14:40 schrieb Humberto Blanco Castillo: hi, when

[dspace-tech] DSpace submission custom license...

2017-04-06 Thread Layale Bassil
Dear All, I have customized the submission form for a collection A by showing and adding the fields that I want. I need to know how can I change the license text at the last stage of the submission process? I want a custom license for every collection and not have it common to all collections

Re: [dspace-tech] The SWORD 2.0 interface on demo.dspace.org is broken

2017-04-06 Thread Antonin Delpeuch (lists)
Thanks for the ticket! Yes I can help with the Travis tests, I'll try to remember to do PR with a few tests once the issue is resolved. Antonin On 06/04/2017 09:09, helix84 wrote: > Thanks for the report. I filed a bug here: > https://jira.duraspace.org/browse/DS-3557 > > Regarding automated

[dspace-tech] Error SQL getting workflow id having item_id (uuid)

2017-04-06 Thread Humberto Blanco Castillo
hi, when i try to get workflow id from database with teh following sentence select * from workflowitem where item_id like '274a5c7c-8e5d-4ee2-8ca5-eae66cb6e6a3' get the following error '' Failed to execute SQL : SQL select * from workflowitem where item_id like

Re: [dspace-tech] SOLR verDspace 6 SOLR exception

2017-04-06 Thread helix84
Make sure that the Solr URL you configured DSpace to use actually works. Your configuration points to the default HTTP port 80. It's likely that you're using the default Tomcat port 8080. [dspace]/config/modules/solr-statistics.cfg Usually it's server = http://localhost:8080/solr/statistics

Re: [dspace-tech] Please help with corrupt pdfs from harvesting

2017-04-06 Thread Claudia Jürgen
Hi euler, you may consider changing the referenced dspace.url in dspace.cfg (or local.cfg, build.properties depending on the version you are using) rather than the bitstream.baseUrl in oai.cfg if you want to have the https throughout the system. Hope this helps Claudia Jürgen Am 06.04.2017

Re: [dspace-tech] Please help with corrupt pdfs from harvesting

2017-04-06 Thread euler
Thanks to helix and Claudia, I have now resolved the issue. Changing http to https in bitstream.baseUrl from oai.cfg did the trick! Regards, euler On Thursday, April 6, 2017 at 4:17:21 PM UTC+8, Claudia Jürgen wrote: > > Hi euler, > > there is a config setting > >

Re: [dspace-tech] Please help with corrupt pdfs from harvesting

2017-04-06 Thread Claudia Jürgen
Hi euler, there is a config setting https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace/config/modules/oai.cfg#L20 which determines the base URL for bitstreams. So most likely you got http still there, if so change it and rebuild the oai core. Hope this helps Claudia Jürgen Am 06.04.2017

Re: [dspace-tech] The SWORD 2.0 interface on demo.dspace.org is broken

2017-04-06 Thread helix84
Thanks for the report. I filed a bug here: https://jira.duraspace.org/browse/DS-3557 Regarding automated tests, we do have unit tests that we run on Travis. We recently added integration tests as a category, but there are still very few of them. We do not have any tests running against

Re: [dspace-tech] Please help with corrupt pdfs from harvesting

2017-04-06 Thread euler
Hi helix, I tried your suggestion to use text editor to open the corrupt pdf. Now I am wondering why the harvested pdf contained this html response with an error message: 301 Moved Permanently Moved Permanently The document has moved

Re: [dspace-tech] Please help with corrupt pdfs from harvesting

2017-04-06 Thread euler
Hi helix, Thanks for the response. Yes, the pdfs are normal if downloaded directly. My issue is when I harvest that collection with full replication in the harvesting options, the pdfs are corrupt. This is also happening in other collections. Thanks again. Sincerely, euler On Thursday, April

Re: [dspace-tech] Error database conection migrate dspace 6.0

2017-04-06 Thread helix84
Make sure you're not reusing your 4.x configuration in your 6.x installation. Start from a clean 6.x and only cherry-pick the changes you need from your old 4.x. This /dspace/config/spring/ directory is especially sensitive to this. Regards, ~~helix84 Compulsory reading: DSpace Mailing List

[dspace-tech] Re: Please help with corrupt pdfs from harvesting

2017-04-06 Thread euler
By the way, I am using DSpace 5.5, Tomcat 7, Java 1.7.0_21 on Windows 2003 server. On Thursday, April 6, 2017 at 3:28:00 PM UTC+8, euler wrote: > > Dear All, > > I would like to know why the pdfs that were harvested from our repository > are corrupt, mostly the file size is 274~bytes. I am

Re: [dspace-tech] Please help with corrupt pdfs from harvesting

2017-04-06 Thread helix84
I tried to download one of the PDFs from your col_10862_1482, but it looks normal (~4 MB): http://repository.seafdec.org.ph/bitstream/10862/1483/1/aep01.pdf Look at the small PDF with a text editor. My guess is that you'll find a HTML response there with an error message. Regards, ~~helix84

Re: [dspace-tech] Solr query for submitted items?

2017-04-06 Thread helix84
On Thu, Apr 6, 2017 at 5:23 AM, Gary Browne wrote: > Is there a way I can query Solr to give me information about submitted > items. eg. how many items submitted in a given period. I'm imagining > something using date.accessioned but I've been unable to get any queries

[dspace-tech] Please help with corrupt pdfs from harvesting

2017-04-06 Thread euler
Dear All, I would like to know why the pdfs that were harvested from our repository are corrupt, mostly the file size is 274~bytes. I am using apache in front of tomcat and enabled https. I am not sure where to look why the pdfs harvested are corrupt. I did not find any entry from dspace log

Re: [dspace-tech] Metadata bulk update Question

2017-04-06 Thread helix84
That is not the case. If you have "Author1||Author2" in "dc.contributor.author" and you change it to "AuthorA||AuthorB", the former will be replaced with the later. However, make sure you're not running into the following bug, which may have symptoms similar to what you're describing: