Advertisement
KazankovMarch

Untitled

Jun 10th, 2019
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. IdeaProjects/test_async/out/production/test_async sample.Main
  2. Exception in thread "pool-2-thread-3" java.lang.ArrayIndexOutOfBoundsException: 0
  3. at com.sun.javafx.text.PrismTextLayout.getCaretShape(PrismTextLayout.java:365)
  4. at javafx.scene.text.Text$TextAttribute$11.computeValue(Text.java:1787)
  5. at javafx.scene.text.Text$TextAttribute$11.computeValue(Text.java:1777)
  6. at javafx.beans.binding.ObjectBinding.get(ObjectBinding.java:153)
  7. at javafx.beans.binding.ObjectExpression.getValue(ObjectExpression.java:50)
  8. at javafx.beans.property.ObjectPropertyBase.get(ObjectPropertyBase.java:132)
  9. at com.sun.javafx.scene.control.skin.TextFieldSkin.lambda$new$248(TextFieldSkin.java:233)
  10. at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:137)
  11. at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
  12. at javafx.beans.property.ObjectPropertyBase.fireValueChangedEvent(ObjectPropertyBase.java:105)
  13. at javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:112)
  14. at javafx.beans.property.ObjectPropertyBase.access$000(ObjectPropertyBase.java:51)
  15. at javafx.beans.property.ObjectPropertyBase$Listener.invalidated(ObjectPropertyBase.java:233)
  16. at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:137)
  17. at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
  18. at javafx.beans.binding.ObjectBinding.invalidate(ObjectBinding.java:172)
  19. at javafx.scene.text.Text.impl_geomChanged(Text.java:769)
  20. at javafx.scene.text.Text.needsTextLayout(Text.java:194)
  21. at javafx.scene.text.Text.needsFullTextLayout(Text.java:189)
  22. at javafx.scene.text.Text.access$200(Text.java:95)
  23. at javafx.scene.text.Text$2.invalidated(Text.java:389)
  24. at javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:109)
  25. at javafx.beans.property.StringPropertyBase.access$000(StringPropertyBase.java:49)
  26. at javafx.beans.property.StringPropertyBase$Listener.invalidated(StringPropertyBase.java:230)
  27. at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:137)
  28. at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
  29. at javafx.beans.binding.StringBinding.invalidate(StringBinding.java:171)
  30. at com.sun.javafx.binding.BindingHelperObserver.invalidated(BindingHelperObserver.java:51)
  31. at com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(ExpressionHelper.java:349)
  32. at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
  33. at javafx.scene.control.TextInputControl$TextProperty.fireValueChangedEvent(TextInputControl.java:1389)
  34. at javafx.scene.control.TextInputControl$TextProperty.markInvalid(TextInputControl.java:1393)
  35. at javafx.scene.control.TextInputControl$TextProperty.controlContentHasChanged(TextInputControl.java:1332)
  36. at javafx.scene.control.TextInputControl$TextProperty.access$1600(TextInputControl.java:1300)
  37. at javafx.scene.control.TextInputControl.lambda$new$131(TextInputControl.java:139)
  38. at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:137)
  39. at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
  40. at javafx.scene.control.TextField$TextFieldContent.insert(TextField.java:87)
  41. at javafx.scene.control.TextInputControl.replaceText(TextInputControl.java:1204)
  42. at javafx.scene.control.TextInputControl.filterAndSet(TextInputControl.java:1171)
  43. at javafx.scene.control.TextInputControl.access$900(TextInputControl.java:79)
  44. at javafx.scene.control.TextInputControl$TextProperty.doSet(TextInputControl.java:1410)
  45. at javafx.scene.control.TextInputControl$TextProperty.set(TextInputControl.java:1323)
  46. at javafx.scene.control.TextInputControl.setText(TextInputControl.java:349)
  47. at sample.Controller.lambda$proceedBtnAndFld$1(Controller.java:38)
  48. at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656)
  49. at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632)
  50. at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
  51. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1595)
  52. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  53. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  54. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement