[Geoserver-devel] [JIRA] (GEOS-9851) GeoServer fails to start on OpenBSD

Mark Prins created an issue

GeoServer / BugGEOS-9851

GeoServer fails to start on OpenBSD

Issue Type:

BugBug

Affects Versions:

2.19-RC

Assignee:

Mark Prins

Components:

web-app

Created:

28/Dec/20 2:45 PM

Environment:

OpenBSD

run the following commands:

mkdir -p /tmp/geoserver/
export GEOSERVER_DATA_DIR=/tmp/geoserver/
cd web/app
mvn jetty:run

Priority:

MediumMedium

Reporter:

Mark Prins

The following error is logged when jetty attemps to start the geoserver webapp on OpenBSD:

Caused by: java.lang.UnsupportedOperationException: Operating system not supported: 5
    at oshi.SystemInfo.createOperatingSystem (SystemInfo.java:119)
    at oshi.util.Memoizer$1.get (Memoizer.java:87)
    at oshi.SystemInfo.getOperatingSystem (SystemInfo.java:100)
    at org.geoserver.system.status.OSHISystemInfoCollector.<init> (OSHISystemInfoCollector.java:59)

Cause is missing support for OpenBSD in the OSHI library (https://github.com/oshi/oshi/issues/1465)

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100153-sha1:16aad59)

Atlassian logo