Mistake in doc for setting up OpenHAB as Windows Service

There is a mistake in the openHAB-wrapper.conf template on Windows | openHAB that caused a multiple hours debugging session, so please correct this:
In the line

wrapper.java.additional.11-Dopenhab.userdata="%OPENHAB_HOME%\userdata"

is an equation mark missing before ‘-Dopenhab.userdata’, so correct is:

wrapper.java.additional.11=-Dopenhab.userdata="%OPENHAB_HOME%\userdata"

The result of the issue is, that logs are written to the root folder and openHAB Cloud service cannot be connected to because the keystore cannot be found - this is all connected to the ‘openhab.userdata’ property.

Thx

1 Like

Welcome.

You need to open an issue on GitHub for the developers to fix. Not all developers are on it his user forum.

You might want to remove the word Mean from the title. In come cultures it can be interpreted that somebody made the mistake to hurt others.

Thanks for giving feedback

Just for Reference you would hve been able to do it yourself directly:
image

I have fixed this one directly since it is for sure a pretty annoying mistake.

1 Like

Thanks for the hint! Will do that in case of detecting further issues.

2 Likes