<div dir="ltr"><div>Thanks for your help !</div><div><br></div><div>I upgraded Java to version 8 as I said in my first e-mail and I was able to reach <a href="https://gbrds.gbif-uat.org/">https://gbrds.gbif-uat.org/</a> but the IPT still didn't work.</div><div>After some time, I found that /etc/default/tomcat7 was rewriting $JAVA_HOME. So, I changed it and it works fine :-).</div><div><br></div><div>If you do something like this (ps -ef | grep tomcat), we will be able to see which version of Java Tomcat use.</div><div><br></div><div>Cheers,</div><div>Marie</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 14, 2017 at 8:05 AM, Julien Cigar <span dir="ltr"><<a href="mailto:julien@perdition.city" target="_blank">julien@perdition.city</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Mar 14, 2017 at 02:35:21PM +0000, Hólmgrímur Helgason wrote:<br>
> Thanks Pieter<br>
><br>
> Just to remind,  if you are using some other system on the server it is<br>
> possible that system don't support java8.<br>
><br>
> I'm running Geonetwork 3.0.5 on the same server and it is NOT supporting<br>
> java8!<br>
<br>
</span>you should play with JAVA_HOME environment variable, for ex:<br>
<br>
$> JAVA_HOME="/usr/local/<wbr>openjdk7/" ./startup_script<br>
$> JAVA_HOME="/usr/local/<wbr>openjdk8/" ./another_startup_script<br>
<br>
... or you could always import the missing CA root with:<br>
$> keytool -importcert -file ... -keystore /your/jdk/home/jre/lib/<wbr>secutiry/cacerts<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> On Tue, Mar 14, 2017 at 2:27 PM, Peter Desmet <<a href="mailto:peter.desmet.work@gmail.com">peter.desmet.work@gmail.com</a>><br>
> wrote:<br>
><br>
> > Thanks all!<br>
> ><br>
> > On 14 March 2017 at 14:57, Pieter Provoost <<a href="mailto:pieterprovoost@gmail.com">pieterprovoost@gmail.com</a>><br>
> > wrote:<br>
> > > For people trying to install or upgrade Java on Ubuntu, this should work<br>
> > for<br>
> > > Ubuntu 14.10 and above:<br>
> > ><br>
> > > sudo apt-get update<br>
> > > sudo apt-get install openjdk-8-jdk<br>
> > > sudo update-alternatives --config java<br>
> > ><br>
> > > If you are on Ubuntu 14.04, do this before apt-get update:<br>
> > ><br>
> > > sudo add-apt-repository ppa:openjdk-r/ppa<br>
> > ><br>
> > > Best regards,<br>
> > > Pieter<br>
> > ><br>
> > > On 14 March 2017 at 14:02, Peter Desmet <<a href="mailto:peter.desmet.work@gmail.com">peter.desmet.work@gmail.com</a>><br>
> > wrote:<br>
> > >><br>
> > >> Hi Matt,<br>
> > >><br>
> > >> Same problem. I can reach http and https GBRDS from my machine, so not<br>
> > >> a firewall issue. When I do "java -version" I get "java version<br>
> > >> "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good<br>
> > >> tutorial for this and does that mean I'd have to update Tomcat too?<br>
> > >><br>
> > >> Cheers,<br>
> > >><br>
> > >> Peter<br>
> > >><br>
> > >> On 14 March 2017 at 12:23, Matthew Blissett <<a href="mailto:mblissett@gbif.org">mblissett@gbif.org</a>> wrote:<br>
> > >> > Dear all,<br>
> > >> ><br>
> > >> > The IPT has changed from accessing the GBIF registry over a non-secure<br>
> > >> > HTTP<br>
> > >> > connection, to using a secure HTTPS connection.  If there is a<br>
> > firewall<br>
> > >> > between your IPT server and the internet, you may need to ask for<br>
> > access<br>
> > >> > through it for secure connections.<br>
> > >> ><br>
> > >> > On the Ubuntu (or other Linux) server, first verify that you can see<br>
> > the<br>
> > >> > registry over a non-secure HTTP connection using this command:<br>
> > >> ><br>
> > >> >     curl <a href="http://gbrds.gbif-uat.org/" rel="noreferrer" target="_blank">http://gbrds.gbif-uat.org/</a><br>
> > >> ><br>
> > >> > There should be some HTML, ending with "You have connected to the<br>
> > GBRDS<br>
> > >> > API!", and it should appear quickly -- typically in less than a<br>
> > second.<br>
> > >> ><br>
> > >> > Then try again, but with a secure (https) connection:<br>
> > >> ><br>
> > >> >     curl <a href="https://gbrds.gbif-uat.org/" rel="noreferrer" target="_blank">https://gbrds.gbif-uat.org/</a><br>
> > >> ><br>
> > >> > You should see the same result.  If you do not, you probably need to<br>
> > ask<br>
> > >> > the<br>
> > >> > system administrator to open port 443 on the firewall for you.<br>
> > >> ><br>
> > >> ><br>
> > >> > On a Windows server, you can check both URLs using a web browser.<br>
> > >> ><br>
> > >> ><br>
> > >> > On both Linux and Windows, if you can see the HTTPS page but the IPT<br>
> > >> > still<br>
> > >> > doesn't work, check you are using Java 8.  Java 7 and earlier do not<br>
> > >> > support<br>
> > >> > the newer encryption standards.<br>
> > >> ><br>
> > >> > I've updated the IPT FAQ with this information:<br>
> > >> ><br>
> > >> > <a href="https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-" rel="noreferrer" target="_blank">https://github.com/gbif/ipt/<wbr>wiki/FAQ.wiki#7-what-outgoing-</a><br>
> > connections-does-the-ipt-make<br>
> > >> ><br>
> > >> > Kind regards,<br>
> > >> ><br>
> > >> > Matt<br>
> > >> ><br>
> > >> ><br>
> > >> > On 13/03/17 23:21, Marie Elise Lecoq wrote:<br>
> > >> ><br>
> > >> > Dear all,<br>
> > >> ><br>
> > >> > I tried to update the IPT that we used for training (test mode) with<br>
> > the<br>
> > >> > new<br>
> > >> > version that Kyle sent and I got the same error than Marta.<br>
> > >> > For information, I work with Tomcat 7 and java 8. I'm running the IPT<br>
> > on<br>
> > >> > Ubuntu 14.04.<br>
> > >> ><br>
> > >> > You will find attached the log of the error.<br>
> > >> ><br>
> > >> > Thanks in advance for your help !<br>
> > >> > Best regards,<br>
> > >> > Marie<br>
> > >> ><br>
> > >> ><br>
> > >> > On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta<br>
> > >> > <<a href="mailto:MCALDENTEY@mincyt.gob.ar">MCALDENTEY@mincyt.gob.ar</a>><br>
> > >> > wrote:<br>
> > >> >><br>
> > >> >> Dear Kyle,<br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >> We have tried to upgrade our UAT environment and we get the following<br>
> > >> >> error.<br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >> We also tried to request to <a href="https://gbrds.gbif-uat.org" rel="noreferrer" target="_blank">https://gbrds.gbif-uat.org</a> but we have<br>
> > no<br>
> > >> >> answer.<br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >> Is this environment working?<br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >> Kind regards,<br>
> > >> >><br>
> > >> >> Marta<br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >> Ing. Marta B. Caldentey<br>
> > >> >><br>
> > >> >> Direccion de Sistemas de Informacion<br>
> > >> >><br>
> > >> >> Mincyt<br>
> > >> >><br>
> > >> >> Int 1014<br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >><br>
> > >> >> ______________________________<wbr>_________________<br>
> > >> >> IPT mailing list<br>
> > >> >> <a href="mailto:IPT@lists.gbif.org">IPT@lists.gbif.org</a><br>
> > >> >> <a href="http://lists.gbif.org/mailman/listinfo/ipt" rel="noreferrer" target="_blank">http://lists.gbif.org/mailman/<wbr>listinfo/ipt</a><br>
> > >> >><br>
> > >> ><br>
> > >> ><br>
> > >> ><br>
> > >> > --<br>
> > >> ><br>
> > >> ><br>
> > >> ><br>
> > >> > ______________________________<wbr>_________________<br>
> > >> > IPT mailing list<br>
> > >> > <a href="mailto:IPT@lists.gbif.org">IPT@lists.gbif.org</a><br>
> > >> > <a href="http://lists.gbif.org/mailman/listinfo/ipt" rel="noreferrer" target="_blank">http://lists.gbif.org/mailman/<wbr>listinfo/ipt</a><br>
> > >> ><br>
> > >> ><br>
> > >> ><br>
> > >> > ______________________________<wbr>_________________<br>
> > >> > IPT mailing list<br>
> > >> > <a href="mailto:IPT@lists.gbif.org">IPT@lists.gbif.org</a><br>
> > >> > <a href="http://lists.gbif.org/mailman/listinfo/ipt" rel="noreferrer" target="_blank">http://lists.gbif.org/mailman/<wbr>listinfo/ipt</a><br>
> > >> ><br>
> > >> ______________________________<wbr>_________________<br>
> > >> IPT mailing list<br>
> > >> <a href="mailto:IPT@lists.gbif.org">IPT@lists.gbif.org</a><br>
> > >> <a href="http://lists.gbif.org/mailman/listinfo/ipt" rel="noreferrer" target="_blank">http://lists.gbif.org/mailman/<wbr>listinfo/ipt</a><br>
> > ><br>
> > ><br>
> > ______________________________<wbr>_________________<br>
> > IPT mailing list<br>
> > <a href="mailto:IPT@lists.gbif.org">IPT@lists.gbif.org</a><br>
> > <a href="http://lists.gbif.org/mailman/listinfo/ipt" rel="noreferrer" target="_blank">http://lists.gbif.org/mailman/<wbr>listinfo/ipt</a><br>
> ><br>
><br>
><br>
><br>
> --<br>
> Hólmgrímur Helgason (Hóddi)<br>
> CAFF - Data Manager<br>
> <a href="mailto:hoddi@caff.is">hoddi@caff.is</a><br>
> <a href="tel:%2B354%20462%203357" value="+3544623357">+354 462 3357</a><br>
<br>
> ______________________________<wbr>_________________<br>
> IPT mailing list<br>
> <a href="mailto:IPT@lists.gbif.org">IPT@lists.gbif.org</a><br>
> <a href="http://lists.gbif.org/mailman/listinfo/ipt" rel="noreferrer" target="_blank">http://lists.gbif.org/mailman/<wbr>listinfo/ipt</a><br>
<br>
<br>
--<br>
</div></div><div class="HOEnZb"><div class="h5">Julien Cigar<br>
Belgian Biodiversity Platform (<a href="http://www.biodiversity.be" rel="noreferrer" target="_blank">http://www.biodiversity.be</a>)<br>
PGP fingerprint: EEF9 F697 4B68 D275 7B11  6A25 B2BB 3710 A204 23C0<br>
No trees were killed in the creation of this message.<br>
However, many electrons were terribly inconvenienced.<br>
</div></div><br>______________________________<wbr>_________________<br>
IPT mailing list<br>
<a href="mailto:IPT@lists.gbif.org">IPT@lists.gbif.org</a><br>
<a href="http://lists.gbif.org/mailman/listinfo/ipt" rel="noreferrer" target="_blank">http://lists.gbif.org/mailman/<wbr>listinfo/ipt</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><img src="https://mail.google.com/mail/u/0/?ui=2&ik=f2990c326c&view=fimg&th=143720bd12d267c4&attid=0.1&disp=inline&safe=1&attbid=ANGjdJ-dPPvdDXYTQLEz3sMkSC8MXmmlvNMhRcnZ-5COf76BRKDzNBzALARmrD-ZLTteeCriuqRYcwDCZxnWA6ZjOt8rVgydWnc6h2aRU_hfLDYFdDAPI0uUiC8Do9o&ats=1389188740078&rm=143720bd12d267c4&zw&sz=w1325-h522"><br></div></div>
</div>