OH3 - Java & migrating from windows

Hi all,

I’m on openHabian 3.1.0 on a raspberry Pi4 Model B.
One morning my webpage wouldn’t load, I just got a blank page. (it automagically solved itself the next day). Restarting the OH service from shell ( sudo systemctl restart openhab ) I got a message “The unit file, source configuration file or drop-ins of openhab.service changed on disk. Run ‘systemctl daemon-reload’ to reload units.”

While investigating, I stumbled on the following message on startup:

Blockquote
2021-09-18 08:26:22.527 [WARN ] [org.apache.felix.fileinstall ] - C:\openhab-3.1.0/addons does not exist, please create it.
2021-09-18 08:26:22.544 [WARN ] [org.apache.felix.fileinstall ] - Root path does not exist: /var/lib/openhab/C:\openhab-3.1.0/addons
2021-09-18 08:26:22.553 [WARN ] [org.apache.felix.fileinstall ] - C:\Users\Steven\DOWNLO~1\OPENHA~1.0/addons does not exist, please create it.
2021-09-18 08:26:22.555 [WARN ] [org.apache.felix.fileinstall ] - Root path does not exist: /var/lib/openhab/C:\Users\Steven\DOWNLO~1\OPENHA~1.0/addons
2021-09-18 08:26:30.570 [WARN ] [.core.internal.i18n.I18nProviderImpl] - Region (“BE”) is invalid. Skip it.

Since I’m running on a Rpi4, it’s strange to see a pointer to C:\openhab…
I found the origin to be /var/lib/openhab/etc/openHAB-wrapper.conf and the first line reads “openHAB-wrapper.conf for Windows Service Installation”.
It doesn’t seem to exist on raspberry clean install, so is it safe to delete this file?

Thank you,

Steven.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.