Skip to content

Instantly share code, notes, and snippets.

@sozysozbot
Last active June 1, 2019 01:54
Show Gist options
  • Save sozysozbot/4c4a98a94f1b637d9140cc22352c7b10 to your computer and use it in GitHub Desktop.
Save sozysozbot/4c4a98a94f1b637d9140cc22352c7b10 to your computer and use it in GitHub Desktop.
ZpDIC ver 1.34.0-2591をWindows 10上 (openjdk 11.0.3 2019-04-16, JavaFX 11.0.2)で動かし、登録済み辞書を開こうとした際に「辞書が壊れている可能性があります。」とともに出たログ。直後にもう一度やるが再現せず。
java.lang.NullPointerException
at javafx.base/javafx.collections.transformation.SortedList$Element.access$200(SortedList.java:277)
at javafx.base/javafx.collections.transformation.SortedList$ElementComparator.compare(SortedList.java:299)
at javafx.base/javafx.collections.transformation.SortedList$ElementComparator.compare(SortedList.java:288)
at javafx.base/com.sun.javafx.collections.SortHelper.mergeSort(SortHelper.java:260)
at javafx.base/com.sun.javafx.collections.SortHelper.mergeSort(SortHelper.java:272)
at javafx.base/com.sun.javafx.collections.SortHelper.mergeSort(SortHelper.java:271)
at javafx.base/com.sun.javafx.collections.SortHelper.mergeSort(SortHelper.java:271)
at javafx.base/com.sun.javafx.collections.SortHelper.mergeSort(SortHelper.java:271)
at javafx.base/com.sun.javafx.collections.SortHelper.mergeSort(SortHelper.java:272)
at javafx.base/com.sun.javafx.collections.SortHelper.mergeSort(SortHelper.java:272)
at javafx.base/com.sun.javafx.collections.SortHelper.sort(SortHelper.java:96)
at javafx.base/javafx.collections.transformation.SortedList.setAllToMapping(SortedList.java:357)
at javafx.base/javafx.collections.transformation.SortedList.addRemove(SortedList.java:402)
at javafx.base/javafx.collections.transformation.SortedList.sourceChanged(SortedList.java:108)
at javafx.base/javafx.collections.transformation.TransformationList.lambda$getListener$0(TransformationList.java:106)
at javafx.base/javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
at javafx.base/com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
at javafx.base/com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
at javafx.base/javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
at javafx.base/javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
at javafx.base/javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
at javafx.base/javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
at javafx.base/javafx.collections.transformation.FilteredList.sourceChanged(FilteredList.java:147)
at javafx.base/javafx.collections.transformation.TransformationList.lambda$getListener$0(TransformationList.java:106)
at javafx.base/javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
at javafx.base/com.sun.javafx.collections.ListListenerHelper$SingleChange.fireValueChangedEvent(ListListenerHelper.java:164)
at javafx.base/com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
at javafx.base/javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
at javafx.base/javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
at javafx.base/javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
at javafx.base/javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
at javafx.base/javafx.collections.ModifiableObservableListBase.addAll(ModifiableObservableListBase.java:102)
at ziphil.dictionary.Loader.call(Loader.groovy:25)
at ziphil.dictionary.Loader.call(Loader.groovy)
at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:834)
java.lang.IllegalStateException: Not on FX application thread; currentThread = Thread-5
at javafx.graphics/com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:291)
at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:424)
at javafx.graphics/javafx.stage.Stage.<init>(Stage.java:254)
at ziphil.custom.Dialog.<init>(Dialog.groovy:26)
at ziphil.custom.Dialog.<init>(Dialog.groovy:31)
at ziphil.controller.PrimitiveController.showErrorDialog(PrimitiveController.groovy:60)
at ziphil.controller.MainController.handleException(MainController.groovy:832)
at ziphil.controller.MainController.access$9(MainController.groovy)
at ziphil.controller.MainController$_setupExceptionHandler_closure15.doCall(MainController.groovy:983)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:102)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:313)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1047)
at groovy.lang.Closure.call(Closure.java:418)
at org.codehaus.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:54)
at org.codehaus.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:124)
at com.sun.proxy.$Proxy20.uncaughtException(Unknown Source)
at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1055)
at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1050)
at javafx.base/com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:331)
at javafx.base/com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
at javafx.base/javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
at javafx.base/javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
at javafx.base/javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
at javafx.base/javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
at javafx.base/javafx.collections.transformation.FilteredList.sourceChanged(FilteredList.java:147)
at javafx.base/javafx.collections.transformation.TransformationList.lambda$getListener$0(TransformationList.java:106)
at javafx.base/javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
at javafx.base/com.sun.javafx.collections.ListListenerHelper$SingleChange.fireValueChangedEvent(ListListenerHelper.java:164)
at javafx.base/com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
at javafx.base/javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
at javafx.base/javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
at javafx.base/javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
at javafx.base/javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
at javafx.base/javafx.collections.ModifiableObservableListBase.addAll(ModifiableObservableListBase.java:102)
at ziphil.dictionary.Loader.call(Loader.groovy:25)
at ziphil.dictionary.Loader.call(Loader.groovy)
at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:834)
java.lang.IllegalStateException: Not on FX application thread; currentThread = Thread-5
at javafx.graphics/com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:291)
at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:424)
at javafx.graphics/javafx.stage.Stage.<init>(Stage.java:254)
at ziphil.custom.Dialog.<init>(Dialog.groovy:26)
at ziphil.custom.Dialog.<init>(Dialog.groovy:31)
at ziphil.controller.PrimitiveController.showErrorDialog(PrimitiveController.groovy:60)
at ziphil.controller.MainController.handleException(MainController.groovy:832)
at ziphil.controller.MainController.access$9(MainController.groovy)
at ziphil.controller.MainController$_setupExceptionHandler_closure15.doCall(MainController.groovy:983)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:102)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:313)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1047)
at groovy.lang.Closure.call(Closure.java:418)
at org.codehaus.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:54)
at org.codehaus.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:124)
at com.sun.proxy.$Proxy20.uncaughtException(Unknown Source)
at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1055)
at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1050)
at javafx.base/com.sun.javafx.collections.ListListenerHelper$SingleChange.fireValueChangedEvent(ListListenerHelper.java:166)
at javafx.base/com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
at javafx.base/javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
at javafx.base/javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
at javafx.base/javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
at javafx.base/javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
at javafx.base/javafx.collections.ModifiableObservableListBase.addAll(ModifiableObservableListBase.java:102)
at ziphil.dictionary.Loader.call(Loader.groovy:25)
at ziphil.dictionary.Loader.call(Loader.groovy)
at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:834)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment