[Dspace-tech] Code not Present when deployed

2015-08-25 Thread Keith Jones
Hi, I am working on upgrading from version 3.2 to version 5.3. In version 3.2 I created a java class to do a specific task for our repository. When deployed the compiled class would sit here in the area: webapps/ROOT/WEB-INF/classes/org/dspace/app/xmlui/aspect/eperson When I looked for this

Re: [Dspace-tech] Front Page Build

2015-08-14 Thread Keith Jones
Thanks Helix84, Thank did the trick. This exchange definitely helped me get a better understanding. I really appreciate the help you've given me. Thanks Keith On Thu, Aug 13, 2015 at 4:35 PM, helix84 heli...@centrum.sk wrote: On Thu, Aug 13, 2015 at 7:21 PM, Keith Jones mad...@udel.edu wrote

[Dspace-tech] Front Page Build

2015-08-13 Thread Keith Jones
Hi, I'm working on Dspace version 5.3 XMLUI and I want to make some changes to the front page. Which XSLT file should I edit. I'm looking to remove the community list from the front page. I've tried over-riding it with a custom process but doing so changes the custom function of expanding list on

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread Keith Jones
Hi Helix84, I've actually implemented the over-ride suggestion you gave a few years ago. It works in removing the community list from the front page, but in doing so, it breaks my changes to the community list page. On the community list page I'm using CollapsibleList.js to manage the community

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread Keith Jones
Helix, Thanks for the help, the code is working and will remove the list from the home page. Here is my problem. Currently in production we are using collapsible list for the community browse page, which you can see here: http://udspace.udel.edu/community-list. This is in version 3.1 using the

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread Keith Jones
in community-list DRI between how Mirage renders it and your theme renders it. On Thu, Aug 13, 2015 at 4:25 PM, Keith Jones mad...@udel.edu wrote: Helix, Thanks for the help, the code is working and will remove the list from the home page. Here is my problem. Currently in production we are using

Re: [Dspace-tech] Fresh Install of DSpace 5.3

2015-08-11 Thread Keith Jones
/kshepherd On 11 August 2015 at 07:18, Keith Jones mad...@udel.edu wrote: Hi, I just downloaded the source code for DSpace 5.3 and went to build it, but got the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4.1:single (default) on project

[Dspace-tech] Fresh Install of DSpace 5.3

2015-08-10 Thread Keith Jones
Hi, I just downloaded the source code for DSpace 5.3 and went to build it, but got the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4.1:single (default) on project dspace: Failed to create assembly: Error adding file

Re: [Dspace-tech] Javascript disabled on DSpace?

2015-04-02 Thread Keith Jones
I just finish trying it with maven 3.2.5, previously I had 3.2.3 but I'm still getting the same compile error. [INFO] /export/home/putnam/dspace/SOFTWARE/dspace-5.1-src-release/dspace/modules/xmlui-mirage2/target/themes/Mirage2/ node/with_new_path.sh: PATH=$(dirname $(readlink -f

[Dspace-tech] Mirage 2

2015-03-27 Thread Keith Jones
Hi All, I'm in the process of upgrading a test instance of DSPACE from 3.2 to 5.1. I have it up and running with Mirage but when I re-compiled to use the Mirage 2 theme the system is up but does not display properly. Here is the error I'm seeing in the tomcat logs: Mar 26, 2015 11:39:27 AM

[Dspace-tech] Flyway Migration Error

2015-03-17 Thread Keith Jones
Hi All, I'm currently attempting to upgrade from dspace version 3.2 to dspace version 5.1 but I'm getting a java.sql.SQLException which is leading to a black page: Here's what I have installed OS : Solaris Java: 1.7.0_11 Maven: 3.2.3 Ant: 1.8.2 Postgres: 9.4 Tomcat: 7.0.34 I'm able to both

Re: [Dspace-tech] Flyway Migration Error

2015-03-17 Thread Keith Jones
. B-- *From:* Keith Jones [mailto:mad...@udel.edu] *Sent:* Tuesday, March 17, 2015 12:56 PM *To:* dspace-tech@lists.sourceforge.net *Subject:* [Dspace-tech] Flyway Migration Error Hi All, I'm currently attempting to upgrade from dspace version 3.2 to dspace version 5.1

Re: [Dspace-tech] Flyway Migration Error

2015-03-17 Thread Keith Jones
-- *From:* Keith Jones [mailto:mad...@udel.edu] *Sent:* Tuesday, March 17, 2015 1:53 PM *To:* Brian Freels-Stendel *Cc:* dspace-tech@lists.sourceforge.net *Subject:* Re: [Dspace-tech] Flyway Migration Error Brian, Thanks for the reply. UI used both of the lines you provided

Re: [Dspace-tech] Solr Shard Not Working

2014-09-23 Thread Keith Jones
Hi Adan, Right now we are running DSpace vwersion 3.2 in a Tomcat 7.0.34 version. On Tue, 23 Sep 2014, Adan Roman wrote: Hi Keith Have you deployed a DSpace 4.x or higer in a Tomcat 6 or lower? It seems to be a mismatch between java and libraries from dspace. Regards Hi All, I've been

Re: [Dspace-tech] OAI-PMH not working

2013-10-16 Thread Keith Jones
and not solr, which is the default value. Regards, Kostas On Oct 15, 2013, at 6:39 PM, Keith Jones ke...@cutter.lib.udel.edu wrote: We have an installation of DSpace version 3.2, which I recently updated a test server. I'm still not able to get the OAI-PMH interface to work, has anyone

[Dspace-tech] OAI-PMH not working

2013-10-15 Thread Keith Jones
We have an installation of DSpace version 3.2, which I recently updated a test server. I'm still not able to get the OAI-PMH interface to work, has anyone been able to use the OAI-PMH? the verb identify will present an response, sets will sow but I'm not able to retrieve records or

Re: [Dspace-tech] Edit Item display Issue

2012-08-30 Thread Keith Jones
On Tue, 28 Aug 2012, helix84 wrote: Hi Keith, which version are you using? I just checked this on demo.dspace.org which runs the latest code (to become 3.0) from git and the problem is not present there. I'm running version 1.8.2. I'm using the new messages.xml. I've checked in the

Re: [Dspace-tech] Edit Item display Issue

2012-08-30 Thread Keith Jones
Helix84, I've edited other things in the messages.xml and the edited items show up correctly. In this instance I did not edit the entries, they are not being displayed properly, but the matching entry exist in the file. On Thu, 30 Aug 2012, helix84 wrote: I can't confirm that on 1.8.2, but

[Dspace-tech] Edit Item display Issue

2012-08-28 Thread Keith Jones
Hi All, I'm not sure if this problem is a reported problem. When I edit and Item and then choose the Item Bitstreams tab the message property items xmlui.administrative.item.EditItemBitstreamsForm.order_up and xmlui.administrative.item.EditItemBitstreamsForm.order_down are not being

Re: [Dspace-tech] Problem with New Config file structure

2012-08-13 Thread Keith Jones
Yes I tried it and it worked. I was trying to follow the new authentication model, but putting it in the dspace.cfg did the trick. On Fri, 10 Aug 2012, helix84 wrote: Hi Keith, based on that source line I think it should simply go to dspace.cfg as cas.server.url, not to modules. Did you try

[Dspace-tech] Problem with New Config file structure

2012-08-10 Thread Keith Jones
Hi All, I'm in the process of trying to configure my CAS module to run with DSpace 1.8.2. I'm currently running into a problem where the CAS class is unable to find the cas.server.url, and is getting a java.lang.NullPointerException when it is trying to read the configuration parameter.

[Dspace-tech] CAS Authentication and DSpace version 1.8.2

2012-08-07 Thread Keith Jones
Hello, I'm currently upgrading from dspace 1.7.2 to 1.8.2. I've been using CAS Authentication in 1.7.2, and I'm having trouble getting CAS to compile in 1.8.2. When doing mvn package, the cas client jar is not downloading. Also, with the new changes in the config file structure, their is not

[Dspace-tech] Upgrade Problems

2012-08-06 Thread Keith Jones
Hi All, I currently running DSpace 1.7.2 in production. I've implemented a few changes for the installation. I currently have a customized xmlui with a added aspect, which is used to display rss links in the navigation. I'm currently trying to upgrade the installation from 1.7.2 to 1.8.2 but

[Dspace-tech] Cas Authentication

2010-08-03 Thread Keith Jones
Has anyone succesfully tied in CAS authentication method with their DSpace instance? I'm trying to get this working for DSpace 1.6.2 within the XMLUI. Thanks -- The Palm PDK Hot Apps Program offers developers who

[Dspace-tech] CAS Authentication and Dspace

2010-07-26 Thread Keith Jones
Hi, I'm trying to tie our CAS authentication into our Dspace instance. I've added the CAS java class and updated the config file to point to the Central authentication server. When I click on the login link I'm redirected to the CAS login page, but when I enter the login method the page

[Dspace-tech] Feedback form error

2008-09-05 Thread Keith Jones
We are running a 1.5 dspace install and I've just come across the following error. When the feedback form is used a Null pointer Exception is thrown. I've checked that an email is currently set and the mail server setting is fine as well. I am notified that an error is being reported but

[Dspace-tech] Error in the JDOM

2008-07-14 Thread Keith Jones
) at org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk.disseminateList (XHTMLHeadDisseminationCrosswalk.java:243) . Has anyone come across this error. Thanks Keith Jones - Sponsored by: SourceForge.net Community Choice Awards

[Dspace-tech] Item Removal Problem

2008-05-28 Thread Keith Jones
Hello, We currently are running and instance of Dspace 1.4.2, with a Postgres database. We recently ran into the following problem. Person A has submitted an item, which is sent to Work Flow Step 2 Person B initially rejected the submission and sent it back to Person A. Person A made

[Dspace-tech] License Change

2007-07-09 Thread Keith Jones
Hello Everyone, If I wanted to change the license on a dspace installation I know this does not change the license for items that have previously been submitted. Is there a way to change the license for previously submitted items. Thanks Keith

Re: [Dspace-tech] License Change

2007-07-09 Thread Keith Jones
Thanks James, What I'm faced with is typo type error and wanting to correct the problem with out changing the underlying handles through a re-submission of items. On Mon, 9 Jul 2007, James Rutherford wrote: On Mon, Jul 09, 2007 at 11:22:03AM -0400, Keith Jones wrote: If I wanted to change

Re: [Dspace-tech] Fwd: Problem with Data Provider Validation

2007-06-06 Thread Keith Jones
Thanks for the additional input. I turned on debug and here is what output I am getting in the log file. 2007-06-06 14:47:48,393 INFO org.dspace.app.oai.DSpaceOAICatalog @ anonymous:no _context:oai_request:verb=listIdentifiers,from=0001-01-01T00:00:00Z,until=-1

Re: [Dspace-tech] Fwd: Problem with Data Provider Validation

2007-06-06 Thread Keith Jones
this? Is upgrade to 1.4.2 the answer? Or...? -Jodi PS-Keith, what happens if you change granularity? i.e. in oaicat.properties change AbstractCatalog.granularity=-MM-DDThh:mm:ssZ to AbstractCatalog.granularity=-MM-DD -- Forwarded message -- From: Keith Jones [EMAIL PROTECTED] Date: Jun 5

Re: [Dspace-tech] Fwd: Problem with Data Provider Validation

2007-06-06 Thread Keith Jones
On Wed, 6 Jun 2007, Jodi Schneider wrote: PS-Keith, what happens if you change granularity? i.e. in oaicat.properties change AbstractCatalog.granularity=-MM-DDThh:mm:ssZ to AbstractCatalog.granularity=-MM-DD Hi Jodi, I did make the change suggested above, but the result was

Re: [Dspace-tech] Problem with Data Provider Validation

2007-05-29 Thread Keith Jones
Validation tool: http://www.openarchives.org/Register/ValidateSite or the repository explorer http://re.cs.uct.ac.za/ ? Claudia Keith Jones schrieb: Hello, We are running DSpace version 1.4.1, and we want to register our repository as a OAI data provider. I went to register but am unable

Re: [Dspace-tech] Problem with Data Provider Validation

2007-05-29 Thread Keith Jones
tool: http://www.openarchives.org/Register/ValidateSite or the repository explorer http://re.cs.uct.ac.za/ ? Claudia Keith Jones schrieb: Hello, We are running DSpace version 1.4.1, and we want to register our repository as a OAI data provider. I went to register but am unable to because

Re: [Dspace-tech] Problem with Data Provider Validation

2007-05-29 Thread Keith Jones
Information Services Prifysgol Cymru Aberystwyth University of Wales Aberystwyth E-bost / E-mail: [EMAIL PROTECTED] Ffon / Tel: (01970) 622860 _ On 29/5/07 16:20, Keith Jones [EMAIL PROTECTED] wrote

Re: [Dspace-tech] Problem with Data Provider Validation

2007-05-29 Thread Keith Jones
, this error occurs if the date argument is wrong e.g. http://dspace.udel.edu:8080/dspace-oai/request?verb=ListIdentifiersfrom=2007-05-02until=2006-05-02metadataPrefix=oai_dc having from until did you change any basic settings, e.g. oaicat.properties Claudia Keith Jones schrieb: Hi Stuart