Re: [dspace-tech] Error in documentation or perhaps I misunderstand

2019-04-01 Thread Ashim Kapoor
Dear Tim, Many thanks. Best regards, Ashim On Tue, 2 Apr 2019 at 02:07, Tim Donohue wrote: > Hello Ashim, > > Answers inline below.. > > On Mon, Apr 1, 2019 at 2:33 AM Ashim Kapoor > wrote: > >> >> >> > minSpareThreads="25" >> enableLookups="false" >>

Re: [dspace-tech] Unable to Map Items

2019-04-01 Thread Cameron, Jacob
Hi Tim, my original message said DSpace 6.3. We are using the original Mirage XMLUI. The items were not mapped before. Our cataloguing team discovered we had issues when they attempted to map the items. We haven’t customized or changed any code for checkboxes. I did check the log files but

Re: [dspace-tech] Error in documentation or perhaps I misunderstand

2019-04-01 Thread Tim Donohue
Hello Ashim, Answers inline below.. On Mon, Apr 1, 2019 at 2:33 AM Ashim Kapoor wrote: > > >minSpareThreads="25" > enableLookups="false" > redirectPort="8443" > connectionTimeout="2" > disableUploadTimeout="true" >

Re: [dspace-tech] Unable to Map Items

2019-04-01 Thread Tim Donohue
Hi Jake, Unfortunately, there's not enough information here to give an exact answer. But, I do know that the Item Mapper screens will only display the checkbox *if the item is not already mapped* to a given Collection. So, if the Item is listed, but has no checkbox, that implies it already is

Re: [dspace-tech] Setting up multiple assetstores on separate machine from dspace

2019-04-01 Thread Tim Donohue
Hi David, Out-of-the-box, DSpace only currently has two available Bitstream storage plugins -- a Filesystem one, and an Amazon S3 one. They are described here: https://wiki.duraspace.org/display/DSDOC6x/Storage+Layer#StorageLayer-ConfiguringtheBitstreamStore So, if your external assetstore

[dspace-tech] Setting up multiple assetstores on separate machine from dspace

2019-04-01 Thread david . kinsley . 13
I'm running DSpace 6.3 on my server which contains some sensitive records that we would like to keep behind a firewall on a separate server than where they are currently. Would it be possible to have DSpace point to, and access, the assetstore while it's on a separate machine? I know you can

[dspace-tech] Re: Harvesting Error when running automatic harvesting scheduler

2019-04-01 Thread José Geraldo
Hello, I would like to report a possible solution to the error: 1 - insert the oai.harvester.eperson property in the file oai.cfg 2 - edit the class* HavestThread.java* private void runHarvest() { Context context; Collection dso; HarvestedCollection hc = null;

RE: [dspace-tech] Unable to Map Items

2019-04-01 Thread Cameron, Jacob
Further to it happening to all new items, it’s only an issue in XMLUI’s Mirage interface. I’m able to use JSPUI’s item mapper with no problems. I’ve tried clearing the cocoon cache and rebuild the discovery index but no checkbox is available when I try to do it in XMLUI. Any suggestions or

[dspace-tech] Re: Error in documentation or perhaps I misunderstand

2019-04-01 Thread Ashim Kapoor
On Mon, 1 Apr 2019 at 13:03, Ashim Kapoor wrote: > Dear All, > > Here is a snippet of my /etc/tomcat8/server.xml > > connectionTimeout="2" >redirectPort="8443" /> > > > I was reading this:- > https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace

[dspace-tech] Error in documentation or perhaps I misunderstand

2019-04-01 Thread Ashim Kapoor
Dear All, Here is a snippet of my /etc/tomcat8/server.xml I was reading this:- https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace which says :- Modifications in [tomcat]/conf/server.xml : You also need to alter Tomcat's default configuration to support searching and browsing of

[dspace-tech] Re: Setting up Tomcat 8 for DSPACE 6 on Debian 9

2019-04-01 Thread Ashim Kapoor
In the file /etc/init.d/tomcat8 I have:- root@dspace-on-debian:/etc/init.d# cat tomcat8 | head -105 #!/bin/sh # # /etc/init.d/tomcat8 -- startup script for the Tomcat 8 servlet engine # # Written by Miquel van Smoorenburg . # Modified for Debian GNU/Linuxby Ian Murdock . # Modified for Tomcat

[dspace-tech] Setting up Tomcat 8 for DSPACE 6 on Debian 9

2019-04-01 Thread Ashim Kapoor
Dear All, I am reading this :- https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace The above says :- You need to ensure that Tomcat has a) enough memory to run DSpace and b) uses UTF-8 as its default file encoding for international character support. So ensure in your startup scripts