Konrad Windszus created JCRVLT-722:
--------------------------------------
Summary: SyncLog:
java.time.temporal.UnsupportedTemporalTypeException: Unsupported field:
DayOfMonth
Key: JCRVLT-722
URL: https://issues.apache.org/jira/browse/JCRVLT-722
Project: Jackrabbit FileVault
Issue Type: Bug
Components: vlt-sync
Reporter: Konrad Windszus
Assignee: Konrad Windszus
Fix For: 3.7.2
The following error can be observed whenever some VLT sync operation is logged:
```
java.time.temporal.UnsupportedTemporalTypeException: Unsupported field:
DayOfMonth
at java.time.Instant.getLong(Instant.java:602) ~[?:?]
at
java.time.format.DateTimePrintContext.getValue(DateTimePrintContext.java:308)
~[?:?]
at
java.time.format.DateTimeFormatterBuilder$NumberPrinterParser.format(DateTimeFormatterBuilder.java:2702)
~[?:?]
at
java.time.format.DateTimeFormatterBuilder$CompositePrinterParser.format(DateTimeFormatterBuilder.java:2341)
~[?:?]
at
java.time.format.DateTimeFormatter.formatTo(DateTimeFormatter.java:1843) ~[?:?]
at
java.time.format.DateTimeFormatter.format(DateTimeFormatter.java:1817) ~[?:?]
at org.apache.jackrabbit.vault.sync.impl.SyncLog.log(SyncLog.java:51)
~[vault-sync-3.7.0.jar:3.7.0]
at
org.apache.jackrabbit.vault.sync.impl.SyncHandler.<init>(SyncHandler.java:109)
~[vault-sync-3.7.0.jar:3.7.0]
```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)