[OSGeoLive] #2366: 52NorthSOS fails to launch
OSGeoLive
trac_osgeolive at osgeo.org
Sun Jun 26 09:49:43 PDT 2022
#2366: 52NorthSOS fails to launch
-----------------------+----------------------------
Reporter: sanak | Owner: osgeolive@…
Type: defect | Status: new
Priority: critical | Milestone: OSGeoLive15.0
Component: OSGeoLive | Resolution:
Keywords: 52North |
-----------------------+----------------------------
Comment (by sanak):
From the following error,
{{{
org.postgresql.util.PSQLException: SCRAM authentication is not supported
by this driver.
You need JDK >= 8 and pgjdbc >= 42.2.0 (not ".jre" vesions)
}}}
source code's postgresql jdbc version needs to be updated without
".jre".\\
https://github.com/52North/SOS/blob/v4.4.3/pom.xml#L65
{{{
<postgresql.version>42.2.2.jre7</postgresql.version>
}}}
But, to solve this issue, 52 North cooperation seems to be necessary,
because currently, the war file seems to come from 52 North site.\\
https://github.com/OSGeo/OSGeoLive/blob/master/bin/install_52nSOS.sh#L50-L51
{{{
SOS_TAR_NAME="52n-sos-osgeo-live-4.4.3.tar.gz"
SOS_TAR_URL="https://52north.org/files/sensorweb/osgeo-live/"
}}}
--
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2366#comment:3>
OSGeoLive <https://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.
More information about the osgeolive
mailing list