Re: [dspace-tech] Integrate dSpace with another application (play,akka)

2017-05-31 Thread 'Peter Dietz' via DSpace Technical Support
-play.herokuapp.com/communities The workflow is not available in the REST API, so you would have to do something creative to be able to work with it. Such as either building/implementing workflow endpoints in DSpace REST, or building JVM integration in play to use DSpace classes. Peter Dietz

Re: [dspace-tech] AWS S3 Connection Pool Error

2017-05-26 Thread 'Peter Dietz' via DSpace Technical Support
. TransferManager, like all the client classes in the AWS SDK for Java, is thread safe. Call TransferManager.shutdownNow() to release the resources once the transfer is complete. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, May 26, 2017 at 9

Re: [dspace-tech] AWS S3 Connection Pool Error

2017-05-18 Thread 'Peter Dietz' via DSpace Technical Support
/LongsightGroup/DSpace/commits/longsight-5.6/dspace-api/src/main/java/org/dspace/storage/bitstore/impl/S3BitStore.java Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, May 18, 2017 at 10:57 AM, Claudia Jürgen < claudia.juer...@tu-dortmund.de>

Re: [dspace-tech] Re: Integrating a new BitStore for Google Cloud Storage

2017-01-17 Thread 'Peter Dietz' via DSpace Technical Support
for bitstore[0], not graceful. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Jan 17, 2017 at 1:58 PM, Pedro Amorim <pjamori...@gmail.com> wrote: > Hello Peter, > > First of all, I'm sorry for not replying sooner, I had s

Re: [dspace-tech] Cleanup in S3 Storage

2017-01-11 Thread 'Peter Dietz' via DSpace Technical Support
/main/java/org/dspace/storage/bitstore/BitstreamStorageServiceImpl.java#L291 stores.get(bitstream.getStoreNumber()).remove(bitstream); Is there anything in your logs? Perhaps your IAM role does not grant you the ability to delete objects from that bucket? Peter Dietz Longsight

Re: [dspace-tech] Re: Integrating a new BitStore for Google Cloud Storage

2016-12-19 Thread Peter Dietz
Lastly, ensure that you close any resources opened when putting or getting objects to the store. You can run out of resources if you open an HTTP connection each time, but never close it. Good luck. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809

Re: [dspace-tech] DSpace 6: REST API return codes

2016-08-19 Thread Peter Dietz
thod should return the null. So, I think this issue resides in ItemServiceImpl, as opposed to REST. Thanks for the discovery. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Aug 19, 2016 at 6:08 AM, Ari <ariha...@jyu.fi> wrote: &

Re: [dspace-tech] Batch update of preferred names for ORCIDs?

2016-08-18 Thread Peter Dietz
will also update the metadata of the items in the repository where applicable. https://wiki.duraspace.org/display/DSDOC5x/ORCID+Integration#ORCIDIntegration-Storageofrelatedmetadata Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Aug 18

Re: [dspace-tech] Author name alternate spellings

2016-08-04 Thread Peter Dietz
discovering that sometimes the authority information from xmlui got lost in translation, (but author Lastname, First is available). Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Aug 4, 2016 at 9:50 AM, Alan Orth <alan.o...@gmail.com>

Re: [dspace-tech] HA Clustering Dspace

2016-07-21 Thread Peter Dietz
nts (authority, statistics). ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jul 21, 2016 at 2:34 PM, Luiz dos Santos <luiz...@gmail.com> wrote: > Hi Tim, > > It seems interesting , but I have a point, relay the high availabi

Re: [dspace-tech] Re: OAI driver and openaire sets not populated

2016-07-19 Thread Peter Dietz
2a222ef997f6ca039367 Check your xoai.xml, to ensure that you have that change. You would need DSpace 5.4+ for this to work, as there were two bugs (one in xoai library, and a change to config to take effect). ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-50

Re: [dspace-tech] Using private s3 object store instead of aws

2016-06-17 Thread Peter Dietz
, then the only change you would need to make, would be to set a different endpoint. You will need to make a small customization to the S3BitSoreService.java file inside the init() method, and do s3Service.setEndpoint("http://my-ceph-cluster.url;); Peter Dietz Longsight www.longsight.c

Re: [dspace-tech] Re: trouble with a patch

2016-06-09 Thread Peter Dietz
ent file with: https://github.com/christian-scheible/DSpace/blob/88ed31d1470049cfd325b9fb7298f3d9aa1802fb/dspace-api/src/main/java/org/dspace/app/util/GoogleMetadata.java (diff, diffmerge, meld, ...) And/or open your GoogleMetadata.java in an IDE to help determine missing imports. ____

Re: [dspace-tech] Usage Statistics and the REST API

2016-06-08 Thread Peter Dietz
to a rest request that says "this is an insignificant request, please don't count this as usage". All or nothing. ________ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Jun 8, 2016 at 9:50 AM, Evgeni Dimitrov <dimitrove@gmail.com

[dspace-tech] OAI, restrict specific collection?

2016-06-06 Thread Peter Dietz
permission would affect items. (As newly set dspace permissions don't propagate down). Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support&q

Re: [dspace-tech] Installing DSPACE in a Google Cloud Server with Data Repository stored on my local network

2016-03-01 Thread Peter Dietz
as "local storage" even though you will be mounting some remote NAS storage. Then wire the GCSStore to store#1, and make that the incoming. Old assets on the NAS, new assets on GCS. ________ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On

Re: [dspace-tech] A bug in REST API introduced in 5.3 or 5.4

2016-02-23 Thread Peter Dietz
investigating the root of the bug for 5x. In the upcoming DSpace 6x, contexts are completely different with the services refactor, and changes here would have limited utility. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Feb 23, 2016 at 3:19 PM

Re: [dspace-tech] /rest issue using master branch

2016-02-02 Thread Peter Dietz
Doing some testing, the Jersey 2 update to REST fixes rest on master, so I have merged that PR. https://github.com/DSpace/DSpace/pull/1102 Onwards and upwards! Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Feb 2, 2016 at 11:26 AM

Re: [dspace-tech] /rest issue using master branch

2016-02-02 Thread Peter Dietz
places). I'll test updating REST API to JERSEY 2, and see what the results of that are. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Feb 2, 2016 at 10:39 AM, Tim Donohue <tdono...@duraspace.org> wrote: > Digging more deeply,

Re: [dspace-tech] DSpace UI Prototype Challenge

2016-01-21 Thread Peter Dietz
The entries also have code and documentation available on that same wiki page. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jan 21, 2016 at 12:53 PM, Luiz dos Santos <luiz...@gmail.com> wrote: > Anybody knows something about th

[dspace-tech] Examples of extending/reusing Authority Control / ORCID

2016-01-21 Thread Peter Dietz
authority-service to use that new data store. It seems like a lot of work, just for the purpose of having auto-complete for a given metadata field. ________ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 -- You received this message because you are

Re: [dspace-tech] Re: Captcha in XMLUI

2015-11-12 Thread Peter Dietz
Thanks Olivier, Would you have any interest in contributing that to DSpace as a Pull Request for DSpace 6? The pull request time window for features to this version is closing soon, so it would have to be submitted quickly. Peter Dietz Longsight www.longsight.com pe

Re: [dspace-tech] cache in tomcat

2015-11-11 Thread Peter Dietz
when the command line operation completes. Your trading disk usage for caching and performance. And in general, at least to me, its not that much disk space for the temp overhead. But, it might be wise to explicitly put bounds on things. Peter Dietz Longsight www.longsight.com pe

Re: [dspace-tech] Re: Captcha in XMLUI

2015-11-11 Thread Peter Dietz
, using a hashed value in a link, without logging in. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Nov 11, 2015 at 11:27 AM, Hilton Gibson <hilton.gib...@gmail.com> wrote: > Hi Pieter, > > Will this require an externa

Re: [dspace-tech] Re: Captcha in XMLUI

2015-11-11 Thread Peter Dietz
button. It would be really great to get this finished, because we hear a lot about users that are essentially getting spammed through this... Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Oct 27, 2015 at 11:00 PM, Olivier Nicole

Re: [dspace-tech] migrated content now can't create new communities

2015-11-05 Thread Peter Dietz
Hi Chris, Glad that worked out for you. Personally, I wouldn't use the AIP route. Something will be lost in translation. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Nov 5, 2015 at 10:45 AM, Chris Gray <cpgra...@gmail.com>

Re: [dspace-tech] migrated content now can't create new communities

2015-11-04 Thread Peter Dietz
, and re-add them Another possible thing to look into is: https://wiki.postgresql.org/wiki/Fixing_Sequences (Caveat, at own risk, backup before trying, ..., untested) Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Nov 4, 2015 at 11:05 PM

Re: [dspace-tech] CAS login - how to prohibit changing password

2015-10-29 Thread Peter Dietz
ent, you'll probably want to edit xmlui / aspect/eperson / EditProfile.java, and just yank out all the allowSetPassword section. Or perhaps CSS to hide it? ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Oct 29, 2015 at 8:12 PM, Graham Fau

Re: [dspace-tech] How to Add a Language Switch Over in UI

2015-10-07 Thread Peter Dietz
; Java Information -> Clear Cache This is this feature: https://jira.duraspace.org/browse/DS-842 ____ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Oct 7, 2015 at 6:27 AM, Mansoor Ali <mansoorali...@gmail.com> wrote: > Hai al

[dspace-tech] SOLVED: Can't create EPerson after potentially botched 4 to 5 upgrade

2015-10-02 Thread Peter Dietz
e. There's a small chance this instance had some custom changes to its data model, I can't recall. But, just posting this on dspace-tech, so that someone can eventually find it in their search results. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809

Re: [dspace-tech] Dspace Packager Command

2015-09-28 Thread Peter Dietz
/DSpace-Labs/dspace-rest-requests I would probably build this in a friendly language, such as python/php/java, rather than pure bash, as you would likely need to add programming logic. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Sep 28

Re: [dspace-tech] Difference between jspui and xmlui

2015-09-17 Thread Peter Dietz
t which UI, or splitting the user community. There are some prototype UI's built on top of the REST API. ________ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Sep 17, 2015 at 5:50 PM, Natalia Queiroz <queiroz.n...@gmail.com> wrote: >