Hello everyone, I’m reaching out regarding an issue I’m encountering with the Caldav personal binding in OpenHAB. Despite having the binding marked as active in Karaf, I’m consistently facing an error. Here’s what I’ve observed and the steps I’ve taken so far:
Error Details:
I receive a java.util.ServiceConfigurationError
related to the net.fortuna.ical4j.model.PropertyFactory
. The error message indicates that the provider net.fortuna.ical4j.model.property.Action$Factory
is not a subtype. This error occurs during the execution of the EventReloaderJob
when attempting to load events from my Caldav calendar.
Configuration:
My caldavio.cfg
and caldavPersonal.cfg
files appear to be correctly configured, as everything was functioning properly until recently. Here’s a snippet of my setup:
plaintext
caldavio.cfg
[caldavio:muell]
url=https://192.168.2.40:5001/caldav/openhab/johannes--18B933AB-D8A1-4959-91C6-1DEA9DA16366/
username=XXX
password=XXX
reloadInterval=2
preloadTime=1440
disableCertificateVerification=true
charset=utf8
caldavPersonal.cfg
caldavPersonal:usedCalendars=muell
Troubleshooting Steps:
- Reinstallation: I uninstalled and reinstalled the binding, but the issue persists.
- Restarts: Restarting both OpenHAB and my router did not resolve the problem.
- Logs Review: The error logs consistently point to the same issue with the
PropertyFactory
.
Seeking Assistance:
Given that I’ve exhausted the basic troubleshooting steps without success, I’m reaching out to the community for guidance. Has anyone encountered a similar issue? Are there specific configurations or dependencies that might need adjustment? Any insights or suggestions would be greatly appreciated.
Thank you in advance for your help!