RE: [dspace-tech] DSpace 5.9 Java version

2018-08-09 Thread Grant Jackson
Great, thanks for the info Mark. Cheers, Grant From: dspace-tech@googlegroups.com On Behalf Of Mark H. Wood Sent: Wednesday, 8 August 2018 11:32 PM To: DSpace Technical Support Subject: Re: [dspace-tech] DSpace 5.9 Java version I don't have a list of known compatible versions of JDK 1.8

Re: [dspace-tech] DSpace 5.9 Java version

2018-08-08 Thread Mark H. Wood
I don't have a list of known compatible versions of JDK 1.8, but I can say that I've run DSpace on many 1.8 versions and cannot recall one that was *not* compatible. We have several instances, from DSpace 1.8.1 to 6.2, running well on Java 1.8.0_172. -- All messages to this mailing list

RE: [dspace-tech] DSpace 5.9 Java version

2018-08-08 Thread Grant Jackson
n the root pom.xml. I will consider that option if no responses re suitable versions of JDK 1.8. Cheers, Grant From: dspace-tech@googlegroups.com On Behalf Of Adan Sent: Wednesday, 8 August 2018 3:53 PM To: dspace-tech@googlegroups.com Subject: Re: [dspace-tech] DSpace 5.9 Java version Hi You are

Re: [dspace-tech] DSpace 5.9 Java version

2018-08-08 Thread Adan
Hi You are using java 8 with maven, it download Postgres driver for java 8, and then deploy it in a tomcat 7. You must use the same java version. Or you can force the postgres driver version in the root pom.xml. A clean package is mandatory to delete the bad downloaded driver regards Adán

[dspace-tech] DSpace 5.9 Java version

2018-08-07 Thread grant . jackson
Hi, I am upgrading from DSpace 5.6 Mirage2 to 5.9 Mirage2 in our test environment (from dspace-5.9-src-release.tar.gz). The following steps appear to be successful. $ mvn package -Dmirage2.on=true $ ant update However, the following step throws an exception. $ cd [dspace] $ bin/dspace