Guest User

Untitled

a guest
Jun 3rd, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.97 KB | None | 0 0
  1. Exception in thread "JavaFX Application Thread" kotlin.KotlinNullPointerException
  2. at org.chorusmc.chorus.connection.FTPRemoteConnection.getFiles(FTPRemoteConnection.kt:38)
  3. at org.chorusmc.chorus.views.remoteconnection.RemoteConnectionView.generateFiles(RemoteConnectionView.kt:162)
  4. at org.chorusmc.chorus.views.remoteconnection.RemoteConnectionView.generateFiles$default(RemoteConnectionView.kt:146)
  5. at org.chorusmc.chorus.menubar.file.OpenFromFTP$onAction$1.invoke(OpenFromFTP.kt:41)
  6. at org.chorusmc.chorus.menubar.file.OpenFromFTP$onAction$1.invoke(OpenFromFTP.kt:19)
  7. at org.chorusmc.chorus.views.remoteconnection.RemoteConnectionView$onConfirm$1.handle(RemoteConnectionView.kt:47)
  8. at org.chorusmc.chorus.views.remoteconnection.RemoteConnectionView$onConfirm$1.handle(RemoteConnectionView.kt:25)
  9. at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
  10. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
  11. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  12. at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  13. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  14. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  15. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  16. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  17. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  18. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  19. at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  20. at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
  21. at javafx.event.Event.fireEvent(Event.java:198)
  22. at javafx.scene.Node.fireEvent(Node.java:8413)
  23. at javafx.scene.control.Button.fire(Button.java:185)
  24. at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:182)
  25. at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96)
  26. at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89)
  27. at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
  28. at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
  29. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
  30. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  31. at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  32. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  33. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  34. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  35. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  36. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  37. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  38. at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  39. at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
  40. at javafx.event.Event.fireEvent(Event.java:198)
  41. at javafx.scene.Scene$MouseHandler.process(Scene.java:3757)
  42. at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
  43. at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
  44. at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
  45. at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:394)
  46. at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295)
  47. at java.security.AccessController.doPrivileged(Native Method)
  48. at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:432)
  49. at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
  50. at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:431)
  51. at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
  52. at com.sun.glass.ui.View.notifyMouse(View.java:937)
  53. at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
  54. at com.sun.glass.ui.gtk.GtkApplication.lambda$null$5(GtkApplication.java:139)
  55. at java.lang.Thread.run(Thread.java:748)
  56. Exception in thread "JavaFX Application Thread" kotlin.KotlinNullPointerException
  57. at org.chorusmc.chorus.menubar.file.OpenFromFTP$onAction$1.invoke(OpenFromFTP.kt:31)
  58. at org.chorusmc.chorus.menubar.file.OpenFromFTP$onAction$1.invoke(OpenFromFTP.kt:19)
  59. at org.chorusmc.chorus.views.remoteconnection.RemoteConnectionView$onConfirm$1.handle(RemoteConnectionView.kt:47)
  60. at org.chorusmc.chorus.views.remoteconnection.RemoteConnectionView$onConfirm$1.handle(RemoteConnectionView.kt:25)
  61. at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
  62. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
  63. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  64. at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  65. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  66. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  67. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  68. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  69. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  70. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  71. at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  72. at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
  73. at javafx.event.Event.fireEvent(Event.java:198)
  74. at javafx.scene.Node.fireEvent(Node.java:8413)
  75. at javafx.scene.control.Button.fire(Button.java:185)
  76. at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:182)
  77. at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96)
  78. at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89)
  79. at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
  80. at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
  81. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
  82. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  83. at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  84. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  85. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  86. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  87. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  88. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  89. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  90. at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  91. at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
  92. at javafx.event.Event.fireEvent(Event.java:198)
  93. at javafx.scene.Scene$MouseHandler.process(Scene.java:3757)
  94. at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
  95. at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
  96. at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
  97. at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:394)
  98. at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295)
  99. at java.security.AccessController.doPrivileged(Native Method)
  100. at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:432)
  101. at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
  102. at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:431)
  103. at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
  104. at com.sun.glass.ui.View.notifyMouse(View.java:937)
  105. at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
  106. at com.sun.glass.ui.gtk.GtkApplication.lambda$null$5(GtkApplication.java:139)
Advertisement
Add Comment
Please, Sign In to add comment