Modify

Opened 4 years ago

Closed 4 years ago

#19342 closed defect (duplicate)

javafx-osx plugin crash

Reported by: thomersch Owned by: Don-vip
Priority: normal Milestone:
Component: Plugin javafx Version:
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

On macOS 10.15.5 with Java 14, install mapillary and javafx-osx and try to load any map fragment. JOSM will tell that an unexpected exception occurred.

Please provide any additional information below. Attach a screenshot if possible.

Revision:16539
Is-Local-Build:true
Build-Date:2020-06-02 23:09:37

Identification: JOSM/1.5 (16539 SVN en) Mac OS X 10.15.5
OS Build number: Mac OS X 10.15.5 (19F96)
Memory Usage: 734 MB / 8192 MB (285 MB allocated, but free)
Java version: 14.0.1+7, Oracle Corporation, OpenJDK 64-Bit Server VM
Look and Feel: com.apple.laf.AquaLookAndFeel
Screen: Display 458636797 2560x1440
Maximum Screen Size: 2560x1440
VM arguments: [-Djava.library.path=/Applications/JOSM.app/Contents/app:/Applications/JOSM.app/Contents/MacOS, -Djava.launcher.path=/Applications/JOSM.app/Contents/MacOS]
Dataset consistency test: No problems found

Plugins:
+ HouseNumberTaggingTool (35248)
+ Mapillary (1.5.23)
+ OpeningHoursEditor (35414)
+ ShapeTools (1240)
+ apache-commons (35362)
+ apache-http (35092)
+ buildings_tools (35474)
+ http2 (35427)
+ javafx-osx (35375)
+ jna (35092)
+ pt_assistant (2.1.10-79-gb14a159)

Map paint styles:
- https://josm.openstreetmap.de/josmfile?page=Styles/PublicTransport&zip=1

Last errors/warnings:
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libjfxmedia_avf.dylib: dlopen(<josm.userdata>/plugins/javafx/libjfxmedia_avf.dylib, 1): Library not loaded: @rpath/libgstreamer-lite.dylib
- E: java.lang.UnsatisfiedLinkError: <josm.userdata>/plugins/javafx/libfxplugins.dylib: dlopen(<josm.userdata>/plugins/javafx/libfxplugins.dylib, 1): Library not loaded: @rpath/libgstreamer-lite.dylib
- E: Handled by bug report queue: java.lang.NoClassDefFoundError: jdk/swing/interop/SwingInterOpUtils. Cause: java.lang.ClassNotFoundException: jdk.swing.interop.SwingInterOpUtils
- E: Handled by bug report queue: java.lang.NoClassDefFoundError: jdk/swing/interop/SwingInterOpUtils
- E: Handled by bug report queue: java.lang.NoClassDefFoundError: jdk/swing/interop/SwingInterOpUtils
- E: Handled by bug report queue: java.lang.NoClassDefFoundError: jdk/swing/interop/SwingInterOpUtils
- E: Handled by bug report queue: java.lang.NoClassDefFoundError: jdk/swing/interop/SwingInterOpUtils


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

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: JavaFX Application Thread (15) of system
java.lang.NoClassDefFoundError: jdk/swing/interop/SwingInterOpUtils
	at com.sun.javafx.embed.swing.newimpl.JFXPanelInteropN.postEvent(JFXPanelInteropN.java:36)
	at javafx.embed.swing.JFXPanel.invokeOnClientEDT(JFXPanel.java:930)
	at javafx.embed.swing.JFXPanel$HostContainer.setEmbeddedScene(JFXPanel.java:972)
	at com.sun.javafx.tk.quantum.EmbeddedScene.setStage(EmbeddedScene.java:122)
	at com.sun.javafx.tk.quantum.GlassStage.setScene(GlassStage.java:94)
	at com.sun.javafx.tk.quantum.EmbeddedStage.setScene(EmbeddedStage.java:62)
	at javafx.stage.Window$12.invalidated(Window.java:1085)
	at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:110)
	at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145)
	at javafx.stage.Window.setShowing(Window.java:1174)
	at javafx.stage.Window.show(Window.java:1189)
	at com.sun.javafx.stage.EmbeddedWindow.show(EmbeddedWindow.java:71)
	at javafx.embed.swing.JFXPanel.setSceneImpl(JFXPanel.java:326)
	at javafx.embed.swing.JFXPanel.setScene(JFXPanel.java:296)
	at org.openstreetmap.josm.plugins.javafx.gui.JavaFxWrapper.initFX(JavaFxWrapper.java:71)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
Caused by: java.lang.ClassNotFoundException: jdk.swing.interop.SwingInterOpUtils
	at java.base/java.net.URLClassLoader.findClass(Unknown Source)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.openstreetmap.josm.plugins.PluginClassLoader.loadClass(PluginClassLoader.java:73)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	... 19 more

Attachments (0)

Change History (1)

comment:1 by simon04, 4 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #19044.

Modify Ticket

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