Skip to content

Bump glob from 11.0.2 to 11.1.0 in /jlmap-vaadin-demo

d045f93
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump glob from 11.0.2 to 11.1.0 in /jlmap-vaadin-demo #46

Bump glob from 11.0.2 to 11.1.0 in /jlmap-vaadin-demo
d045f93
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results (Java 21) succeeded Nov 18, 2025 in 0s

10 errors, 202 pass in 1m 19s

212 tests   202 ✅  1m 19s ⏱️
 13 suites    0 💤
 13 files      0 ❌  10 🔥

Results for commit d045f93.

Annotations

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 21)

jlMapView_addGeoJsonFromContent_shouldAddGeoJsonAsLayer (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 2s]
Raw output
netscape.javascript.JSException: ReferenceError: Can't find variable: map
java.lang.RuntimeException: netscape.javascript.JSException: ReferenceError: Can't find variable: map
	at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
Caused by: netscape.javascript.JSException: ReferenceError: Can't find variable: map
	at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addGeoJsonFromContent_shouldAddGeoJsonAsLayer$17(JLMapViewIntegrationTest.java:278)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	at java.base/java.lang.Thread.run(Thread.java:1583)
16:56:23.332 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex5953812630901292440.html
16:56:23.337 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex5953812630901292440.html
16:56:24.956 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.engine.JLJavaFXClientToServerTransporter -- JavaFX JLObjectBridge initialized
16:56:24.963 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.engine.JLClientToServerTransporterBase -- Registered object JLGeoJson_ff46c4d476db4e1aa0df47ee5d08a0a3_1 of type JLGeoJson
Nov 18, 2025 4:56:22 PM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @2f8f5f62'
--- Exception in Async Thread ---
netscape.javascript.JSException: ReferenceError: Can't find variable: map
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addGeoJsonFromContent_shouldAddGeoJsonAsLayer$17(JLMapViewIntegrationTest.java:278)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:1583)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 21)

jlMapView_markerContextMenu_shouldSupportEnableDisable (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 6s]
Raw output
Timed out waiting for marker context menu enable/disable test
java.util.concurrent.TimeoutException: Timed out waiting for marker context menu enable/disable test
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_markerContextMenu_shouldSupportEnableDisable(JLMapViewIntegrationTest.java:352)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_markerContextMenu_shouldSupportEnableDisable$20(JLMapViewIntegrationTest.java:328)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:1583)
16:56:24.988 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex12810521276324139771.html
16:56:24.988 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex12810521276324139771.html
16:56:26.349 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.engine.JLJavaFXClientToServerTransporter -- JavaFX JLObjectBridge initialized
--- Exception in Async Thread ---
netscape.javascript.JSException: ReferenceError: Can't find variable: L
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_markerContextMenu_shouldSupportEnableDisable$20(JLMapViewIntegrationTest.java:328)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:1583)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 21)

jlMapView_markerContextMenu_shouldSupportMenuItemVisibility (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 5s]
Raw output
Timed out waiting for marker context menu visibility test
java.util.concurrent.TimeoutException: Timed out waiting for marker context menu visibility test
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_markerContextMenu_shouldSupportMenuItemVisibility(JLMapViewIntegrationTest.java:449)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_markerContextMenu_shouldSupportMenuItemVisibility$24(JLMapViewIntegrationTest.java:410)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:1583)
16:56:31.357 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex16169891593598812185.html
16:56:31.357 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex16169891593598812185.html
16:56:32.342 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.engine.JLJavaFXClientToServerTransporter -- JavaFX JLObjectBridge initialized
--- Exception in Async Thread ---
netscape.javascript.JSException: ReferenceError: Can't find variable: L
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_markerContextMenu_shouldSupportMenuItemVisibility$24(JLMapViewIntegrationTest.java:410)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:1583)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 21)

jlMapView_markerContextMenu_shouldSupportAddingRemovingItems (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 6s]
Raw output
Timed out waiting for marker context menu operations test
java.util.concurrent.TimeoutException: Timed out waiting for marker context menu operations test
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_markerContextMenu_shouldSupportAddingRemovingItems(JLMapViewIntegrationTest.java:400)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_markerContextMenu_shouldSupportAddingRemovingItems$22(JLMapViewIntegrationTest.java:362)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:1583)
16:56:37.349 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex8254977408133101710.html
16:56:37.349 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex8254977408133101710.html
16:56:38.364 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.engine.JLJavaFXClientToServerTransporter -- JavaFX JLObjectBridge initialized
--- Exception in Async Thread ---
netscape.javascript.JSException: ReferenceError: Can't find variable: L
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_markerContextMenu_shouldSupportAddingRemovingItems$22(JLMapViewIntegrationTest.java:362)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:1583)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 21)

jlMapView_markerContextMenu_withIconsAndVariousStates (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 5s]
Raw output
Timed out waiting for marker context menu with various states test
java.util.concurrent.TimeoutException: Timed out waiting for marker context menu with various states test
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_markerContextMenu_withIconsAndVariousStates(JLMapViewIntegrationTest.java:666)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_markerContextMenu_withIconsAndVariousStates$33(JLMapViewIntegrationTest.java:604)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:1583)
16:56:43.371 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex4336561089475894488.html
16:56:43.371 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex4336561089475894488.html
16:56:44.356 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.engine.JLJavaFXClientToServerTransporter -- JavaFX JLObjectBridge initialized
--- Exception in Async Thread ---
netscape.javascript.JSException: ReferenceError: Can't find variable: L
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_markerContextMenu_withIconsAndVariousStates$33(JLMapViewIntegrationTest.java:604)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:1583)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 21)

jlMapView_markerWithContextMenu_shouldHaveContextMenu (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 5s]
Raw output
Timed out waiting for marker with context menu
java.util.concurrent.TimeoutException: Timed out waiting for marker with context menu
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_markerWithContextMenu_shouldHaveContextMenu(JLMapViewIntegrationTest.java:318)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_markerWithContextMenu_shouldHaveContextMenu$18(JLMapViewIntegrationTest.java:293)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:1583)
16:56:49.362 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex1677243775669537112.html
16:56:49.362 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex1677243775669537112.html
16:56:50.348 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.engine.JLJavaFXClientToServerTransporter -- JavaFX JLObjectBridge initialized
--- Exception in Async Thread ---
netscape.javascript.JSException: ReferenceError: Can't find variable: L
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_markerWithContextMenu_shouldHaveContextMenu$18(JLMapViewIntegrationTest.java:293)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:1583)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 21)

jlMapView_addPopup_shouldAddPopupAsLayer (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 5s]
Raw output
Timed out waiting for popup addition
java.util.concurrent.TimeoutException: Timed out waiting for popup addition
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_addPopup_shouldAddPopupAsLayer(JLMapViewIntegrationTest.java:98)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLUiLayer.addPopup(JLUiLayer.java:107)
		at io.github.makbn.jlmap.fx.layer.JLUiLayer.addPopup(JLUiLayer.java:120)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addPopup_shouldAddPopupAsLayer$2(JLMapViewIntegrationTest.java:83)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:1583)
16:56:55.353 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex5274136787668713355.html
16:56:55.354 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex5274136787668713355.html
16:56:56.333 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.engine.JLJavaFXClientToServerTransporter -- JavaFX JLObjectBridge initialized
--- Exception in Async Thread ---
netscape.javascript.JSException: ReferenceError: Can't find variable: L
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLUiLayer.addPopup(JLUiLayer.java:107)
	io.github.makbn.jlmap.fx.layer.JLUiLayer.addPopup(JLUiLayer.java:120)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addPopup_shouldAddPopupAsLayer$2(JLMapViewIntegrationTest.java:83)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:1583)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 21)

jlMapView_addPolygon_shouldAddPolygonAsLayer (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 5s]
Raw output
Timed out waiting for polygon addition
java.util.concurrent.TimeoutException: Timed out waiting for polygon addition
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_addPolygon_shouldAddPolygonAsLayer(JLMapViewIntegrationTest.java:201)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolygon(JLVectorLayer.java:172)
		at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolygon(JLVectorLayer.java:186)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addPolygon_shouldAddPolygonAsLayer$10(JLMapViewIntegrationTest.java:183)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:1583)
16:57:01.339 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex14352682079221760889.html
16:57:01.339 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex14352682079221760889.html
16:57:02.329 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.engine.JLJavaFXClientToServerTransporter -- JavaFX JLObjectBridge initialized
--- Exception in Async Thread ---
netscape.javascript.JSException: ReferenceError: Can't find variable: L
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolygon(JLVectorLayer.java:172)
	io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolygon(JLVectorLayer.java:186)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addPolygon_shouldAddPolygonAsLayer$10(JLMapViewIntegrationTest.java:183)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:1583)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 21)

jlMapView_multipleMarkersWithContextMenu_shouldMaintainIndependentMenus (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 5s]
Raw output
Timed out waiting for multiple markers context menu test
java.util.concurrent.TimeoutException: Timed out waiting for multiple markers context menu test
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_multipleMarkersWithContextMenu_shouldMaintainIndependentMenus(JLMapViewIntegrationTest.java:594)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_multipleMarkersWithContextMenu_shouldMaintainIndependentMenus$31(JLMapViewIntegrationTest.java:549)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:1583)
16:57:07.334 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex7175059802686140677.html
16:57:07.334 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex7175059802686140677.html
16:57:08.321 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.engine.JLJavaFXClientToServerTransporter -- JavaFX JLObjectBridge initialized
--- Exception in Async Thread ---
netscape.javascript.JSException: ReferenceError: Can't find variable: L
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLUiLayer.addMarker(JLUiLayer.java:62)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_multipleMarkersWithContextMenu_shouldMaintainIndependentMenus$31(JLMapViewIntegrationTest.java:549)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:1583)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 21)

jlMapView_addCircle_shouldAddCircleAsLayer (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 5s]
Raw output
Timed out waiting for circle addition
java.util.concurrent.TimeoutException: Timed out waiting for circle addition
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_addCircle_shouldAddCircleAsLayer(JLMapViewIntegrationTest.java:223)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: ReferenceError: Can't find variable: L
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addCircle(JLVectorLayer.java:231)
		at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addCircle(JLVectorLayer.java:245)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addCircle_shouldAddCircleAsLayer$12(JLMapViewIntegrationTest.java:209)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:1583)
16:57:13.325 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex4727202894768676961.html
16:57:13.325 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex4727202894768676961.html
16:57:14.298 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.engine.JLJavaFXClientToServerTransporter -- JavaFX JLObjectBridge initialized
16:57:16.400 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading complete
16:57:16.411 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- controller added to js scripts
16:57:16.412 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- Old Value: null New Value: io.github.makbn.jlmap.fx.JLMapView$$Lambda/0x00007fcd04496a90@4959754d}
16:57:16.441 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading complete
16:57:16.441 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- controller added to js scripts
16:57:16.441 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- Old Value: null New Value: io.github.makbn.jlmap.fx.JLMapView$$Lambda/0x00007fcd04496a90@4959754d}
16:57:16.984 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading complete
16:57:16.984 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- controller added to js scripts
16:57:16.984 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- Old Value: null New Value: io.github.makbn.jlmap.fx.JLMapView$$Lambda/0x00007fcd04496a90@4959754d}
--- Exception in Async Thread ---
netscape.javascript.JSException: ReferenceError: Can't find variable: L
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLVectorLayer.addCircle(JLVectorLayer.java:231)
	io.github.makbn.jlmap.fx.layer.JLVectorLayer.addCircle(JLVectorLayer.java:245)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addCircle_shouldAddCircleAsLayer$12(JLMapViewIntegrationTest.java:209)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:1583)