Changes between Version 1 and Version 2 of Ticket #19114, comment 5


Ignore:
Timestamp:
2020-04-18T14:02:10+02:00 (6 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19114, comment 5

    v1 v2  
    11@highflyer74: Your problem appears to be #19044, which is an IcedTea (open source WebStart) related bug. I'll see if I throw a workaround for that in Mapillary (I fixed a similar issue in #19106). The only issue with your issue is that the ClassNotFoundException occurs in a different thread, which complicates matters a bit.
    22
    3 @anonymous: I'm sorry to hear that you cannot reproduce the issue. The stack trace tells me where the problem is occurring, but the problem is occurring in the JavaFX java library (external to JOSM). The problem is probably somewhere in the code, but due to threading, the stacktrace is not terribly helpful. :(
     3@anonymous: I'm sorry to hear that you cannot reproduce the issue. The stack trace tells me where the problem is occurring, but the problem is occurring in the JavaFX java library (external to JOSM). The problem is probably somewhere in the Mapillary/JavaFx plugin code, but due to threading, the stacktrace is not terribly helpful. :(