Modify ↓
Opened 3 years ago
Closed 3 years ago
#22298 closed defect (fixed)
UnsupportedTemporalTypeException: Unsupported field: Year in TrafficSignFilter
Reported by: | Owned by: | taylor.smock | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin mapillary | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2022-08-01 20:38:58 +0200 (Mon, 01 Aug 2022) Build-Date:2022-08-02 01:30:56 Revision:18531 Relative:URL: ^/trunk Identification: JOSM/1.5 (18531 en) Mac OS X 12.5 OS Build number: macOS 12.5 (21G72) Memory Usage: 1285 MB / 3641 MB (819 MB allocated, but free) Java version: 1.8.0_341-b10, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Look and Feel: com.apple.laf.AquaLookAndFeel Screen: Display 3 3008×1692 (scaling 1.00×1.00) Maximum Screen Size: 3008×1692 Best cursor sizes: 16×16→16×16, 32×32→32×32 System property file.encoding: UTF-8 System property sun.jnu.encoding: UTF-8 Locale info: en_SK Numbers with default locale: 1234567890 -> 1234567890 Dataset consistency test: No problems found Plugins: + Mapillary (2.0.0-beta.17) + apache-commons (36003) + apache-http (35924) + jna (36005) Last errors/warnings: - 00067.950 W: java.net.SocketTimeoutException: Read timed out. Cause: java.net.SocketTimeoutException: Read timed out - 00068.350 E: java.net.SocketTimeoutException: Read timed out. Cause: java.net.SocketTimeoutException: Read timed out - 00077.132 W: java.net.SocketException: Socket closed. Cause: java.net.SocketException: Socket closed - 00077.135 E: java.net.SocketException: Socket closed. Cause: java.net.SocketException: Socket closed - 00077.136 W: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled. Cause: org.openstreetmap.josm.io.OsmTransferException: Could not connect to the OSM server. Please check your internet connection.. Cause: java.net.SocketException: Socket closed. Cause: java.net.SocketException: Socket closed - 00086.708 E: Failed to locate image '[[Image(pond.png)]]' - 00086.741 E: Failed to locate image '[[Image(oil-palm.png)]]' - 00231.353 E: Handled by bug report queue: java.time.temporal.UnsupportedTemporalTypeException: Unsupported field: Year === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (21) of main java.time.temporal.UnsupportedTemporalTypeException: Unsupported field: Year at java.time.Instant.getLong(Instant.java:603) at java.time.format.DateTimePrintContext$1.getLong(DateTimePrintContext.java:205) at java.time.format.DateTimePrintContext.getValue(DateTimePrintContext.java:298) at java.time.format.DateTimeFormatterBuilder$NumberPrinterParser.format(DateTimeFormatterBuilder.java:2551) at java.time.format.DateTimeFormatterBuilder$CompositePrinterParser.format(DateTimeFormatterBuilder.java:2190) at java.time.format.DateTimeFormatter.formatTo(DateTimeFormatter.java:1746) at java.time.format.DateTimeFormatter.format(DateTimeFormatter.java:1720) at org.openstreetmap.josm.plugins.mapillary.gui.dialog.TrafficSignFilter.updateDates(TrafficSignFilter.java:307) at org.openstreetmap.josm.plugins.mapillary.gui.dialog.TrafficSignFilter.lambda$createFirstLastSeen$24(TrafficSignFilter.java:287) at org.openstreetmap.josm.plugins.datepicker.impl.DatePickerJDatePicker.lambda$addEventHandler$0(DatePickerJDatePicker.java:79) at org.jdatepicker.impl.JDatePanelImpl.fireActionPerformed(JDatePanelImpl.java:129) at org.jdatepicker.impl.JDatePanelImpl.access$1800(JDatePanelImpl.java:89) at org.jdatepicker.impl.JDatePanelImpl$InternalController.mousePressed(JDatePanelImpl.java:710) at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280) at java.awt.Component.processMouseEvent(Component.java:6536) at javax.swing.JComponent.processMouseEvent(JComponent.java:3318) at java.awt.Component.processEvent(Component.java:6304) at java.awt.Container.processEvent(Container.java:2239) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2297) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4532) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476) at java.awt.Container.dispatchEventImpl(Container.java:2283) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) at java.awt.EventQueue$4.run(EventQueue.java:733) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:730) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Attachments (0)
Change History (1)
comment:1 by , 3 years ago
Component: | Core → Plugin mapillary |
---|---|
Owner: | changed from | to
Resolution: | → fixed |
Status: | new → closed |
Summary: | Mapillary plugin → UnsupportedTemporalTypeException: Unsupported field: Year in TrafficSignFilter |
Note:
See TracTickets
for help on using tickets.
I've got a fix for this. I'll try to do a release sometime this week with it.