Quartz.properties File Issue with OpenHAB Scheduler

Hello everyone, I’m reaching out regarding an issue I’ve encountered with my OpenHAB setup. I’ve been diving into my logs and noticed a recurring problem where the Quartz.properties file seems to be missing, which is causing issues with the scheduler. Here’s what I’ve found so far:

When launching the OpenHAB runtime, I consistently see errors related to the Quartz.properties file not being found. The logs indicate that the file should be in ‘./etc/quartz.properties’, but upon checking, it appears that the file has been moved to ‘/etc/openhab’ as part of a recent system update. This seems to have disrupted the scheduler’s ability to initialize properly.

I’ve gone through the steps of verifying the file locations and even looked into the start.sh script to ensure everything is pointing to the correct directories. However, despite these efforts, the issue persists. I’m wondering if there’s something else I might be missing or if there’s a configuration tweak that could resolve this.

One potential solution I’m considering is adjusting the start.sh script to point directly to ‘/etc/openhab’ instead of the default ‘./etc/’ directory. However, I’m hesitant to make this change without understanding the broader implications it might have on the system. I’m also curious if others have encountered similar issues after updating their OpenHAB installations.

If anyone has insights or suggestions on how to resolve this Quartz.properties file issue, I’d greatly appreciate your input. Your experiences and advice would be invaluable in helping me get this sorted out. Thanks in advance for your time and assistance!