Advertisement
Guest User

Untitled

a guest
Sep 12th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.81 KB | None | 0 0
  1. 43629966 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - Storing preferences in database
  2. 43630363 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - save dialog settings
  3. 2159 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - start DAOs - begin
  4. 2469 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] INFO com.sebulli.fakturama.rcp - Entering default Preference Initializer
  5. 3195 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - start DAOs - end
  6. 47780 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - no entities found for [last_setnextnr_date_offer], returning {null} value.
  7. 117113 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - no entities found for [NUMBERRANGE_LETTER_NR], returning {null} value.
  8. 117117 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - no entities found for [last_setnextnr_date_letter], returning {null} value.
  9. 141135 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - ******************* open NEW doc
  10. 142382 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Error starting OpenOffice from Document.ott
  11. java.lang.NullPointerException: null
  12. at com.sebulli.fakturama.office.Placeholders.createPaymentText(Placeholders.java:917) ~[na:na]
  13. at com.sebulli.fakturama.office.Placeholders.getDocumentInfoByPlaceholder(Placeholders.java:704) ~[na:na]
  14. at com.sebulli.fakturama.office.Placeholders.getDocumentInfo(Placeholders.java:445) ~[na:na]
  15. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperty(OfficeDocument.java:1035) ~[na:na]
  16. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperties(OfficeDocument.java:1048) ~[na:na]
  17. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:201) ~[na:na]
  18. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  19. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  23. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  24. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  25. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  26. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  27. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  28. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  29. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  30. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  31. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  32. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  33. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  34. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  35. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  36. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  37. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  38. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  39. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  40. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  41. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  42. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  43. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  44. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  45. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  46. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  47. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  48. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  49. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  53. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  54. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  55. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  56. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  57. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  58. 142384 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Dokument konnte nicht erstellt werden!
  59. com.sebulli.fakturama.exception.FakturamaStoringException: null
  60. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:295) ~[na:na]
  61. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  62. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  66. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  67. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  68. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  69. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  70. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  71. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  72. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  73. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  74. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  75. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  76. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  77. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  78. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  79. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  80. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  81. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  82. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  83. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  84. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  85. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  86. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  87. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  88. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  89. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  90. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  91. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  92. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  96. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  97. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  98. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  99. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  100. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  101. 196530 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - no entities found for [last_setnextnr_date_debtor], returning {null} value.
  102. 352751 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - ******************* open NEW doc
  103. 352914 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Error starting OpenOffice from Document.ott
  104. java.lang.NullPointerException: null
  105. at com.sebulli.fakturama.office.Placeholders.createPaymentText(Placeholders.java:917) ~[na:na]
  106. at com.sebulli.fakturama.office.Placeholders.getDocumentInfoByPlaceholder(Placeholders.java:704) ~[na:na]
  107. at com.sebulli.fakturama.office.Placeholders.getDocumentInfo(Placeholders.java:445) ~[na:na]
  108. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperty(OfficeDocument.java:1035) ~[na:na]
  109. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperties(OfficeDocument.java:1048) ~[na:na]
  110. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:201) ~[na:na]
  111. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  112. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  113. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  114. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  115. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  116. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  117. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  118. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  119. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  120. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  121. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  122. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  123. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  124. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  125. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  126. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  127. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  128. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  129. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  130. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  131. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  132. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  133. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  134. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  135. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  136. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  137. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  138. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  139. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  140. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  141. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  142. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  143. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  144. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  145. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  146. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  147. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  148. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  149. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  150. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  151. 352918 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Dokument konnte nicht erstellt werden!
  152. com.sebulli.fakturama.exception.FakturamaStoringException: null
  153. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:295) ~[na:na]
  154. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  155. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  156. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  157. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  158. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  159. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  160. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  161. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  162. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  163. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  164. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  165. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  166. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  167. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  168. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  169. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  170. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  171. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  172. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  173. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  174. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  175. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  176. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  177. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  178. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  179. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  180. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  181. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  182. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  183. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  184. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  185. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  186. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  187. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  188. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  189. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  190. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  191. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  192. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  193. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  194. 397776 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - ******************* open NEW doc
  195. 397939 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Error starting OpenOffice from Document.ott
  196. java.lang.NullPointerException: null
  197. at com.sebulli.fakturama.office.Placeholders.createPaymentText(Placeholders.java:917) ~[na:na]
  198. at com.sebulli.fakturama.office.Placeholders.getDocumentInfoByPlaceholder(Placeholders.java:704) ~[na:na]
  199. at com.sebulli.fakturama.office.Placeholders.getDocumentInfo(Placeholders.java:445) ~[na:na]
  200. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperty(OfficeDocument.java:1035) ~[na:na]
  201. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperties(OfficeDocument.java:1048) ~[na:na]
  202. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:201) ~[na:na]
  203. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  204. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  205. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  206. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  207. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  208. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  209. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  210. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  211. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  212. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  213. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  214. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  215. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  216. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  217. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  218. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  219. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  220. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  221. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  222. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  223. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  224. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  225. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  226. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  227. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  228. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  229. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  230. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  231. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  232. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  233. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  234. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  235. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  236. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  237. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  238. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  239. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  240. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  241. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  242. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  243. 397943 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Dokument konnte nicht erstellt werden!
  244. com.sebulli.fakturama.exception.FakturamaStoringException: null
  245. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:295) ~[na:na]
  246. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  247. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  248. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  249. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  250. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  251. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  252. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  253. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  254. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  255. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  256. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  257. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  258. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  259. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  260. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  261. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  262. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  263. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  264. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  265. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  266. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  267. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  268. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  269. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  270. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  271. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  272. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  273. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  274. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  275. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  276. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  277. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  278. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  279. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  280. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  281. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  282. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  283. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  284. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  285. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  286. 492814 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - ******************* open NEW doc
  287. 492966 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Error starting OpenOffice from Document.ott
  288. java.lang.NullPointerException: null
  289. at com.sebulli.fakturama.office.Placeholders.createPaymentText(Placeholders.java:917) ~[na:na]
  290. at com.sebulli.fakturama.office.Placeholders.getDocumentInfoByPlaceholder(Placeholders.java:704) ~[na:na]
  291. at com.sebulli.fakturama.office.Placeholders.getDocumentInfo(Placeholders.java:445) ~[na:na]
  292. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperty(OfficeDocument.java:1035) ~[na:na]
  293. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperties(OfficeDocument.java:1048) ~[na:na]
  294. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:201) ~[na:na]
  295. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  296. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  297. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  298. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  299. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  300. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  301. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  302. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  303. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  304. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  305. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  306. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  307. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  308. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  309. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  310. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  311. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  312. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  313. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  314. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  315. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  316. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  317. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  318. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  319. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  320. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  321. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  322. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  323. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  324. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  325. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  326. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  327. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  328. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  329. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  330. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  331. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  332. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  333. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  334. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  335. 492973 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Dokument konnte nicht erstellt werden!
  336. com.sebulli.fakturama.exception.FakturamaStoringException: null
  337. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:295) ~[na:na]
  338. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  339. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  340. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  341. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  342. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  343. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  344. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  345. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  346. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  347. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  348. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  349. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  350. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  351. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  352. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  353. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  354. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  355. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  356. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  357. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  358. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  359. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  360. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  361. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  362. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  363. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  364. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  365. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  366. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  367. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  368. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  369. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  370. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  371. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  372. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  373. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  374. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  375. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  376. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  377. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  378. 550929 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - part is already created!
  379. 551985 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - part is already created!
  380. 579234 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - ******************* open NEW doc
  381. 579414 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Error starting OpenOffice from Document.ott
  382. java.lang.NullPointerException: null
  383. at com.sebulli.fakturama.office.Placeholders.createPaymentText(Placeholders.java:917) ~[na:na]
  384. at com.sebulli.fakturama.office.Placeholders.getDocumentInfoByPlaceholder(Placeholders.java:704) ~[na:na]
  385. at com.sebulli.fakturama.office.Placeholders.getDocumentInfo(Placeholders.java:445) ~[na:na]
  386. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperty(OfficeDocument.java:1035) ~[na:na]
  387. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperties(OfficeDocument.java:1048) ~[na:na]
  388. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:201) ~[na:na]
  389. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  390. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  391. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  392. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  393. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  394. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  395. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  396. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  397. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  398. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  399. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  400. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  401. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  402. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  403. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  404. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  405. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  406. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  407. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  408. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  409. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  410. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  411. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  412. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  413. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  414. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  415. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  416. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  417. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  418. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  419. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  420. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  421. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  422. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  423. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  424. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  425. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  426. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  427. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  428. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  429. 579421 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Dokument konnte nicht erstellt werden!
  430. com.sebulli.fakturama.exception.FakturamaStoringException: null
  431. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:295) ~[na:na]
  432. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  433. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  434. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  435. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  436. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  437. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  438. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  439. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  440. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  441. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  442. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  443. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  444. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  445. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  446. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  447. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  448. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  449. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  450. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  451. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  452. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  453. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  454. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  455. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  456. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  457. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  458. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  459. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  460. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  461. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  462. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  463. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  464. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  465. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  466. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  467. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  468. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  469. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  470. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  471. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  472. 781792 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - ******************* open NEW doc
  473. 781959 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Error starting OpenOffice from Document.ott
  474. java.lang.NullPointerException: null
  475. at com.sebulli.fakturama.office.Placeholders.createPaymentText(Placeholders.java:917) ~[na:na]
  476. at com.sebulli.fakturama.office.Placeholders.getDocumentInfoByPlaceholder(Placeholders.java:704) ~[na:na]
  477. at com.sebulli.fakturama.office.Placeholders.getDocumentInfo(Placeholders.java:445) ~[na:na]
  478. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperty(OfficeDocument.java:1035) ~[na:na]
  479. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperties(OfficeDocument.java:1048) ~[na:na]
  480. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:201) ~[na:na]
  481. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  482. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  483. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  484. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  485. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  486. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  487. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  488. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  489. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  490. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  491. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  492. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  493. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  494. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  495. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  496. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  497. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  498. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  499. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  500. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  501. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  502. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  503. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  504. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  505. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  506. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  507. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  508. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  509. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  510. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  511. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  512. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  513. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  514. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  515. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  516. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  517. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  518. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  519. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  520. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  521. 781963 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Dokument konnte nicht erstellt werden!
  522. com.sebulli.fakturama.exception.FakturamaStoringException: null
  523. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:295) ~[na:na]
  524. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  525. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  526. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  527. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  528. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  529. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  530. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  531. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  532. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  533. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  534. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  535. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  536. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  537. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  538. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  539. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  540. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  541. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  542. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  543. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  544. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  545. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  546. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  547. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  548. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  549. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  550. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  551. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  552. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  553. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  554. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  555. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  556. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  557. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  558. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  559. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  560. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  561. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  562. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  563. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  564. 897423 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - ******************* open NEW doc
  565. 897684 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Error starting OpenOffice from Document.ott
  566. java.lang.NullPointerException: null
  567. at com.sebulli.fakturama.office.Placeholders.createPaymentText(Placeholders.java:917) ~[na:na]
  568. at com.sebulli.fakturama.office.Placeholders.getDocumentInfoByPlaceholder(Placeholders.java:704) ~[na:na]
  569. at com.sebulli.fakturama.office.Placeholders.getDocumentInfo(Placeholders.java:445) ~[na:na]
  570. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperty(OfficeDocument.java:1035) ~[na:na]
  571. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperties(OfficeDocument.java:1048) ~[na:na]
  572. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:201) ~[na:na]
  573. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  574. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  575. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  576. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  577. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  578. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  579. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  580. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  581. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  582. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  583. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  584. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  585. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  586. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  587. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  588. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  589. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  590. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  591. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  592. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  593. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  594. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  595. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  596. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  597. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  598. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  599. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  600. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  601. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  602. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  603. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  604. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  605. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  606. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  607. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  608. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  609. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  610. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  611. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  612. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  613. 897686 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Dokument konnte nicht erstellt werden!
  614. com.sebulli.fakturama.exception.FakturamaStoringException: null
  615. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:295) ~[na:na]
  616. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  617. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  618. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  619. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  620. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  621. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  622. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  623. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  624. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  625. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  626. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  627. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  628. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  629. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  630. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  631. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  632. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  633. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  634. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  635. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  636. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  637. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  638. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  639. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  640. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  641. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  642. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  643. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  644. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  645. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  646. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  647. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  648. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  649. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  650. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  651. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  652. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  653. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  654. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  655. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  656. 905748 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] DEBUG com.sebulli.fakturama.common - ******************* open NEW doc
  657. 905917 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Error starting OpenOffice from Document.ott
  658. java.lang.NullPointerException: null
  659. at com.sebulli.fakturama.office.Placeholders.createPaymentText(Placeholders.java:917) ~[na:na]
  660. at com.sebulli.fakturama.office.Placeholders.getDocumentInfoByPlaceholder(Placeholders.java:704) ~[na:na]
  661. at com.sebulli.fakturama.office.Placeholders.getDocumentInfo(Placeholders.java:445) ~[na:na]
  662. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperty(OfficeDocument.java:1035) ~[na:na]
  663. at com.sebulli.fakturama.office.OfficeDocument.setCommonProperties(OfficeDocument.java:1048) ~[na:na]
  664. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:201) ~[na:na]
  665. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  666. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  667. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  668. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  669. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  670. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  671. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  672. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  673. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  674. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  675. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  676. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  677. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  678. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  679. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  680. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  681. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  682. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  683. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  684. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  685. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  686. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  687. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  688. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  689. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  690. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  691. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  692. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  693. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  694. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  695. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  696. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  697. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  698. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  699. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  700. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  701. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  702. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  703. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  704. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  705. 905922 [com.sebulli.fakturama.log.LogbackAdapter@3659d7b1] ERROR com.sebulli.fakturama.common - Dokument konnte nicht erstellt werden!
  706. com.sebulli.fakturama.exception.FakturamaStoringException: null
  707. at com.sebulli.fakturama.office.OfficeDocument.createDocument(OfficeDocument.java:295) ~[na:na]
  708. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.openOODocument(CreateOODocumentHandler.java:252) ~[na:na]
  709. at com.sebulli.fakturama.handlers.CreateOODocumentHandler.run(CreateOODocumentHandler.java:194) ~[na:na]
  710. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  711. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  712. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  713. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  714. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ~[na:na]
  715. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:282) ~[na:na]
  716. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:264) ~[na:na]
  717. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) ~[na:na]
  718. at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) ~[na:na]
  719. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494) ~[na:na]
  720. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:488) ~[na:na]
  721. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) ~[na:na]
  722. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) ~[na:na]
  723. at com.sebulli.fakturama.parts.CoolbarViewPart$1.widgetSelected(CoolbarViewPart.java:351) ~[na:na]
  724. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249) ~[na:na]
  725. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[na:na]
  726. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227) ~[na:na]
  727. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340) ~[na:na]
  728. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561) ~[na:na]
  729. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151) ~[na:na]
  730. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) ~[na:na]
  731. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) ~[na:na]
  732. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) ~[na:na]
  733. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) ~[na:na]
  734. at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:161) ~[na:na]
  735. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) ~[na:na]
  736. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) ~[na:na]
  737. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) ~[na:na]
  738. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) ~[na:na]
  739. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) ~[na:na]
  740. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
  741. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_91]
  742. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
  743. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
  744. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  745. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  746. at org.eclipse.equinox.launcher.Main.run(Main.java:1519) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
  747. at org.eclipse.equinox.launcher.Main.main(Main.java:1492) ~[org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar:na]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement