Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#20999 closed defect (fixed)

Unexpected exception while following track in Mapillary

Reported by: jackson.radcliffe@… Owned by: taylor.smock
Priority: normal Milestone:
Component: Plugin mapillary Version:
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

  1. Following mapillary track while toggling client data and imagery

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-06-02 22:03:39 +0200 (Wed, 02 Jun 2021)
Build-Date:2021-06-02 20:11:30
Revision:17919
Relative:URL: ^/trunk

Identification: JOSM/1.5 (17919 en) Mac OS X 10.15.6
OS Build number: Mac OS X 10.15.6 (19G2021)
Memory Usage: 1553 MB / 1820 MB (539 MB allocated, but free)
Java version: 1.8.0_291-b10, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Look and Feel: com.formdev.flatlaf.FlatDarculaLaf
Screen: Display 188945226 1920×1080 (scaling 1.00×1.00) Display 69988428 2048×1152 (scaling 1.00×1.00)
Maximum Screen Size: 2048×1152
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_US
Numbers with default locale: 1234567890 -> 1234567890
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, -Dmacosx.jnlpx.dock.name=JOSM, -Dmacosx.jnlpx.dock.icon=${HOME}/Library/Application Support/Oracle/Java/Deployment/cache/6.0/25/4c122699-3ade64ef.icns, -Djnlpx.jvm="<java.home>/bin/java"]
Dataset consistency test: No problems found

Plugins:
+ Mapillary (2.0.0-alpha.12.1)
+ apache-commons (35524)
+ apache-http (35589)
+ auto_tools (79)
+ easypresets (1616854084)
+ flatlaf (35734)
+ graphview (35640)
+ jna (35662)
+ mapwithai (1.8.2)
+ markseen (14)
+ osm-obj-info (56)
+ rex (53)
+ tageditor (35640)
+ turnlanes-tagging (288)
+ turnrestrictions (35640)
+ utilsplugin2 (35691)

Tagging presets:
+ ${HOME}/Documents/JOSM Paint/FB_presets.max (1).xml

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

Validator rules:
- ${HOME}/Documents/JOSM Paint/FB_rules5.13.validator.mapcss
+ https://raw.githubusercontent.com/KaartGroup/KaartValidator/master/kaart.clingstone.validator.mapcss 

Last errors/warnings:
- 01380.791 W: java.net.ConnectException: Operation timed out (Connection timed out)
- 01388.796 W: java.net.ConnectException: Operation timed out (Connection timed out)
- 01388.797 W: java.net.ConnectException: Operation timed out (Connection timed out)
- 01388.797 W: java.net.ConnectException: Operation timed out (Connection timed out)
- 01388.798 W: java.net.ConnectException: Operation timed out (Connection timed out)
- 01388.798 W: java.net.ConnectException: Operation timed out (Connection timed out)
- 01388.799 W: java.net.ConnectException: Operation timed out (Connection timed out)
- 01389.334 W: java.net.SocketTimeoutException: connect timed out
- 01389.335 E: java.net.SocketTimeoutException: connect timed out
- 01395.529 E: Handled by bug report queue: java.lang.IllegalArgumentException: Illegal Capacity: -1



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

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: mapillary-MapillaryCache-80 (701)
java.lang.IllegalArgumentException: Illegal Capacity: -1
	at java.util.ArrayList.<init>(ArrayList.java:157)
	at org.openstreetmap.josm.plugins.mapillary.utils.MapillarySequenceUtils.getNextOrPrevious(MapillarySequenceUtils.java:64)
	at org.openstreetmap.josm.plugins.mapillary.cache.MapillaryCache.runnableCacheSurroundingImages(MapillaryCache.java:90)
	at org.openstreetmap.josm.plugins.mapillary.cache.MapillaryCache.lambda$cacheSurroundingImages$0(MapillaryCache.java:78)
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1067)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1703)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

Attachments (0)

Change History (5)

comment:1 by skyper, 4 years ago

Cc: github-actions-mapwithai-bot removed
Component: CorePlugin mapillary
Owner: changed from team to taylor.smock

comment:2 by taylor.smock, 4 years ago

Resolution: fixed
Status: newclosed

comment:3 by taylor.smock, 4 years ago

This should be fixed in v2.0.0-alpha.12.2.

in reply to:  3 comment:4 by skyper, 4 years ago

Replying to taylor.smock:

This should be fixed in v2.0.0-alpha.12.2.

Not really, see #21015.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain taylor.smock.
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.