Re: [dspace-tech] Re: Batch uploading bitstreams before adding metadata

2017-02-28 Thread Terry Brady
In case you are interested, we have a few tools that automate the creation of packager/ingest folders that Mark has described. https://github.com/Georgetown-University-Libraries/File-Analyzer/wiki/DSpace-Institutional-Repository-Ingest Once you have created these folders, the DSpace command line

RE: [dspace-tech] Re: dspace5 rest login fails

2017-02-28 Thread Devaux Cédric
I have checked on my DSpace 6 : with or without header -H "Accept: application/json", the response is the same (200 if the credentials are ok). curl -v -X POST --data "email=g*&password=g*" -H "Accept: application/json" http://localhost:8080/

[dspace-tech] Re: Batch uploading bitstreams before adding metadata

2017-02-28 Thread Mark Wood
The spreadsheet is not necessary; lots of people use that method because they are familiar with spreadsheet tools. The important thing is that you somehow create the archive format that DSpace will try to read. It shouldn't be too difficult to write a script that would, for example: walk a di

Re: [dspace-tech] Re: Dspace Handle Server error

2017-02-28 Thread Ahmet Melih Başbuğ
root@dspaceetu-vm:/home/dspaceuser# netstat -nltup | grep 2641 tcp6 0 0 10.1.11.254:2641:::*LISTEN 25778/java udp6 0 0 10.1.11.254:2641:::* 25778/java root@dspaceetu-vm:/home/dspaceuser# nets

Re: [dspace-tech] Re: Dspace Handle Server error

2017-02-28 Thread Shaun donovan
Sorry, pressed send by mistake :-) You can do the same test for TCP using: nc -t uir.unisa.ac.za 2641 and you can also test for port 8000 (TCP only) nc -t uir.unisa.ac.za 8000. You must run these commands from outside of your network. If you give me your URL, I will run them for you. Now t

Re: [dspace-tech] Re: Dspace Handle Server error

2017-02-28 Thread Shaun donovan
Hi Ahmet. There are a few things to consider. Firstly, when you create the sitebundle.zip file, you must do it using the public IP address, as this is what CNRI use in their configuration. Then, because you are using a private IP address behind a firewall, you must go and change the IP addres

Re: [dspace-tech] Re: dspace not picking up Shibboleth attributes to authenticate

2017-02-28 Thread Tom Desair
Hi Julie, I'm glad I could help and that you have Shibboleth up and running now. There is also an (undocumented) property called "default-roles" in which you can define a set of fallback roles in case no applicable roles were found for a user. So if you want to assign each user that authenticates