Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#20623 closed defect (fixed)

IAE at MapillarySequence.next

Reported by: hairyhaggis Owned by: hairyhaggis
Priority: normal Milestone:
Component: Plugin mapillary Version:
Keywords: template_report Cc: taylor.smock

Description (last modified by Don-vip)

What steps will reproduce the problem?

  1. Updated mapillary plugin in this morning. errors says it needs updated. cant'reproduce, just randomly pops up

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: 2021-03-17 18:58:40 +0100 (Wed, 17 Mar 2021)
Build-Date:2021-03-17 17:59:56
Revision:17580
Relative:URL: ^/trunk

Identification: JOSM/1.5 (17580 en) Mac OS X 10.16
OS Build number: macOS 11.2.3 (20D91)
Memory Usage: 1527 MB / 1820 MB (210 MB allocated, but free)
Java version: 1.8.0_281-b09, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Look and Feel: com.formdev.flatlaf.FlatDarculaLaf
Screen: Display 188945227 1920×1080 (scaling 1.00×1.00) Display 188945226 1920×1080 (scaling 1.00×1.00) Display 69943696 2048×1152 (scaling 1.00×1.00)
Maximum Screen Size: 2048×1152
Best cursor sizes: 16×16→16×16, 32×32→32×32
VM arguments: [-Djava.security.policy=file:<java.home>/lib/security/javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>/bin, -Djava.security.manager, -Djnlpx.origFilenameArg=${HOME}/Desktop/josm.jnlp, -Djnlpx.remove=false, -Dsun.awt.warmup=true, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.heapsize=NULL,2048m, -Dmacosx.jnlpx.dock.name=JOSM, -Dmacosx.jnlpx.dock.icon=${HOME}/Library/Application Support/Oracle/Java/Deployment/cache/6.0/25/4c122699-5f3ee590.icns, -Djnlpx.jvm="<java.home>/bin/java"]
Dataset consistency test: No problems found

Plugins:
+ FastDraw (35640)
+ Mapillary (1.5.37.3)
+ apache-commons (35524)
+ apache-http (35589)
+ auto_tools (73)
+ buildings_tools (35669)
+ flatlaf (35703)
+ graphview (35640)
+ imagery_offset_db (35640)
+ javafx-osx (35655)
+ jna (35662)
+ jts (35458)
+ markseen (14)
+ osm-obj-info (56)
+ rex (53)
+ scripting (30798)
+ tageditor (35640)
+ turnlanes-tagging (288)
+ turnrestrictions (35640)
+ utilsplugin2 (35691)

Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/Lane_and_Road_Attributes&zip=1
+ https://raw.githubusercontent.com/KaartGroup/Kaart-Styles/master/Kaart-Styles.mapcss
+ https://raw.githubusercontent.com/KaartGroup/Kaart-Styles/master/Overlapping%20Ways.mapcss
- https://josm.openstreetmap.de/josmfile?page=Styles/Coloured_Streets&zip=1
- ${HOME}/Downloads/MX_Import Test .mapcss
- https://raw.githubusercontent.com/KaartGroup/Kaart-Styles/master/Kaart_QC_Quandary.mapcss

Validator rules:
+ https://raw.githubusercontent.com/KaartGroup/KaartValidator/master/kaart.clingstone.validator.mapcss
- https://raw.githubusercontent.com/KaartGroup/KaartValidator/master/kaart.durazno.validator.mapcss

Last errors/warnings:
- 04857.181 E: Unknown detection "object--traffic-sign"
- 04857.726 E: Unknown detection "human--person--individual"
- 04857.727 E: Unknown detection "object--traffic-sign"
- 04857.727 E: Unknown detection "object--traffic-sign"
- 04857.964 E: Unknown detection "human--person--individual"
- 04859.995 E: Unknown detection "human--person--individual"
- 04927.729 E: Unknown detection "object--traffic-sign"
- 04927.730 E: Unknown detection "object--traffic-sign"
- 05132.050 E: Handled by bug report queue: java.lang.IllegalArgumentException
- 05155.282 E: Handled by bug report queue: java.lang.IllegalArgumentException



=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-2 (41) of javawsApplicationThreadGroup
java.lang.IllegalArgumentException
	at org.openstreetmap.josm.plugins.mapillary.data.image.MapillarySequence.next(MapillarySequence.java:156)
	at org.openstreetmap.josm.plugins.mapillary.data.image.MapillaryAbstractImage.next(MapillaryAbstractImage.java:267)
	at org.openstreetmap.josm.plugins.mapillary.actions.SelectNextImageAction.lambda$static$821a0f9e$1(SelectNextImageAction.java:27)
	at org.openstreetmap.josm.plugins.mapillary.actions.SelectNextImageAction.actionPerformed(SelectNextImageAction.java:70)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
	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:6539)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
	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:4535)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
	at java.awt.Container.dispatchEventImpl(Container.java:2283)
	at java.awt.Window.dispatchEventImpl(Window.java:2746)
	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 (13)

comment:1 by skyper, 4 years ago

Component: CorePlugin mapillary
Owner: changed from team to taylor.smock

comment:2 by Don-vip, 4 years ago

Description: modified (diff)
Summary: Updated mapillary plugin in this morning. errors says it needs updated.IAE at MapillarySequence.next

comment:3 by taylor.smock, 4 years ago

Owner: changed from taylor.smock to hairyhaggis
Status: newneedinfo

If you get this again, can you please give me a link to the area.

comment:4 by Don-vip, 4 years ago

Ticket #20687 has been marked as a duplicate of this ticket.

comment:5 by skyper, 4 years ago

Ticket #20723 has been marked as a duplicate of this ticket.

comment:6 by skyper, 4 years ago

Ticket #20767 has been marked as a duplicate of this ticket.

comment:7 by taylor.smock, 4 years ago

Ticket #20818 has been marked as a duplicate of this ticket.

comment:8 by taylor.smock, 4 years ago

Resolution: fixed
Status: needinfoclosed

If you are still encountering this issue, I've got a prerelease available at https://github.com/JOSM/Mapillary/releases/tag/v2.0.0-alpha.1 .

comment:9 by skyper, 4 years ago

Ticket #20857 has been marked as a duplicate of this ticket.

comment:10 by taylor.smock, 4 years ago

Ticket #20914 has been marked as a duplicate of this ticket.

comment:11 by taylor.smock, 4 years ago

Ticket #20915 has been marked as a duplicate of this ticket.

comment:12 by skyper, 4 years ago

Ticket #20938 has been marked as a duplicate of this ticket.

comment:13 by skyper, 4 years ago

Ticket #20939 has been marked as a duplicate of this ticket.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain hairyhaggis.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.