Modify ↓
Opened 10 years ago
Closed 10 years ago
#11567 closed defect (fixed)
Exception when running validator
Reported by: | Dakon | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.05 |
Component: | Core validator | Version: | |
Keywords: | template_report | Cc: |
Description
This happened after I tried to run the validator a second time after I fixed some of the previous issues.
Please provide any additional information below. Attach a screenshot if possible.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2015-05-08 01:31:23 Last Changed Author: stoecker Revision: 8339 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Relative URL: ^/trunk URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2015-05-07 17:30:43 +0200 (Thu, 07 May 2015) Last Changed Rev: 8339 Identification: JOSM/1.5 (8339 de) Linux openSUSE 13.1 (Bottle) (x86_64) Memory Usage: 444 MB / 910 MB (74 MB allocated, but free) Java version: 1.7.0_55, Oracle Corporation, OpenJDK 64-Bit Server VM Java package: java-1_7_0-openjdk:x86_64-1.7.0.55 Dataset consistency test: No problems found Plugins: - FixAddresses (30892) - OpeningHoursEditor (30962) - buildings_tools (31120) - geochat (31056) - imagery_offset_db (31056) - jna (30892) - log4j (30892) - native_password_manager (31061) - osmarender (30892) - pbf (31010) - poly (31056) - public_transport (31114) - reverter (31120) - terracer (30892) - turnrestrictions (31034) - undelete (30892) - utilsplugin2 (31120) Last errors/warnings: - W: Could not get presets icon gate.png - E: Id 'openpt_map' is not unique - used by 'OpenPT-Karte (Einblendung)' and 'OpenPT-Karte (Einblendung)'! - E: java.lang.IllegalArgumentException: elapsedTime must be >= 0 java.lang.IllegalArgumentException: elapsedTime must be >= 0 at org.openstreetmap.josm.tools.Utils.getDurationString(Utils.java:965) at org.openstreetmap.josm.data.validation.Test.endTest(Test.java:186) at org.openstreetmap.josm.data.validation.tests.UntaggedWay.endTest(UntaggedWay.java:140) at org.openstreetmap.josm.actions.upload.ValidateUploadHook.checkUpload(ValidateUploadHook.java:62) at org.openstreetmap.josm.actions.UploadAction.checkPreUploadConditions(UploadAction.java:206) at org.openstreetmap.josm.actions.UploadAction.uploadData(UploadAction.java:230) at org.openstreetmap.josm.actions.UploadAction.actionPerformed(UploadAction.java:287) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289) at java.awt.Component.processMouseEvent(Component.java:6505) at javax.swing.JComponent.processMouseEvent(JComponent.java:3311) at java.awt.Component.processEvent(Component.java:6270) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Component.dispatchEventImpl(Component.java:4861) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422) at java.awt.Container.dispatchEventImpl(Container.java:2273) at java.awt.Window.dispatchEventImpl(Window.java:2719) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) at java.awt.EventQueue$4.run(EventQueue.java:708) at java.awt.EventQueue$4.run(EventQueue.java:706) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:705) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
Milestone: | → 15.05 |
---|
comment:2 by , 10 years ago
Component: | Core → Core validator |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 8490/josm: