Add CI/CD pipeline for tests and coverage reporting #1
4 errors, 103 pass in 41s
107 tests 103 ✅ 41s ⏱️
9 suites 0 💤
9 files 0 ❌ 4 🔥
Results for commit 4827edb.
Annotations
Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest
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 6s]
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: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
Caused by: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
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:178)
at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolygon(JLVectorLayer.java:192)
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)
02:09:22.873 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex3272659577595446479.html
02:09:22.873 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex3272659577595446479.html
02:09:22.896 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading complete
02:09:22.897 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- controller added to js scripts
02:09:22.897 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- Old Value: null New Value: io.github.makbn.jlmap.fx.JLMapView$$Lambda/0x00007fba90435538@33fede4e}
--- Exception in Async Thread ---
netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
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:178)
io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolygon(JLVectorLayer.java:192)
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
github-actions / Test Results (Java 21)
jlMapView_addPolyline_shouldAddPolylineAsLayer (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 polyline addition
java.util.concurrent.TimeoutException: Timed out waiting for polyline addition
at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_addPolyline_shouldAddPolylineAsLayer(JLMapViewIntegrationTest.java:147)
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: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
Caused by: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
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.addPolyline(JLVectorLayer.java:70)
at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolyline(JLVectorLayer.java:46)
at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addPolyline_shouldAddPolylineAsLayer$6(JLMapViewIntegrationTest.java:132)
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)
02:09:31.911 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex16130183583458559585.html
02:09:31.911 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex16130183583458559585.html
02:09:31.925 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading complete
02:09:31.926 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- controller added to js scripts
02:09:31.926 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- Old Value: null New Value: io.github.makbn.jlmap.fx.JLMapView$$Lambda/0x00007fba90435538@33fede4e}
02:09:31.940 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: move jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
02:09:32.407 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: moveend jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
--- Exception in Async Thread ---
netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
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.addPolyline(JLVectorLayer.java:70)
io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolyline(JLVectorLayer.java:46)
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addPolyline_shouldAddPolylineAsLayer$6(JLMapViewIntegrationTest.java:132)
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
github-actions / Test Results (Java 21)
jlMapView_addImageOverlay_shouldAddImageOverlayAsLayer (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 image overlay addition
java.util.concurrent.TimeoutException: Timed out waiting for image overlay addition
at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_addImageOverlay_shouldAddImageOverlayAsLayer(JLMapViewIntegrationTest.java:124)
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: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
Caused by: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
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.addImage(JLUiLayer.java:166)
at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addImageOverlay_shouldAddImageOverlayAsLayer$4(JLMapViewIntegrationTest.java:106)
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)
02:09:38.342 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex8251794313231538342.html
02:09:38.342 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex8251794313231538342.html
02:09:38.358 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading complete
02:09:38.358 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- controller added to js scripts
02:09:38.358 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- Old Value: null New Value: io.github.makbn.jlmap.fx.JLMapView$$Lambda/0x00007fba90435538@33fede4e}
02:09:38.379 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: move jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
02:09:38.840 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: moveend jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
--- Exception in Async Thread ---
netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
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.addImage(JLUiLayer.java:166)
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addImageOverlay_shouldAddImageOverlayAsLayer$4(JLMapViewIntegrationTest.java:106)
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
github-actions / Test Results (Java 21)
jlMapView_addMultiPolyline_shouldAddMultiPolylineAsLayer (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 multi-polyline addition
java.util.concurrent.TimeoutException: Timed out waiting for multi-polyline addition
at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_addMultiPolyline_shouldAddMultiPolylineAsLayer(JLMapViewIntegrationTest.java:175)
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: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
Caused by: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
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.addMultiPolyline(JLVectorLayer.java:131)
at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addMultiPolyline(JLVectorLayer.java:100)
at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addMultiPolyline_shouldAddMultiPolylineAsLayer$8(JLMapViewIntegrationTest.java:155)
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)
02:09:48.923 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex14463558786891301683.html
02:09:48.923 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex14463558786891301683.html
02:09:48.937 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading complete
02:09:48.937 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- controller added to js scripts
02:09:48.937 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- Old Value: null New Value: io.github.makbn.jlmap.fx.JLMapView$$Lambda/0x00007fba90435538@33fede4e}
02:09:48.961 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: move jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
02:09:49.430 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: moveend jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
--- Exception in Async Thread ---
netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
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.addMultiPolyline(JLVectorLayer.java:131)
io.github.makbn.jlmap.fx.layer.JLVectorLayer.addMultiPolyline(JLVectorLayer.java:100)
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addMultiPolyline_shouldAddMultiPolylineAsLayer$8(JLMapViewIntegrationTest.java:155)
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)