JDBC into a MYSQL DB on Openhab2 (up to date). Cron syntax entry of:
fifteenminutes : “0 0,15,30,45 * * * ?”
results in an error on persist file save. This just stopped working a few days ago with no changes to my config. Database only has the default everyChange.
Error on save with CRON syntax entry:
Error handling update of file ‘/etc/openhab2/persistence/jdbc.persist’: null
Error on save after removing the CRON syntax entry:
Refreshing model 'jdbc.persist’
Failed to delete cron job for dbId ‘jdbc’
No changes were made to the file prior to the change in what was persisted and the errors:
//JDBC Strategies
Strategies {
fifteenminutes : "0 0,15,30,45 * * * ?"
default = everyChange
}
No and now the HTTP binding generates:
[ERROR] [org.openhab.io.net.http.HttpUtil ] - Fatal transport error: java.net.SocketTimeoutException: Read timed out