Hi
I or rather one of my partners ran into a problem trying to harvest
metadata from my GN(3.12.6.0)
*Here is what he wrote to me *:
*"We harvest the CAFF metadata catalogue every month and I see that the
recent attempt to harvest has failed.*
*I have looked into the problem and I see in the GetCapabilities file for
your CSW server the port is described as ‘null’ so the links in the
GetCapabilites file are shown as*
*https://geo.abds.is:null/geonetwork <https://geo.abds.is:null/geonetwork> *
*Because Geonetwork uses the links in the GetCapabilites file to harvest
metadata the calls fail."*
Here can we see the error:
https://geo.abds.is/geonetwork/srv/eng/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetCapabilities
port number is set to "null"
<ows:Get xlink:href="https://geo.abds.is*:null*/geonetwork/srv/eng/csw"/>
I'm using an Apache2 proxy and I wondering if this is connected to that!
Any suggestions?
Thanks, Hóddi
Hólmgrímur Helgason (Hóddi)
CAFF - Data Manager
hoddi@anonymised.com
+354 462 3357
Hello Hóddi,
Verify that the port and protocol settings [1] are filled with the right
values: 443 and HTTPS if you are using https or 80 and HTTP.
[1]
https://www.geonetwork-opensource.org/manuals/trunk/en/administrator-guide/configuring-the-catalog/system-configuration.html#catalog-server
Best regards,
Juan Luis.
On Tue, Nov 1, 2022 at 12:56 PM Hólmgrímur Helgason via GeoNetwork-users <
geonetwork-users@lists.sourceforge.net> wrote:
Hi
I or rather one of my partners ran into a problem trying to harvest
metadata from my GN(3.12.6.0)
*Here is what he wrote to me *:
*"We harvest the CAFF metadata catalogue every month and I see that the
recent attempt to harvest has failed.*
*I have looked into the problem and I see in the GetCapabilities file for
your CSW server the port is described as ‘null’ so the links in the
GetCapabilites file are shown as*
*https://geo.abds.is:null/geonetwork <https://geo.abds.is:null/geonetwork>
*
*Because Geonetwork uses the links in the GetCapabilites file to harvest
metadata the calls fail."*
Here can we see the error:
https://geo.abds.is/geonetwork/srv/eng/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetCapabilities
port number is set to "null"
<ows:Get xlink:href="https://geo.abds.is*:null*/geonetwork/srv/eng/csw"/>
I'm using an Apache2 proxy and I wondering if this is connected to that!
Any suggestions?
Thanks, Hóddi
Hólmgrímur Helgason (Hóddi)
CAFF - Data Manager
hoddi@anonymised.com
+354 462 3357
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
--
*Vriendelijke groeten / Kind regards,Juan Luis Rodríguez.
<http://www.geocat.net/>Veenderweg 136721 WD BennekomThe NetherlandsT: +31
(0)318 416664 <+31318416664>Please consider the environment before printing
this email.*
Thanks for that Juan.
I have double-checked the Catalog server settings:
Preferred Protocol: https
Port: 443
I get this error in "geonetwork.log"
2022-11-02 09:05:41,529 ERROR [geonetwork.settings] - Requested setting
with name: system/server/securePort not found. Add it to the settings
table.
Seems to be some bug in the database (using default h2)!
Hóddi
Hólmgrímur Helgason (Hóddi)
CAFF - Data Manager
hoddi@anonymised.com
+354 462 3357
On Tue, 1 Nov 2022 at 16:42, Juan Luis Rodríguez Ponce <
juanluisrp@anonymised.com> wrote:
Hello Hóddi,
Verify that the port and protocol settings [1] are filled with the right
values: 443 and HTTPS if you are using https or 80 and HTTP.
[1]
https://www.geonetwork-opensource.org/manuals/trunk/en/administrator-guide/configuring-the-catalog/system-configuration.html#catalog-server
Best regards,
Juan Luis.
On Tue, Nov 1, 2022 at 12:56 PM Hólmgrímur Helgason via GeoNetwork-users <
geonetwork-users@lists.sourceforge.net> wrote:
Hi
I or rather one of my partners ran into a problem trying to harvest
metadata from my GN(3.12.6.0)
*Here is what he wrote to me *:
*"We harvest the CAFF metadata catalogue every month and I see that the
recent attempt to harvest has failed.*
*I have looked into the problem and I see in the GetCapabilities file for
your CSW server the port is described as ‘null’ so the links in the
GetCapabilites file are shown as*
*https://geo.abds.is:null/geonetwork <https://geo.abds.is:null/geonetwork>
*
*Because Geonetwork uses the links in the GetCapabilites file to harvest
metadata the calls fail."*
Here can we see the error:
https://geo.abds.is/geonetwork/srv/eng/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetCapabilities
port number is set to "null"
<ows:Get xlink:href="https://geo.abds.is*:null*/geonetwork/srv/eng/csw"/>
I'm using an Apache2 proxy and I wondering if this is connected to that!
Any suggestions?
Thanks, Hóddi
Hólmgrímur Helgason (Hóddi)
CAFF - Data Manager
hoddi@anonymised.com
+354 462 3357
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
--
*Vriendelijke groeten / Kind regards,Juan Luis Rodríguez.
<http://www.geocat.net/>Veenderweg 136721 WD BennekomThe NetherlandsT: +31
(0)318 416664 <+31318416664>Please consider the environment before printing
this email.*
securePort setting was removed from the database in 3.12.0. Maybe your
schema plugins aren't updated? If you have an external data directory and
you haven't defined geonetwork.schema.dir to point to the schemas directory
bundled with the WAR keep in mind that GeoNetowrk won't update the schemas
located in the external data directory.
On Wed, Nov 2, 2022 at 10:24 AM Hólmgrímur Helgason <hoddi@anonymised.com4...> wrote:
Thanks for that Juan.
I have double-checked the Catalog server settings:
Preferred Protocol: https
Port: 443
I get this error in "geonetwork.log"
2022-11-02 09:05:41,529 ERROR [geonetwork.settings] - Requested setting
with name: system/server/securePort not found. Add it to the settings
table.
Seems to be some bug in the database (using default h2)!
Hóddi
Hólmgrímur Helgason (Hóddi)
CAFF - Data Manager
hoddi@anonymised.com
+354 462 3357
On Tue, 1 Nov 2022 at 16:42, Juan Luis Rodríguez Ponce <
juanluisrp@anonymised.com> wrote:
Hello Hóddi,
Verify that the port and protocol settings [1] are filled with the right
values: 443 and HTTPS if you are using https or 80 and HTTP.
[1]
https://www.geonetwork-opensource.org/manuals/trunk/en/administrator-guide/configuring-the-catalog/system-configuration.html#catalog-server
Best regards,
Juan Luis.
On Tue, Nov 1, 2022 at 12:56 PM Hólmgrímur Helgason via GeoNetwork-users <
geonetwork-users@lists.sourceforge.net> wrote:
Hi
I or rather one of my partners ran into a problem trying to harvest
metadata from my GN(3.12.6.0)
*Here is what he wrote to me *:
*"We harvest the CAFF metadata catalogue every month and I see that the
recent attempt to harvest has failed.*
*I have looked into the problem and I see in the GetCapabilities file for
your CSW server the port is described as ‘null’ so the links in the
GetCapabilites file are shown as*
*https://geo.abds.is:null/geonetwork <https://geo.abds.is:null/geonetwork>
*
*Because Geonetwork uses the links in the GetCapabilites file to harvest
metadata the calls fail."*
Here can we see the error:
https://geo.abds.is/geonetwork/srv/eng/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetCapabilities
port number is set to "null"
<ows:Get xlink:href="https://geo.abds.is
*:null*/geonetwork/srv/eng/csw"/>
I'm using an Apache2 proxy and I wondering if this is connected to that!
Any suggestions?
Thanks, Hóddi
Hólmgrímur Helgason (Hóddi)
CAFF - Data Manager
hoddi@anonymised.com
+354 462 3357
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
--
*Vriendelijke groeten / Kind regards,Juan Luis Rodríguez.
<http://www.geocat.net/>Veenderweg 136721 WD BennekomThe NetherlandsT: +31
(0)318 416664 <+31318416664>Please consider the environment before printing
this email.*
--
*Vriendelijke groeten / Kind regards,Juan Luis Rodríguez.
<http://www.geocat.net/>Veenderweg 136721 WD BennekomThe NetherlandsT: +31
(0)318 416664 <+31318416664>Please consider the environment before printing
this email.*
Hi
I updated GN to 3.12.7 and then it came.....
https://geo.abds.is/geonetwork/srv/eng/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetCapabilities
<ows:Get xlink:href="https://geo.abds.is/geonetwork/srv/eng/csw"/>
Hope everything is working now...
Thanks Juan for your time 
Hóddi
Hólmgrímur Helgason (Hóddi)
CAFF - Data Manager
hoddi@anonymised.com
+354 462 3357
On Wed, 2 Nov 2022 at 10:01, Juan Luis Rodríguez Ponce <
juanluisrp@anonymised.com> wrote:
securePort setting was removed from the database in 3.12.0. Maybe your
schema plugins aren't updated? If you have an external data directory and
you haven't defined geonetwork.schema.dir to point to the schemas
directory bundled with the WAR keep in mind that GeoNetowrk won't update
the schemas located in the external data directory.
On Wed, Nov 2, 2022 at 10:24 AM Hólmgrímur Helgason <hoddi@anonymised.com434...> wrote:
Thanks for that Juan.
I have double-checked the Catalog server settings:
Preferred Protocol: https
Port: 443
I get this error in "geonetwork.log"
2022-11-02 09:05:41,529 ERROR [geonetwork.settings] - Requested setting
with name: system/server/securePort not found. Add it to the settings
table.
Seems to be some bug in the database (using default h2)!
Hóddi
Hólmgrímur Helgason (Hóddi)
CAFF - Data Manager
hoddi@anonymised.com
+354 462 3357
On Tue, 1 Nov 2022 at 16:42, Juan Luis Rodríguez Ponce <
juanluisrp@anonymised.com> wrote:
Hello Hóddi,
Verify that the port and protocol settings [1] are filled with the right
values: 443 and HTTPS if you are using https or 80 and HTTP.
[1]
https://www.geonetwork-opensource.org/manuals/trunk/en/administrator-guide/configuring-the-catalog/system-configuration.html#catalog-server
Best regards,
Juan Luis.
On Tue, Nov 1, 2022 at 12:56 PM Hólmgrímur Helgason via GeoNetwork-users
<geonetwork-users@lists.sourceforge.net> wrote:
Hi
I or rather one of my partners ran into a problem trying to harvest
metadata from my GN(3.12.6.0)
*Here is what he wrote to me *:
*"We harvest the CAFF metadata catalogue every month and I see that the
recent attempt to harvest has failed.*
*I have looked into the problem and I see in the GetCapabilities file
for
your CSW server the port is described as ‘null’ so the links in the
GetCapabilites file are shown as*
*https://geo.abds.is:null/geonetwork <https://geo.abds.is:null/geonetwork>
*
*Because Geonetwork uses the links in the GetCapabilites file to harvest
metadata the calls fail."*
Here can we see the error:
https://geo.abds.is/geonetwork/srv/eng/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetCapabilities
port number is set to "null"
<ows:Get xlink:href="https://geo.abds.is
*:null*/geonetwork/srv/eng/csw"/>
I'm using an Apache2 proxy and I wondering if this is connected to that!
Any suggestions?
Thanks, Hóddi
Hólmgrímur Helgason (Hóddi)
CAFF - Data Manager
hoddi@anonymised.com
+354 462 3357
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
--
*Vriendelijke groeten / Kind regards,Juan Luis Rodríguez.
<http://www.geocat.net/>Veenderweg 136721 WD BennekomThe NetherlandsT: +31
(0)318 416664 <+31318416664>Please consider the environment before printing
this email.*
--
*Vriendelijke groeten / Kind regards,Juan Luis Rodríguez.
<http://www.geocat.net/>Veenderweg 136721 WD BennekomThe NetherlandsT: +31
(0)318 416664 <+31318416664>Please consider the environment before printing
this email.*