Re: [dspace-tech] Cleaning the .bak

2017-10-25 Thread Creel, James Silas
Hi Olivier, These are perfectly safe to remove, assuming you have no need to revert to a prior deployment. The ant installer backs up your previous deployment in case something breaks and you want to roll back. Regards, James On 10/25/17, 4:36 AM, "dspace-tech@googlegroups.com on behalf of O

Re: [dspace-tech] dspace rest api to insert a license bundle

2017-02-17 Thread Creel, James Silas
Dear Jose, We had a use case that called for updating the bundles of bitstreams using the bitstream REST endpoint, but had to implement it ourselves. Compare the upstream: https://github.com/TAMULib/DSpace/blob/tamu-dspace/dspace/modules/rest/src/main/java/org/dspace/rest/BitstreamResource.java

Re: [dspace-tech]

2017-02-06 Thread Creel, James Silas
Dear Haimanot, Check in dspace-api/src/main/resources/Messages.properties A good way to track down files is with the find command. For example, to search the current directory for “messages.properties” case insensitive you could use: find . -iname messages.properties Best of luck, James F

Re: [dspace-tech] When i went for ant fresh_install problem, i got these error messages:

2016-12-22 Thread Creel, James Silas
Dear Haimanot, The first things to check is your dspace.cfg. If the community list is not showing, this is a sure sign that the database does not contain those communities – no solr indexing is required for the hierarchy to show. So get your db admin to check the database at the address of th

Re: [dspace-tech] Exporting collection metadata error.

2016-12-16 Thread Creel, James Silas
Dear Stephano, I believe your problem is not specifically related to the index-discovery task. Most likely, other operations will be intermittently failing as well. If you connect to your postgres server and select from pg_stat_activity, you will likely see a lot of queries with a status of i

Re: [dspace-tech] request for help

2016-12-13 Thread Creel, James Silas
Dear Haimanot, I’m afraid the community here can’t help much without more detailed information, such as an error report, logs, or details on your use case and the associated configuration. Without additional details, a general response to your question would mostly recapitulate the documentati

Re: [dspace-tech] request for help

2016-12-01 Thread Creel, James Silas
Dear Haimanot Birhanu, Check the wiki documentation here: https://wiki.duraspace.org/display/DSDOC3x/Discovery It should tell you all you need to know on this issue. James From: on behalf of Haimanot Birhanu Date: Thursday, December 1, 2016 at 6:31 AM To: "dspace-tech@googlegroups.com" Subj

Re: [dspace-tech] ant fresh_install error

2016-10-14 Thread Creel, James Silas
Dear Haimanot Birhanu, It looks like the installer is trying to insert a duplicate row of the application/octet-stream which has short description “Unknown” in the bistream format registry database table. If you want to do a fresh install, try using an empty database. You could drop the datab

[dspace-tech] REST item creation and dc.provenance

2016-09-28 Thread Creel, James Silas
Hi Everybody, We have an application where our librarians can curate and publish items to our DSpace 5.4 repository with the REST API. The push is accomplished with a sequence of requests, first to create the item, then several more requests to upload some files and set the bundles and permiss

Re: [dspace-tech] Re: Setting a ResourcePolicy via REST API?

2016-08-08 Thread Creel, James Silas
Dear Holly, We have had success updating the bitstream policies at the bitstream endpoint rather than the policy endpoint. You can just embed the policy JSON in the bistream JSON as for example: {"id":235,"name":"dissertation_0.pdf.txt","handle":null,"type":"bitstream","link":"/rest/bitstreams

Re: [dspace-tech] DSpace installation problem

2016-07-08 Thread Creel, James Silas
Hi Prakash, Make sure that your institution’s network allows traffic to oss.sonatype.org and repo.maven.apache.org. I’ve had trouble in the past with installations at some institutions for this reason. James From: on behalf of prakash das Date: Thursday, July 7, 2016 at 1:19 AM To: DSpace

Re: [dspace-tech] Re: Is this the correct command to update item metadata through REST API?

2016-06-14 Thread Creel, James Silas
Hi Tao, You could try deleting tomcat’s server-side cache for the webapp. Look under [tomcat-dir]/work/Catalina/localhost/rest. James From: on behalf of Tao Zhao Date: Friday, June 10, 2016 at 4:18 PM To: DSpace Technical Support Cc: "tao.zhao@gmail.com" , "heli...@centrum.sk" Subjec