Advertisement
Guest User

Untitled

a guest
Jan 31st, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 KB | None | 0 0
  1. Gtk-Message: Failed to load module "canberra-gtk-module"
  2. INFO MainApp - Starting Hello JavaFX and Maven demonstration application
  3. INFO MainApp - Loaded properties
  4. DEBUG MainApp - Loading FXML for main view from: /fxml/selectorWindow.fxml
  5. DEBUG MainApp - Showing JFX scene
  6. DEBUG ConnectionsPool - Connection created: conn2: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA and valid: true
  7. DEBUG DataSource - Closed connection: conn2: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA
  8. DEBUG ConnectionsPool - Connection created: conn5: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA and valid: true
  9. DEBUG DataSource - Closed connection: conn5: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA
  10. DEBUG ConnectionsPool - Connection created: conn8: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA and valid: true
  11. DEBUG DataSource - Closed connection: conn8: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA
  12. DEBUG ConnectionsPool - Connection created: conn11: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA and valid: true
  13. DEBUG DataSource - Closed connection: conn11: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA
  14. DEBUG ConnectionsPool - Connection created: conn14: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA and valid: true
  15. DEBUG DataSource - Closed connection: conn14: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA
  16. DEBUG ConnectionsPool - Connection created: conn17: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA and valid: true
  17. DEBUG DataSource - Closed connection: conn17: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA
  18. DEBUG ConnectionsPool - Connection created: conn20: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA and valid: true
  19. DEBUG DataSource - Closed connection: conn20: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA
  20. DEBUG ConnectionsPool - Connection created: conn23: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA and valid: true
  21. DEBUG DataSource - Closed connection: conn23: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA
  22. DEBUG ConnectionsPool - Connection created: conn26: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA and valid: true
  23. DEBUG DataSource - Closed connection: conn26: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA
  24. DEBUG ConnectionsPool - Connection created: conn29: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA and valid: true
  25. DEBUG DataSource - Closed connection: conn29: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA
  26. DEBUG ConnectionsPool - Connection created: conn32: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA and valid: true
  27. DEBUG DataSource - Closed connection: conn32: url=jdbc:h2:~/Chlorination/DB/Chlorination user=SA
  28. Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  29. at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1774)
  30. at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1657)
  31. at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
  32. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
  33. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  34. at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  35. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  36. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  37. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  38. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  39. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  40. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  41. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  42. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  43. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  44. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  45. at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  46. at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
  47. at javafx.event.Event.fireEvent(Event.java:198)
  48. at javafx.scene.Node.fireEvent(Node.java:8411)
  49. at javafx.scene.control.Button.fire(Button.java:185)
  50. at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:182)
  51. at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96)
  52. at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89)
  53. at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
  54. at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
  55. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
  56. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  57. at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  58. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  59. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  60. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  61. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  62. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  63. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  64. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  65. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  66. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  67. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  68. at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  69. at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
  70. at javafx.event.Event.fireEvent(Event.java:198)
  71. at javafx.scene.Scene$MouseHandler.process(Scene.java:3757)
  72. at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
  73. at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
  74. at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
  75. at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:352)
  76. at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:275)
  77. at java.security.AccessController.doPrivileged(Native Method)
  78. at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$355(GlassViewEventHandler.java:388)
  79. at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
  80. at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:387)
  81. at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
  82. at com.sun.glass.ui.View.notifyMouse(View.java:937)
  83. at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
  84. at com.sun.glass.ui.gtk.GtkApplication.lambda$null$50(GtkApplication.java:139)
  85. at java.lang.Thread.run(Thread.java:745)
  86. Caused by: java.lang.reflect.InvocationTargetException
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  90. at java.lang.reflect.Method.invoke(Method.java:497)
  91. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  92. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  94. at java.lang.reflect.Method.invoke(Method.java:497)
  95. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  96. at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1771)
  97. ... 56 more
  98. Caused by: java.util.MissingResourceException: Can't find bundle for base name ReportBundle, locale es_es
  99. at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1564)
  100. at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1387)
  101. at java.util.ResourceBundle.getBundle(ResourceBundle.java:845)
  102. at org.ongawa.peru.chlorination.modules.reports.ManagementReport.<init>(ManagementReport.java:55)
  103. at org.ongawa.peru.chlorination.gui.manage.ChlorinationWindow.triggerPrint(ChlorinationWindow.java:339)
  104. ... 66 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement