Modify ↓
Opened 9 years ago
Closed 9 years ago
#11573 closed defect (fixed)
java.lang.IllegalArgumentException in Mapillary plugin
Reported by: | Polyglot | Owned by: | nokutu |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin mapillary | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- zoom in and out on OSM file with relatively large areas for which data was downloaded with Mapillary layer active. I didn't try to select a picture yet for viewing.
What is the expected result?
No error messages
What happens instead?
Error reported in Mapillary plugin
Please provide any additional information below. Attach a screenshot if possible.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2015-06-16 21:45:58 Last Changed Author: Don-vip Revision: 8491 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Relative URL: ^/trunk URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2015-06-16 23:27:08 +0200 (Tue, 16 Jun 2015) Last Changed Rev: 8491 Identification: JOSM/1.5 (8491 en) Windows 7 64-Bit Memory Usage: 760 MB / 1111 MB (166 MB allocated, but free) Java version: 1.7.0_40, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Dataset consistency test: No problems found Plugins: - AddrInterpolation (31241) - ImportImagePlugin (31241) - Mapillary (31275) - OpeningHoursEditor (31241) - PicLayer (31241) - RoadSigns (31241) - TombPlugin (44) - alignways (31241) - buildings_tools (31241) - commons-imaging (31241) - contourmerge (1013) - dataimport (31241) - fieldpapers (v0.3.0) - geochat (31241) - geotools (31126) - importvec (31241) - jna (31126) - jts (31126) - livegps (31241) - log4j (31231) - mapdust (31241) - measurement (31241) - mirrored_download (31241) - opendata (31241) - pdfimport (31241) - photo_geotagging (31241) - photoadjust (31241) - public_transport (31241) - reverter (31241) - scripting (30710) - tag2link (31241) - terracer (31241) - todo (29154) - turnrestrictions (31241) - undelete (31241) - utilsplugin2 (31241) - walkingpapers (31241) - wikipedia (31241) Last errors/warnings: - W: Mapillary bug at https://a.mapillary.com/v2/search/s/?client_id=NzNRM2otQkR2SHJzaXJmNmdQWVQ0dzo1YTA2NmNlODhlNWMwOTBm&min_lat=49.0091&min_lon=2.61475&max_lat=51.7406&max_lon=7.40479&page=612&limit=1 - W: Mapillary bug at https://a.mapillary.com/v2/search/s/?client_id=NzNRM2otQkR2SHJzaXJmNmdQWVQ0dzo1YTA2NmNlODhlNWMwOTBm&min_lat=49.0091&min_lon=2.61475&max_lat=51.7406&max_lon=7.40479&page=612&limit=1 - W: Mapillary bug at https://a.mapillary.com/v2/search/s/?client_id=NzNRM2otQkR2SHJzaXJmNmdQWVQ0dzo1YTA2NmNlODhlNWMwOTBm&min_lat=49.0091&min_lon=2.61475&max_lat=51.7406&max_lon=7.40479&page=616&limit=1 - W: Mapillary bug at https://a.mapillary.com/v2/search/s/?client_id=NzNRM2otQkR2SHJzaXJmNmdQWVQ0dzo1YTA2NmNlODhlNWMwOTBm&min_lat=49.0091&min_lon=2.61475&max_lat=51.7406&max_lon=7.40479&page=645&limit=1 - E: java.lang.IllegalArgumentException java.lang.IllegalArgumentException at org.openstreetmap.josm.plugins.mapillary.MapillarySequence.next(MapillarySequence.java:77) at org.openstreetmap.josm.plugins.mapillary.MapillaryLayer.paint(MapillaryLayer.java:224) at org.openstreetmap.josm.gui.MapView.paintLayer(MapView.java:534) at org.openstreetmap.josm.gui.MapView.paint(MapView.java:634) at javax.swing.JComponent.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintToOffscreen(Unknown Source) at javax.swing.BufferStrategyPaintManager.paint(Unknown Source) at javax.swing.RepaintManager.paint(Unknown Source) at javax.swing.JComponent._paintImmediately(Unknown Source) at javax.swing.JComponent.paintImmediately(Unknown Source) at javax.swing.RepaintManager$3.run(Unknown Source) at javax.swing.RepaintManager$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source) at javax.swing.RepaintManager.access$1100(Unknown Source) at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
Attachments (0)
Note:
See TracTickets
for help on using tickets.