You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.IllegalStateException: Not on FX application thread; currentThread = pool-1-thread-1
at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:236)
at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:423)
at com.sun.javafx.webkit.prism.PrismInvoker.checkEventThread(PrismInvoker.java:62)
at com.sun.webkit.dom.JSObject.call(JSObject.java:105)
at de.micromata.mgc.javafx.logging.LoggingLogViewAdapter.refreshLogConfiguration(LoggingLogViewAdapter.java:118)
at de.micromata.mgc.javafx.logging.LoggingController.refreshLogConfiguration(LoggingController.java:281)
at de.micromata.mgc.javafx.logging.FxLogconsoleLogRegisteredLogAttributesChangedEventListener.onEvent(FxLogconsoleLogRegisteredLogAttributesChangedEventListener.java:39)
at de.micromata.mgc.javafx.logging.FxLogconsoleLogRegisteredLogAttributesChangedEventListener.onEvent(FxLogconsoleLogRegisteredLogAttributesChangedEventListener.java:1)
at de.micromata.genome.util.event.AbstractMgcEventRegistry.invokeListener(AbstractMgcEventRegistry.java:52)
at de.micromata.genome.util.event.SimpleEventClassRegistry.invokeListenerClass(SimpleEventClassRegistry.java:200)
at de.micromata.genome.util.event.SimpleEventClassRegistry.dispatchEvent(SimpleEventClassRegistry.java:187)
at de.micromata.genome.util.event.SimpleEventClassRegistry.submitEvent(SimpleEventClassRegistry.java:169)
at de.micromata.genome.logging.events.LoggingEventListenerRegistryServiceImpl.submitEvent(LoggingEventListenerRegistryServiceImpl.java:42)
at de.micromata.genome.logging.BaseLogging.registerLogAttributeType(BaseLogging.java:213)
at com.dpdhl.freight.edg1mig.common.logging.EdgLogAttributeType.(EdgLogAttributeType.java:42)
... 72 more
Ich kann nur noch mit '-nogui' gestartet.
java version "1.8.0_102"
The text was updated successfully, but these errors were encountered:
Caused by: java.lang.IllegalStateException: Not on FX application thread; currentThread = pool-1-thread-1
at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:236)
at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:423)
at com.sun.javafx.webkit.prism.PrismInvoker.checkEventThread(PrismInvoker.java:62)
at com.sun.webkit.dom.JSObject.call(JSObject.java:105)
at de.micromata.mgc.javafx.logging.LoggingLogViewAdapter.refreshLogConfiguration(LoggingLogViewAdapter.java:118)
at de.micromata.mgc.javafx.logging.LoggingController.refreshLogConfiguration(LoggingController.java:281)
at de.micromata.mgc.javafx.logging.FxLogconsoleLogRegisteredLogAttributesChangedEventListener.onEvent(FxLogconsoleLogRegisteredLogAttributesChangedEventListener.java:39)
at de.micromata.mgc.javafx.logging.FxLogconsoleLogRegisteredLogAttributesChangedEventListener.onEvent(FxLogconsoleLogRegisteredLogAttributesChangedEventListener.java:1)
at de.micromata.genome.util.event.AbstractMgcEventRegistry.invokeListener(AbstractMgcEventRegistry.java:52)
at de.micromata.genome.util.event.SimpleEventClassRegistry.invokeListenerClass(SimpleEventClassRegistry.java:200)
at de.micromata.genome.util.event.SimpleEventClassRegistry.dispatchEvent(SimpleEventClassRegistry.java:187)
at de.micromata.genome.util.event.SimpleEventClassRegistry.submitEvent(SimpleEventClassRegistry.java:169)
at de.micromata.genome.logging.events.LoggingEventListenerRegistryServiceImpl.submitEvent(LoggingEventListenerRegistryServiceImpl.java:42)
at de.micromata.genome.logging.BaseLogging.registerLogAttributeType(BaseLogging.java:213)
at com.dpdhl.freight.edg1mig.common.logging.EdgLogAttributeType.(EdgLogAttributeType.java:42)
... 72 more
Ich kann nur noch mit '-nogui' gestartet.
java version "1.8.0_102"
The text was updated successfully, but these errors were encountered: