[Geoserver-users] [Geoserver-devel] GeoServer 2.17.1 pre-release testing

Hi,

I tried bin-zip on Windows with Corretto 8. Geoserver starts, all capability documents seem to be OK, layer previews as well.

The automatic java detection does not quite work if system has installed java into “Program Files” but startup.bat stops after this:

The JAVA_HOME environment variable is not defined, trying to use System Java

Using System Java at:

C:\Program

-Jukka Rahkonen-

Lähettäjä: Jody Garnett <jody.garnett@…84…>
Lähetetty: tiistai 2. kesäkuuta 2020 5.07
Vastaanottaja: GeoServer geoserver-devel@lists.sourceforge.net; GeoServer Users geoserver-users@lists.sourceforge.net
Aihe: [Geoserver-devel] GeoServer 2.17.1 pre-release testing

···

GeoServer 2.17.1 pre-release artifacts are available for testing:

https://build.geoserver.org/view/release/job/geoserver-release/5/artifact/distribution/2.17.1/

Please try this out with your data, and reply with how it goes (including the version of Java you are using, and if you are running on linux, macOS, or windows user). We are working from a new build server and can really use a hand ensuring this has been packaged correctly.

We are including the user list in this call for testing as a community building exercise. Open source is a team sport that can be enjoyed at a social distance, and this is your throw-in!

Jody Garnett

Jukka Rahkonen,

If you are using the script without setting JAVA_HOME, I think the script has an error.

To fix it: add the argument “tokens=*” to the for command, which I think is attempting to remove the spaces from the system path entry for java.

Change:

for /f %%i in (‘where java’) do set RUN_JAVA=%%i

To:

for /f “tokens=*” %%i in (‘where java’) do set RUN_JAVA=%%i

Regards,

Charles

From: Rahkonen Jukka (MML) jukka.rahkonen@anonymised.com
Sent: Tuesday, June 2, 2020 3:35 AM
To: Jody Garnett jody.garnett@anonymised.com; GeoServer geoserver-devel@anonymised.com.net; GeoServer Users geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] [Geoserver-devel] GeoServer 2.17.1 pre-release testing

Hi,

I tried bin-zip on Windows with Corretto 8. Geoserver starts, all capability documents seem to be OK, layer previews as well.

The automatic java detection does not quite work if system has installed java into “Program Files” but startup.bat stops after this:

The JAVA_HOME environment variable is not defined, trying to use System Java

Using System Java at:

C:\Program

-Jukka Rahkonen-

Lähettäjä: Jody Garnett <jody.garnett@anonymised.com>
Lähetetty: tiistai 2. kesäkuuta 2020 5.07
Vastaanottaja: GeoServer <geoserver-devel@anonymised.come.net>; GeoServer Users <geoserver-users@lists.sourceforge.net>
Aihe: [Geoserver-devel] GeoServer 2.17.1 pre-release testing

GeoServer 2.17.1 pre-release artifacts are available for testing:

https://build.geoserver.org/view/release/job/geoserver-release/5/artifact/distribution/2.17.1/

Please try this out with your data, and reply with how it goes (including the version of Java you are using, and if you are running on linux, macOS, or windows user). We are working from a new build server and can really use a hand ensuring this has been packaged correctly.

We are including the user list in this call for testing as a community building exercise. Open source is a team sport that can be enjoyed at a social distance, and this is your throw-in!

Jody Garnett