Re: [Dspace-tech] Task Pool not visible to new administrator

2015-08-13 Thread Chris Gray
I believe that is a feature not a bug. The tasks an admin can see are set when an item is added and not updated when an admin is added. This is true in our XMLUI 3.1 instance, too. Chris Gray Systems Analyst 519-888-4567, ext. 35764 cpg...@uwaterloo.ca University of Waterloo On 15-08-13 04

[Dspace-tech] OAI harvest and last modified dates

2015-06-25 Thread Chris Gray
[Our production instance of DSpace is running 3.1.] Where is the date that the OAI harvester presents as Last Modified actually stored? What type of modifications does it track? Where else, besides /oai/request output, can I view this date? The date displayed in the ListRecord results does

Re: [Dspace-tech] Repeated containing collection in item record

2015-06-23 Thread Chris Gray
This issue cleared up overnight, so I suppose one of the crontab housecleaning tasks needed to run. On 6/22/2015 4:22 PM, Chris Gray wrote: Our production server currently uses DSpace 3.1 with XMLUI. We are having problems where the item record lists a collection multiple times. For example

[Dspace-tech] Case sensitivity in browse indexes

2015-06-23 Thread Chris Gray
We are setting up Dspace 5.x with XMLUI and Mirage 2. Is there a way to make the browse indexes case insensitive? Chris -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network

[Dspace-tech] Repeated containing collection in item record

2015-06-22 Thread Chris Gray
not change this. However, in the edit item view the view item tab does not show this duplication. Any ideas on what's wrong and how to fix it? Chris Gray Systems Analyst 519-888-4567, ext. 35764 cpg...@uwaterloo.ca University of Waterloo

[Dspace-tech] Directly editing the database

2015-06-03 Thread Chris Gray
and will it cause problems in the future? For instance, the metadatavalue table includes the columns place, authority, and confidence. The last two seem unused, but the first is just an integer that means nothing to me. Chris Gray Systems Analyst 519-888-4567, ext. 35764 cpg...@uwaterloo.ca University

Re: [Dspace-tech] batch import error You need to provide the owning collection

2015-05-05 Thread Chris Gray
In a simple archive format, the handle is the handle for the item not for the collection. There is no reference to the collection in the simple archive format as far as I know. My understanding is that you must select the destination collection when importing. Chris On 15-05-05 03:23 AM,

Re: [Dspace-tech] Autosubscribe to group does not work as expected

2015-04-28 Thread Chris Gray
Reported as DS-2556: https://jira.duraspace.org/browse/DS-2556 Chris On 15-04-28 11:59 AM, Chris Gray wrote: I posted on this issue earlier. It seems to be a bug in 5.1 with XMLUI. We get the same behavior using Mirage 2. The special group does not appear in the drop-down menu to select

Re: [Dspace-tech] Autosubscribe to group does not work as expected

2015-04-28 Thread Chris Gray
I posted on this issue earlier. It seems to be a bug in 5.1 with XMLUI. We get the same behavior using Mirage 2. The special group does not appear in the drop-down menu to select a collection when they are starting a new submission from their item submission page (/xmlui/submit). If they

[Dspace-tech] Turning SSL on with self-signed certificate breaks solr functionality

2015-04-09 Thread Chris Gray
We're using DSpace 5.1 and when we turn on SSL as per the instructions in the installation documentation then browsing and RSS feeds break. Looking at the localhost access logs it looks like requests to solr on 127.0.0.1 return a 302 status rather than 200. Using wget from the command line I'm

[Dspace-tech] A group for all registered users

2015-04-07 Thread Chris Gray
We are trying to set up our 5.1 instance to allow all registered users to submit to a particular collection without an administrator having to intervene for each new user. Is there a way to do this? The Business Logic document is very vague on the subject of special groups. What I'm hoping

Re: [Dspace-tech] A group for all registered users

2015-04-07 Thread Chris Gray
a group made up of all internal # authenticated users. # login.specialgroup = group-name Define the group there and give the group submit right to the collection. Hope this helps Claudia Am 07.04.2015 um 17:28 schrieb Chris Gray: We are trying to set up our 5.1 instance to allow all

[Dspace-tech] managing dspace and tomcat log files

2015-04-06 Thread Chris Gray
are deployed in the /home/dspace directory. The server is RHEL 6.6. One problem is that catalina.out seems to grow without bounds. It is currently ~30GB. Shouldn't it be truncated when the daily log is broken off? Chris Gray Systems Analyst 519-888-4567, ext. 35764 cpg...@uwaterloo.ca University

Re: [Dspace-tech] reuse of resource IDs in database

2015-04-06 Thread Chris Gray
Thanks. Bill Tanzen also pointed out the resouce_type_id to me off list. I've been working quite a bit with the 3.1 database lately and didn't take in that part of the change in table structure. Chris On 15-04-03 07:19 AM, helix84 wrote: Hi Chris, I'm not sure I understand your problem.

[Dspace-tech] reuse of resource IDs in database

2015-04-02 Thread Chris Gray
table. Chris Gray Systems Analyst 519-888-4567, ext. 35764 cpg...@uwaterloo.ca University of Waterloo -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership

[Dspace-tech] OAI ListRecords fails with until parameter without from parameter

2015-03-12 Thread Chris Gray
Our instance of DSpace 3.1 seems to have an OAI bug. The following request works fine: https://uwspace.uwaterloo.ca/oai/request?verb=ListRecordsfrom=2000-01-01T01:00:00Zuntil=2015-03-12T17:13:03Zset=col_10012_5254metadataPrefix=oai_dc But the same request without the from parameter, as

Re: [Dspace-tech] Registering DOIs with crossref from DSpace

2015-03-05 Thread Chris Gray
Thanks, helix, I'm blushing because I failed to notice the last short section of the document page for DOI integration. Chris On 15-03-04 04:34 PM, helix84 wrote: Hi Chris, you are correct, DSpace currrently supports only the DataCite and EZID APIs. It doesn't support the CrossRef API yet,

[Dspace-tech] CrossRef API implementation of the DOIConnector interface

2015-03-05 Thread Chris Gray
Before I reinvent the wheel, I was wondering if there are any DSpace sites out there that have implemented the DOIConnector interface ([dspace-source]/dspace-api/src/main/java/org/dspace/identifier/doi/DOIConnector.java) to work with the CrossRef API. Thanks, Chris

[Dspace-tech] Registering DOIs with crossref from DSpace

2015-03-04 Thread Chris Gray
Has anyone managed to automatically register DOIs with crossref from DSpace? What I have found out so far: It looks to me that the DSpace documentation on DOIs [1] won't work with crossref. But crossref is used with DSpace with DOIs based on handles [2]. crossref provides ways to upload

[Dspace-tech] tomcat 7 stop/start script for dspace

2015-02-25 Thread Chris Gray
I've been able to find /etc/init.d scripts for tomcat 7, but they run tomcat as root and dspace needs tomcat to run as the dspace user. Is the necessary script documented somewhere? If it is, I'm not finding it. Thanks, Chris

Re: [Dspace-tech] tomcat 7 stop/start script for dspace

2015-02-25 Thread Chris Gray
With an Ubuntu server, check: /etc/default/tomcat7 Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758 On 24 February 2015 at 17:46, Chris Gray cpg

[Dspace-tech] 5.1 source tarball has DOS line ends in some files

2015-02-25 Thread Chris Gray
In the source tarball for 5.1, the script file dspace/bin/dspace has DOS line ends so it can't run on Linux. Instead you get an error to the effect that the application /bin/sh^M can't be found. Chris -- Dive into the

[Dspace-tech] Is XMLUI the default interface for dspace [Was: dc.rights and dc.rights.uri not populated]

2015-02-11 Thread Chris Gray
Thanks to Emilio for the clarification. Is Emilio correct that in the documentation by default frequently means XMLUI and not jspui? Chris On 15-02-10 02:00 PM, emilio lorenzo wrote: Hi, Chris, I think this paragraph

Re: [Dspace-tech] Display DOI as link in jspui in 4.2

2015-02-11 Thread Chris Gray
I believe I have found the answer to my own question. It seems that the documentation applies to XMLUI and not to JSPUI. The DOI link is created correctly in XMLUI only. Chris On 15-02-10 11:31 AM, Chris Gray wrote: We have configured the DOI field to display as a link in jspui, but it only

Re: [Dspace-tech] Display DOI as link in jspui in 4.2 (Chris Gray)

2015-02-11 Thread Chris Gray
Thanks. I will try that. I can't find reference to the configuration “dc.identifier.doi(doi)” in the 4.x documentation. Chris On 15-02-11 03:59 PM, IdeaFix wrote: In dspace.cfg: webui.resolver.1.urn = doi webui.resolver.1.baseurl = http://dx.doi.org/ and

[Dspace-tech] dc.rights and dc.rights.uri not populated

2015-02-10 Thread Chris Gray
suggests that this should happen automatically once dspace.cfg and item-submission.xml are properly configured. Does anyone have any ideas on what might be going wrong and what we can do to diagnose and correct the problem? Chris Gray Systems Analyst 519-888-4567, ext. 35764 cpg...@uwaterloo.ca

[Dspace-tech] Display DOI as link in jspui in 4.2

2015-02-10 Thread Chris Gray
) and webui.resolver.n.baseurl? Chris Gray Systems Analyst 519-888-4567, ext. 35764 cpg...@uwaterloo.ca University of Waterloo -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed

[Dspace-tech] login as e-person disabled

2014-12-16 Thread Chris Gray
How do I enable the login as e-person button when managing e-persons? It doesn't seem to be enabled in a new 4.2 install. Chris Gray Systems Analyst 519-888-4567, ext. 35764 cpg...@uwaterloo.ca University of Waterloo

Re: [Dspace-tech] 3rd install....and jspui keeps throwing an error (whils xmlui is just fine)

2014-12-12 Thread Chris Gray
failed Apache Tomcat/7.0.42 with webapps and admin-webapps PGSQL 9.3 Thanks Goran *From:*Chris Gray [mailto:cpg...@uwaterloo.ca] *Sent:* Thursday, December 11, 2014 11:19 AM *To:* Goran Ivaz; dspace-tech@lists.sourceforge.net *Subject:* Re: [Dspace-tech] 3rd installand jspui keeps throwing

Re: [Dspace-tech] 3rd install....and jspui keeps throwing an error (whils xmlui is just fine)

2014-12-11 Thread Chris Gray
Have you installed the dspace solr webapp in tomcat? My experience is that jspui won't work without it. Chris Gray Systems Analyst 519-888-4567, ext. 35764 cpg...@uwaterloo.ca University of Waterloo On 14-12-10 05:33 PM, Goran Ivaz wrote: An internal server error occurred on http://Apex4

Re: [Dspace-tech] 3rd install....and jspui keeps throwing an error (whils xmlui is just fine)

2014-12-11 Thread Chris Gray
solr setup !? Thanks *From:*Chris Gray [mailto:cpg...@uwaterloo.ca] *Sent:* Thursday, December 11, 2014 9:33 AM *To:* Goran Ivaz; dspace-tech@lists.sourceforge.net *Subject:* Re: [Dspace-tech] 3rd installand jspui keeps throwing an error (whils xmlui is just fine) Have you installed

[Dspace-tech] please share LDAP config settings

2007-02-20 Thread Chris Gray
be able to see what working configs look like? All I would need to see is the settings for the variables in the ldap namespace (e.g., ldap.provider_url). Thanks, Chris Gray Library Systems University of Waterloo - Take Surveys

[Dspace-tech] LDAP configuration

2007-02-19 Thread Chris Gray
as [EMAIL PROTECTED] Any help or pointers to the necessary info would be greatly appreciated. Chris Gray Library Systems University of Waterloo Library - Take Surveys. Earn Cash. Influence the Future of IT Join