Dear Kyle,
We have tried to upgrade our UAT environment and we get the following error.
We also tried to request to https://gbrds.gbif-uat.org but we have no answer.
Is this environment working?
Kind regards, Marta
[cid:image001.png@01D29C11.CFCC1040]
Ing. Marta B. Caldentey Direccion de Sistemas de Informacion Mincyt Int 1014
Dear all,
I tried to update the IPT that we used for training (test mode) with the new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT on Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta MCALDENTEY@mincyt.gob.ar wrote:
Dear Kyle,
We have tried to upgrade our UAT environment and we get the following error.
We also tried to request to https://gbrds.gbif-uat.org but we have no answer.
Is this environment working?
Kind regards,
Marta
Ing. Marta B. Caldentey
Direccion de Sistemas de Informacion
Mincyt
Int 1014
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
Dear all,
The IPT has changed from accessing the GBIF registry over a non-secure HTTP connection, to using a secure HTTPS connection. If there is a firewall between your IPT server and the internet, you may need to ask for access through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see the registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the GBRDS API!", and it should appear quickly -- typically in less than a second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to ask the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information: https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-connections-does-t...
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with the new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT on Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta <MCALDENTEY@mincyt.gob.ar mailto:MCALDENTEY@mincyt.gob.ar> wrote:
Dear Kyle, We have tried to upgrade our UAT environment and we get the following error. We also tried to request to https://gbrds.gbif-uat.org <https://gbrds.gbif-uat.org> but we have no answer. Is this environment working? Kind regards, Marta Ing. Marta B. Caldentey Direccion de Sistemas de Informacion Mincyt Int 1014 _______________________________________________ IPT mailing list IPT@lists.gbif.org <mailto:IPT@lists.gbif.org> http://lists.gbif.org/mailman/listinfo/ipt <http://lists.gbif.org/mailman/listinfo/ipt>
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so not a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett mblissett@gbif.org wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a non-secure HTTP connection, to using a secure HTTPS connection. If there is a firewall between your IPT server and the internet, you may need to ask for access through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see the registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the GBRDS API!", and it should appear quickly -- typically in less than a second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to ask the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information: https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-connections-does-t...
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with the new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT on Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta MCALDENTEY@mincyt.gob.ar wrote:
Dear Kyle,
We have tried to upgrade our UAT environment and we get the following error.
We also tried to request to https://gbrds.gbif-uat.org but we have no answer.
Is this environment working?
Kind regards,
Marta
Ing. Marta B. Caldentey
Direccion de Sistemas de Informacion
Mincyt
Int 1014
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
Dear collegues, I had the same problem and solved it with installationn of java version 8. The command: yum install java-1.8.0-openjdk-* was performed on our CentOS server. After it tomcat was reloaded: service tomcat stop service tomcat start
Best wishes, Ivan Chadin
14.03.2017 16:02, Peter Desmet пишет:
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so not a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett mblissett@gbif.org wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a non-secure HTTP connection, to using a secure HTTPS connection. If there is a firewall between your IPT server and the internet, you may need to ask for access through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see the registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the GBRDS API!", and it should appear quickly -- typically in less than a second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to ask the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information: https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-connections-does-t...
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with the new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT on Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta MCALDENTEY@mincyt.gob.ar wrote:
Dear Kyle,
We have tried to upgrade our UAT environment and we get the following error.
We also tried to request to https://gbrds.gbif-uat.org but we have no answer.
Is this environment working?
Kind regards,
Marta
Ing. Marta B. Caldentey
Direccion de Sistemas de Informacion
Mincyt
Int 1014
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
On Tue, Mar 14, 2017 at 04:32:53PM +0300, Ivan F. Chadin wrote:
Dear collegues, I had the same problem and solved it with installationn of java version 8. The command: yum install java-1.8.0-openjdk-* was performed on our CentOS server. After it tomcat was reloaded: service tomcat stop service tomcat start
Indeed, OpenJDK8 should fix that:
jcigar@orval:~/ > keytool -keystore /usr/local/openjdk7/jre/lib/security/cacerts -list -storepass changeit|grep -i 'comodo' comodoaaaca, May 2, 2006, trustedCertEntry,
jcigar@dev:~/ keytool -keystore /usr/local/openjdk8/jre/lib/security/cacerts -list -storepass changeit|grep -i 'comodo' comodorsaca, May 11, 2015, trustedCertEntry, comodoaaaca, May 2, 2006, trustedCertEntry, comodoeccca, May 11, 2015, trustedCertEntry,
Best wishes, Ivan Chadin
14.03.2017 16:02, Peter Desmet пишет:
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so not a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett mblissett@gbif.org wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a non-secure HTTP connection, to using a secure HTTPS connection. If there is a firewall between your IPT server and the internet, you may need to ask for access through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see the registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the GBRDS API!", and it should appear quickly -- typically in less than a second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to ask the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information: https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-connections-does-t...
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with the new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT on Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta MCALDENTEY@mincyt.gob.ar wrote:
Dear Kyle,
We have tried to upgrade our UAT environment and we get the following error.
We also tried to request to https://gbrds.gbif-uat.org but we have no answer.
Is this environment working?
Kind regards,
Marta
Ing. Marta B. Caldentey
Direccion de Sistemas de Informacion
Mincyt
Int 1014
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
-- Чадин Иван Федорович
заместитель директора по научной работе Федеральное государственное бюджетное учреждение науки Институт биологии Коми научного центра Уральского отделения Российской академии наук (ИБ Коми НЦ УрО РАН) 167982, г. Сыктывкар ул. Коммунистическая, 28 Тел.: (8212) 24-52-02 рабочий 922 271-67-27 мобильный Факс: (8212) 24-01-63 E-mail: chadin@ib.komisc.ru _______________________________________________ IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
For people trying to install or upgrade Java on Ubuntu, this should work for Ubuntu 14.10 and above:
sudo apt-get update sudo apt-get install openjdk-8-jdk sudo update-alternatives --config java
If you are on Ubuntu 14.04, do this before apt-get update:
sudo add-apt-repository ppa:openjdk-r/ppa
Best regards, Pieter
On 14 March 2017 at 14:02, Peter Desmet peter.desmet.work@gmail.com wrote:
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so not a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett mblissett@gbif.org wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a non-secure
HTTP
connection, to using a secure HTTPS connection. If there is a firewall between your IPT server and the internet, you may need to ask for access through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see the registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the GBRDS API!", and it should appear quickly -- typically in less than a second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to ask
the
system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT
still
doesn't work, check you are using Java 8. Java 7 and earlier do not
support
the newer encryption standards.
I've updated the IPT FAQ with this information: https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-
connections-does-the-ipt-make
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with the
new
version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT on Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta <
MCALDENTEY@mincyt.gob.ar>
wrote:
Dear Kyle,
We have tried to upgrade our UAT environment and we get the following error.
We also tried to request to https://gbrds.gbif-uat.org but we have no answer.
Is this environment working?
Kind regards,
Marta
Ing. Marta B. Caldentey
Direccion de Sistemas de Informacion
Mincyt
Int 1014
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
Thanks all!
On 14 March 2017 at 14:57, Pieter Provoost pieterprovoost@gmail.com wrote:
For people trying to install or upgrade Java on Ubuntu, this should work for Ubuntu 14.10 and above:
sudo apt-get update sudo apt-get install openjdk-8-jdk sudo update-alternatives --config java
If you are on Ubuntu 14.04, do this before apt-get update:
sudo add-apt-repository ppa:openjdk-r/ppa
Best regards, Pieter
On 14 March 2017 at 14:02, Peter Desmet peter.desmet.work@gmail.com wrote:
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so not a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett mblissett@gbif.org wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a non-secure HTTP connection, to using a secure HTTPS connection. If there is a firewall between your IPT server and the internet, you may need to ask for access through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see the registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the GBRDS API!", and it should appear quickly -- typically in less than a second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to ask the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information:
https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-connections-does-t...
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with the new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT on Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta MCALDENTEY@mincyt.gob.ar wrote:
Dear Kyle,
We have tried to upgrade our UAT environment and we get the following error.
We also tried to request to https://gbrds.gbif-uat.org but we have no answer.
Is this environment working?
Kind regards,
Marta
Ing. Marta B. Caldentey
Direccion de Sistemas de Informacion
Mincyt
Int 1014
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
Thanks Pieter
Just to remind, if you are using some other system on the server it is possible that system don't support java8.
I'm running Geonetwork 3.0.5 on the same server and it is NOT supporting java8!
On Tue, Mar 14, 2017 at 2:27 PM, Peter Desmet peter.desmet.work@gmail.com wrote:
Thanks all!
On 14 March 2017 at 14:57, Pieter Provoost pieterprovoost@gmail.com wrote:
For people trying to install or upgrade Java on Ubuntu, this should work
for
Ubuntu 14.10 and above:
sudo apt-get update sudo apt-get install openjdk-8-jdk sudo update-alternatives --config java
If you are on Ubuntu 14.04, do this before apt-get update:
sudo add-apt-repository ppa:openjdk-r/ppa
Best regards, Pieter
On 14 March 2017 at 14:02, Peter Desmet peter.desmet.work@gmail.com
wrote:
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so not a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett mblissett@gbif.org wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a non-secure HTTP connection, to using a secure HTTPS connection. If there is a
firewall
between your IPT server and the internet, you may need to ask for
access
through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see
the
registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the
GBRDS
API!", and it should appear quickly -- typically in less than a
second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to
ask
the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information:
connections-does-the-ipt-make
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with
the
new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT
on
Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta MCALDENTEY@mincyt.gob.ar wrote:
Dear Kyle,
We have tried to upgrade our UAT environment and we get the following error.
We also tried to request to https://gbrds.gbif-uat.org but we have
no
answer.
Is this environment working?
Kind regards,
Marta
Ing. Marta B. Caldentey
Direccion de Sistemas de Informacion
Mincyt
Int 1014
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
Hi Hólmgrímur
What do you mean by "Geonetwork 3.0.5 … NOT supporting java8!” please? 3.0.5 could well have been written and compiled to target the J8 environment, but have you confirmed it does not work on J8?
I am sure you know this, but for the sake of this thread, Geonetwork 3.2 requires J8 [1] too.
Thanks for your help, Tim [1] http://geonetwork-opensource.org/manuals/3.0.5/eng/users/maintainer-guide/in...
From: IPT <ipt-bounces@lists.gbif.orgmailto:ipt-bounces@lists.gbif.org> on behalf of Hólmgrímur Helgason <hoddi@caff.ismailto:hoddi@caff.is> Date: Tuesday 14 March 2017 at 15:35 To: Peter Desmet <peter.desmet.work@gmail.commailto:peter.desmet.work@gmail.com> Cc: "ipt@lists.gbif.orgmailto:ipt@lists.gbif.org" <ipt@lists.gbif.orgmailto:ipt@lists.gbif.org> Subject: Re: [IPT] IPT new version 2.3.4
Thanks Pieter
Just to remind, if you are using some other system on the server it is possible that system don't support java8.
I'm running Geonetwork 3.0.5 on the same server and it is NOT supporting java8!
On Tue, Mar 14, 2017 at 2:27 PM, Peter Desmet <peter.desmet.work@gmail.commailto:peter.desmet.work@gmail.com> wrote: Thanks all!
On 14 March 2017 at 14:57, Pieter Provoost <pieterprovoost@gmail.commailto:pieterprovoost@gmail.com> wrote:
For people trying to install or upgrade Java on Ubuntu, this should work for Ubuntu 14.10 and above:
sudo apt-get update sudo apt-get install openjdk-8-jdk sudo update-alternatives --config java
If you are on Ubuntu 14.04, do this before apt-get update:
sudo add-apt-repository ppa:openjdk-r/ppa
Best regards, Pieter
On 14 March 2017 at 14:02, Peter Desmet <peter.desmet.work@gmail.commailto:peter.desmet.work@gmail.com> wrote:
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so not a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett <mblissett@gbif.orgmailto:mblissett@gbif.org> wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a non-secure HTTP connection, to using a secure HTTPS connection. If there is a firewall between your IPT server and the internet, you may need to ask for access through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see the registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the GBRDS API!", and it should appear quickly -- typically in less than a second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to ask the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information:
https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-connections-does-t...
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with the new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT on Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta <MCALDENTEY@mincyt.gob.armailto:MCALDENTEY@mincyt.gob.ar> wrote:
Dear Kyle,
We have tried to upgrade our UAT environment and we get the following error.
We also tried to request to https://gbrds.gbif-uat.org but we have no answer.
Is this environment working?
Kind regards,
Marta
Ing. Marta B. Caldentey
Direccion de Sistemas de Informacion
Mincyt
Int 1014
IPT mailing list IPT@lists.gbif.orgmailto:IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
IPT mailing list IPT@lists.gbif.orgmailto:IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.orgmailto:IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.orgmailto:IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
_______________________________________________ IPT mailing list IPT@lists.gbif.orgmailto:IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
-- Hólmgrímur Helgason (Hóddi) CAFF - Data Manager hoddi@caff.ismailto:hoddi@caff.is +354 462 3357
[https://docs.google.com/uc?export=download&id=0BwjMo1P1bDHPbzhmcGNxc1diQ...]
Actually, the release notes clearly state that Java 7 isn't supported:
Warning 3: IPT 2.3.4 requires Java 8 to run. Since Java 7 reached its end of life in April 2015, the GBIF development team is now in the process of upgrading all its projects to use Java 8 instead. With Java 7, the IPT will be unable to communicate with the GBIF registry.
https://github.com/gbif/ipt/wiki/IPTReleaseNotes233.wiki
-- Menashè
2017-03-14 15:46 GMT+01:00 Tim Robertson trobertson@gbif.org:
Hi Hólmgrímur
What do you mean by "Geonetwork 3.0.5 … NOT supporting java8!” please? 3.0.5 could well have been written and compiled to target the J8 environment, but have you confirmed it does not work on J8?
I am sure you know this, but for the sake of this thread, Geonetwork 3.2 requires J8 [1] too.
Thanks for your help, Tim [1] http://geonetwork-opensource.org/manuals/3.0.5/ eng/users/maintainer-guide/installing/index.html
From: IPT ipt-bounces@lists.gbif.org on behalf of Hólmgrímur Helgason < hoddi@caff.is> Date: Tuesday 14 March 2017 at 15:35 To: Peter Desmet peter.desmet.work@gmail.com Cc: "ipt@lists.gbif.org" ipt@lists.gbif.org Subject: Re: [IPT] IPT new version 2.3.4
Thanks Pieter
Just to remind, if you are using some other system on the server it is possible that system don't support java8.
I'm running Geonetwork 3.0.5 on the same server and it is NOT supporting java8!
On Tue, Mar 14, 2017 at 2:27 PM, Peter Desmet <peter.desmet.work@gmail.com
wrote:
Thanks all!
On 14 March 2017 at 14:57, Pieter Provoost pieterprovoost@gmail.com wrote:
For people trying to install or upgrade Java on Ubuntu, this should
work for
Ubuntu 14.10 and above:
sudo apt-get update sudo apt-get install openjdk-8-jdk sudo update-alternatives --config java
If you are on Ubuntu 14.04, do this before apt-get update:
sudo add-apt-repository ppa:openjdk-r/ppa
Best regards, Pieter
On 14 March 2017 at 14:02, Peter Desmet peter.desmet.work@gmail.com
wrote:
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so not a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett mblissett@gbif.org
wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a
non-secure
HTTP connection, to using a secure HTTPS connection. If there is a
firewall
between your IPT server and the internet, you may need to ask for
access
through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see
the
registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the
GBRDS
API!", and it should appear quickly -- typically in less than a
second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to
ask
the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information:
https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-co
nnections-does-the-ipt-make
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with
the
new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the
IPT on
Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta MCALDENTEY@mincyt.gob.ar wrote:
Dear Kyle,
We have tried to upgrade our UAT environment and we get the
following
error.
We also tried to request to https://gbrds.gbif-uat.org but we have
no
answer.
Is this environment working?
Kind regards,
Marta
Ing. Marta B. Caldentey
Direccion de Sistemas de Informacion
Mincyt
Int 1014
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
-- Hólmgrímur Helgason (Hóddi) CAFF - Data Manager hoddi@caff.is +354 462 3357
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
Hi Menashe
The IPT version 2.3.4 requires Java 8.
The response to Hólmgrímur was related to his comment about servers colocating Geonetworks and the IPT, where he reports that Geonetwork v3.0.5 is not supported on J8. It would be good to understand if that is verified, or assumed. Geonework v3.2 and beyond required J8 as well.
Thanks, Tim
From: Menashe' Eliezer <menashe.eliezer@gmail.commailto:menashe.eliezer@gmail.com> Date: Tuesday 14 March 2017 at 15:48 To: Tim Robertson <trobertson@gbif.orgmailto:trobertson@gbif.org> Cc: Hólmgrímur Helgason <hoddi@caff.ismailto:hoddi@caff.is>, Peter Desmet <peter.desmet.work@gmail.commailto:peter.desmet.work@gmail.com>, "ipt@lists.gbif.orgmailto:ipt@lists.gbif.org" <ipt@lists.gbif.orgmailto:ipt@lists.gbif.org> Subject: Re: [IPT] IPT new version 2.3.4
Actually, the release notes clearly state that Java 7 isn't supported: Warning 3: IPT 2.3.4 requires Java 8 to run. Since Java 7 reached its end of life in April 2015, the GBIF development team is now in the process of upgrading all its projects to use Java 8 instead. With Java 7, the IPT will be unable to communicate with the GBIF registry. https://github.com/gbif/ipt/wiki/IPTReleaseNotes233.wiki
-- Menashè
2017-03-14 15:46 GMT+01:00 Tim Robertson <trobertson@gbif.orgmailto:trobertson@gbif.org>: Hi Hólmgrímur
What do you mean by "Geonetwork 3.0.5 … NOT supporting java8!” please? 3.0.5 could well have been written and compiled to target the J8 environment, but have you confirmed it does not work on J8?
I am sure you know this, but for the sake of this thread, Geonetwork 3.2 requires J8 [1] too.
Thanks for your help, Tim [1] http://geonetwork-opensource.org/manuals/3.0.5/eng/users/maintainer-guide/in...
From: IPT <ipt-bounces@lists.gbif.orgmailto:ipt-bounces@lists.gbif.org> on behalf of Hólmgrímur Helgason <hoddi@caff.ismailto:hoddi@caff.is> Date: Tuesday 14 March 2017 at 15:35 To: Peter Desmet <peter.desmet.work@gmail.commailto:peter.desmet.work@gmail.com> Cc: "ipt@lists.gbif.orgmailto:ipt@lists.gbif.org" <ipt@lists.gbif.orgmailto:ipt@lists.gbif.org> Subject: Re: [IPT] IPT new version 2.3.4
Thanks Pieter
Just to remind, if you are using some other system on the server it is possible that system don't support java8.
I'm running Geonetwork 3.0.5 on the same server and it is NOT supporting java8!
On Tue, Mar 14, 2017 at 2:27 PM, Peter Desmet <peter.desmet.work@gmail.commailto:peter.desmet.work@gmail.com> wrote: Thanks all!
On 14 March 2017 at 14:57, Pieter Provoost <pieterprovoost@gmail.commailto:pieterprovoost@gmail.com> wrote:
For people trying to install or upgrade Java on Ubuntu, this should work for Ubuntu 14.10 and above:
sudo apt-get update sudo apt-get install openjdk-8-jdk sudo update-alternatives --config java
If you are on Ubuntu 14.04, do this before apt-get update:
sudo add-apt-repository ppa:openjdk-r/ppa
Best regards, Pieter
On 14 March 2017 at 14:02, Peter Desmet <peter.desmet.work@gmail.commailto:peter.desmet.work@gmail.com> wrote:
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so not a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett <mblissett@gbif.orgmailto:mblissett@gbif.org> wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a non-secure HTTP connection, to using a secure HTTPS connection. If there is a firewall between your IPT server and the internet, you may need to ask for access through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see the registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the GBRDS API!", and it should appear quickly -- typically in less than a second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to ask the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information:
https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-connections-does-t...
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with the new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT on Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta <MCALDENTEY@mincyt.gob.armailto:MCALDENTEY@mincyt.gob.ar> wrote:
Dear Kyle,
We have tried to upgrade our UAT environment and we get the following error.
We also tried to request to https://gbrds.gbif-uat.org but we have no answer.
Is this environment working?
Kind regards,
Marta
Ing. Marta B. Caldentey
Direccion de Sistemas de Informacion
Mincyt
Int 1014
IPT mailing list IPT@lists.gbif.orgmailto:IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
IPT mailing list IPT@lists.gbif.orgmailto:IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.orgmailto:IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.orgmailto:IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
_______________________________________________ IPT mailing list IPT@lists.gbif.orgmailto:IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
-- Hólmgrímur Helgason (Hóddi) CAFF - Data Manager hoddi@caff.ismailto:hoddi@caff.is +354 462 3357
[https://docs.google.com/uc?export=download&id=0BwjMo1P1bDHPbzhmcGNxc1diQ...]
_______________________________________________ IPT mailing list IPT@lists.gbif.orgmailto:IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
Hi Tim,
Yes, I know. I've basically replied to the initial claims that IPT has a bug, while it's actually a documented warning.
Thanks, Menashè
2017-03-14 15:52 GMT+01:00 Tim Robertson trobertson@gbif.org:
Hi Menashe
The IPT version 2.3.4 requires Java 8.
The response to Hólmgrímur was related to his comment about servers colocating Geonetworks and the IPT, where he reports that Geonetwork v3.0.5 is not supported on J8. It would be good to understand if that is verified, or assumed. Geonework v3.2 and beyond required J8 as well.
Thanks, Tim
From: Menashe' Eliezer menashe.eliezer@gmail.com Date: Tuesday 14 March 2017 at 15:48 To: Tim Robertson trobertson@gbif.org Cc: Hólmgrímur Helgason hoddi@caff.is, Peter Desmet < peter.desmet.work@gmail.com>, "ipt@lists.gbif.org" ipt@lists.gbif.org
Subject: Re: [IPT] IPT new version 2.3.4
Actually, the release notes clearly state that Java 7 isn't supported:
Warning 3: IPT 2.3.4 requires Java 8 to run. Since Java 7 reached its end of life in April 2015, the GBIF development team is now in the process of upgrading all its projects to use Java 8 instead. With Java 7, the IPT will be unable to communicate with the GBIF registry.
https://github.com/gbif/ipt/wiki/IPTReleaseNotes233.wiki
-- Menashè
2017-03-14 15:46 GMT+01:00 Tim Robertson trobertson@gbif.org:
Hi Hólmgrímur
What do you mean by "Geonetwork 3.0.5 … NOT supporting java8!” please? 3.0.5 could well have been written and compiled to target the J8 environment, but have you confirmed it does not work on J8?
I am sure you know this, but for the sake of this thread, Geonetwork 3.2 requires J8 [1] too.
Thanks for your help, Tim [1] http://geonetwork-opensource.org/manuals/3.0.5/eng/ users/maintainer-guide/installing/index.html
From: IPT ipt-bounces@lists.gbif.org on behalf of Hólmgrímur Helgason < hoddi@caff.is> Date: Tuesday 14 March 2017 at 15:35 To: Peter Desmet peter.desmet.work@gmail.com Cc: "ipt@lists.gbif.org" ipt@lists.gbif.org Subject: Re: [IPT] IPT new version 2.3.4
Thanks Pieter
Just to remind, if you are using some other system on the server it is possible that system don't support java8.
I'm running Geonetwork 3.0.5 on the same server and it is NOT supporting java8!
On Tue, Mar 14, 2017 at 2:27 PM, Peter Desmet < peter.desmet.work@gmail.com> wrote:
Thanks all!
On 14 March 2017 at 14:57, Pieter Provoost pieterprovoost@gmail.com wrote:
For people trying to install or upgrade Java on Ubuntu, this should
work for
Ubuntu 14.10 and above:
sudo apt-get update sudo apt-get install openjdk-8-jdk sudo update-alternatives --config java
If you are on Ubuntu 14.04, do this before apt-get update:
sudo add-apt-repository ppa:openjdk-r/ppa
Best regards, Pieter
On 14 March 2017 at 14:02, Peter Desmet peter.desmet.work@gmail.com
wrote:
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so not a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett mblissett@gbif.org
wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a
non-secure
HTTP connection, to using a secure HTTPS connection. If there is a
firewall
between your IPT server and the internet, you may need to ask for
access
through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can
see the
registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the
GBRDS
API!", and it should appear quickly -- typically in less than a
second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need
to ask
the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information:
https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-co
nnections-does-the-ipt-make
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode)
with the
new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the
IPT on
Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta MCALDENTEY@mincyt.gob.ar wrote: > > Dear Kyle, > > > > We have tried to upgrade our UAT environment and we get the
following
> error. > > > > We also tried to request to https://gbrds.gbif-uat.org but we
have no
> answer. > > > > Is this environment working? > > > > Kind regards, > > Marta > > > > > > > > > Ing. Marta B. Caldentey > > Direccion de Sistemas de Informacion > > Mincyt > > Int 1014 > > > > > _______________________________________________ > IPT mailing list > IPT@lists.gbif.org > http://lists.gbif.org/mailman/listinfo/ipt >
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
-- Hólmgrímur Helgason (Hóddi) CAFF - Data Manager hoddi@caff.is +354 462 3357
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
On Tue, Mar 14, 2017 at 02:35:21PM +0000, Hólmgrímur Helgason wrote:
Thanks Pieter
Just to remind, if you are using some other system on the server it is possible that system don't support java8.
I'm running Geonetwork 3.0.5 on the same server and it is NOT supporting java8!
you should play with JAVA_HOME environment variable, for ex:
$> JAVA_HOME="/usr/local/openjdk7/" ./startup_script $> JAVA_HOME="/usr/local/openjdk8/" ./another_startup_script
... or you could always import the missing CA root with: $> keytool -importcert -file ... -keystore /your/jdk/home/jre/lib/secutiry/cacerts
On Tue, Mar 14, 2017 at 2:27 PM, Peter Desmet peter.desmet.work@gmail.com wrote:
Thanks all!
On 14 March 2017 at 14:57, Pieter Provoost pieterprovoost@gmail.com wrote:
For people trying to install or upgrade Java on Ubuntu, this should work
for
Ubuntu 14.10 and above:
sudo apt-get update sudo apt-get install openjdk-8-jdk sudo update-alternatives --config java
If you are on Ubuntu 14.04, do this before apt-get update:
sudo add-apt-repository ppa:openjdk-r/ppa
Best regards, Pieter
On 14 March 2017 at 14:02, Peter Desmet peter.desmet.work@gmail.com
wrote:
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so not a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any good tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett mblissett@gbif.org wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a non-secure HTTP connection, to using a secure HTTPS connection. If there is a
firewall
between your IPT server and the internet, you may need to ask for
access
through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see
the
registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the
GBRDS
API!", and it should appear quickly -- typically in less than a
second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to
ask
the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information:
connections-does-the-ipt-make
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with
the
new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT
on
Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta MCALDENTEY@mincyt.gob.ar wrote:
Dear Kyle,
We have tried to upgrade our UAT environment and we get the following error.
We also tried to request to https://gbrds.gbif-uat.org but we have
no
answer.
Is this environment working?
Kind regards,
Marta
Ing. Marta B. Caldentey
Direccion de Sistemas de Informacion
Mincyt
Int 1014
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
-- Hólmgrímur Helgason (Hóddi) CAFF - Data Manager hoddi@caff.is +354 462 3357
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
Thanks for your help !
I upgraded Java to version 8 as I said in my first e-mail and I was able to reach https://gbrds.gbif-uat.org/ but the IPT still didn't work. After some time, I found that /etc/default/tomcat7 was rewriting $JAVA_HOME. So, I changed it and it works fine :-).
If you do something like this (ps -ef | grep tomcat), we will be able to see which version of Java Tomcat use.
Cheers, Marie
On Tue, Mar 14, 2017 at 8:05 AM, Julien Cigar julien@perdition.city wrote:
On Tue, Mar 14, 2017 at 02:35:21PM +0000, Hólmgrímur Helgason wrote:
Thanks Pieter
Just to remind, if you are using some other system on the server it is possible that system don't support java8.
I'm running Geonetwork 3.0.5 on the same server and it is NOT supporting java8!
you should play with JAVA_HOME environment variable, for ex:
$> JAVA_HOME="/usr/local/openjdk7/" ./startup_script $> JAVA_HOME="/usr/local/openjdk8/" ./another_startup_script
... or you could always import the missing CA root with: $> keytool -importcert -file ... -keystore /your/jdk/home/jre/lib/ secutiry/cacerts
On Tue, Mar 14, 2017 at 2:27 PM, Peter Desmet <
peter.desmet.work@gmail.com>
wrote:
Thanks all!
On 14 March 2017 at 14:57, Pieter Provoost pieterprovoost@gmail.com wrote:
For people trying to install or upgrade Java on Ubuntu, this should
work
for
Ubuntu 14.10 and above:
sudo apt-get update sudo apt-get install openjdk-8-jdk sudo update-alternatives --config java
If you are on Ubuntu 14.04, do this before apt-get update:
sudo add-apt-repository ppa:openjdk-r/ppa
Best regards, Pieter
On 14 March 2017 at 14:02, Peter Desmet <peter.desmet.work@gmail.com
wrote:
Hi Matt,
Same problem. I can reach http and https GBRDS from my machine, so
not
a firewall issue. When I do "java -version" I get "java version "1.7.0_51", so I guess that is 7 and I need to upgrade to 8? Any
good
tutorial for this and does that mean I'd have to update Tomcat too?
Cheers,
Peter
On 14 March 2017 at 12:23, Matthew Blissett mblissett@gbif.org
wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a
non-secure
HTTP connection, to using a secure HTTPS connection. If there is a
firewall
between your IPT server and the internet, you may need to ask for
access
through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can
see
the
registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the
GBRDS
API!", and it should appear quickly -- typically in less than a
second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need
to
ask
the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the
IPT
still doesn't work, check you are using Java 8. Java 7 and earlier do
not
support the newer encryption standards.
I've updated the IPT FAQ with this information:
connections-does-the-ipt-make
Kind regards,
Matt
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode)
with
the
new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the
IPT
on
Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta MCALDENTEY@mincyt.gob.ar wrote: > > Dear Kyle, > > > > We have tried to upgrade our UAT environment and we get the
following
> error. > > > > We also tried to request to https://gbrds.gbif-uat.org but we
have
no
> answer. > > > > Is this environment working? > > > > Kind regards, > > Marta > > > > > > > > > Ing. Marta B. Caldentey > > Direccion de Sistemas de Informacion > > Mincyt > > Int 1014 > > > > > _______________________________________________ > IPT mailing list > IPT@lists.gbif.org > http://lists.gbif.org/mailman/listinfo/ipt >
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
-- Hólmgrímur Helgason (Hóddi) CAFF - Data Manager hoddi@caff.is +354 462 3357
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
-- Julien Cigar Belgian Biodiversity Platform (http://www.biodiversity.be) PGP fingerprint: EEF9 F697 4B68 D275 7B11 6A25 B2BB 3710 A204 23C0 No trees were killed in the creation of this message. However, many electrons were terribly inconvenienced.
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
--
On Tue, Mar 14, 2017 at 12:23:06PM +0100, Matthew Blissett wrote:
Dear all,
The IPT has changed from accessing the GBIF registry over a non-secure HTTP connection, to using a secure HTTPS connection. If there is a firewall between your IPT server and the internet, you may need to ask for access through it for secure connections.
On the Ubuntu (or other Linux) server, first verify that you can see the registry over a non-secure HTTP connection using this command:
curl http://gbrds.gbif-uat.org/
There should be some HTML, ending with "You have connected to the GBRDS API!", and it should appear quickly -- typically in less than a second.
Then try again, but with a secure (https) connection:
curl https://gbrds.gbif-uat.org/
You should see the same result. If you do not, you probably need to ask the system administrator to open port 443 on the firewall for you.
On a Windows server, you can check both URLs using a web browser.
On both Linux and Windows, if you can see the HTTPS page but the IPT still doesn't work, check you are using Java 8. Java 7 and earlier do not support the newer encryption standards.
I've updated the IPT FAQ with this information: https://github.com/gbif/ipt/wiki/FAQ.wiki#7-what-outgoing-connections-does-t...
Kind regards,
Matt
I haven't upgraded yet, but maybe the issue is that some Java library is querying the GBIF gbrds through HTTPS but the public certificate from the CA (COMODO CA Limited) is missing
On 13/03/17 23:21, Marie Elise Lecoq wrote:
Dear all,
I tried to update the IPT that we used for training (test mode) with the new version that Kyle sent and I got the same error than Marta. For information, I work with Tomcat 7 and java 8. I'm running the IPT on Ubuntu 14.04.
You will find attached the log of the error.
Thanks in advance for your help ! Best regards, Marie
On Mon, Mar 13, 2017 at 11:52 AM, CALDENTEY Marta <MCALDENTEY@mincyt.gob.ar mailto:MCALDENTEY@mincyt.gob.ar> wrote:
Dear Kyle, We have tried to upgrade our UAT environment and we get the following error. We also tried to request to https://gbrds.gbif-uat.org <https://gbrds.gbif-uat.org> but we have no answer. Is this environment working? Kind regards, Marta Ing. Marta B. Caldentey Direccion de Sistemas de Informacion Mincyt Int 1014 _______________________________________________ IPT mailing list IPT@lists.gbif.org <mailto:IPT@lists.gbif.org> http://lists.gbif.org/mailman/listinfo/ipt <http://lists.gbif.org/mailman/listinfo/ipt>
--
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
IPT mailing list IPT@lists.gbif.org http://lists.gbif.org/mailman/listinfo/ipt
participants (10)
-
CALDENTEY Marta
-
Hólmgrímur Helgason
-
Ivan F. Chadin
-
Julien Cigar
-
Marie Elise Lecoq
-
Matthew Blissett
-
Menashe' Eliezer
-
Peter Desmet
-
Pieter Provoost
-
Tim Robertson