Advertisement
Guest User

Untitled

a guest
May 31st, 2017
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.01 KB | None | 0 0
  1. DEBUG 34 :org.bitbucket.openminds.test.gui.App#main - Working Directory = /home/n0s/workspace/openminds
  2. DEBUG 40 :org.bitbucket.openminds.test.gui.App#main - Set look and feel: javax.swing.plaf.metal.MetalLookAndFeel
  3. DEBUG 47 :org.bitbucket.openminds.test.gui.App#main - Opening hsqldb-manager
  4. DEBUG 70 :org.bitbucket.openminds.gui.MainFrame#<init> - SettingFrame: org.bitbucket.openminds.service.SettingService@16614e7
  5. DEBUG 71 :org.bitbucket.openminds.gui.MainFrame#<init> - Entering constructor MainFrame
  6. INFO 77 :org.bitbucket.openminds.gui.MainFrame#<init> - Trying to load properties ...
  7. DEBUG 62 :org.bitbucket.openminds.helper.Tools#getStreamOfSystemResource - Entering getStreamOfSystemResource: param: resource=properties/gui/openminds.properties
  8. INFO 108 :org.bitbucket.openminds.gui.MainFrame#<init> - Properties loaded
  9. INFO 226 :org.bitbucket.openminds.gui.MainFrame#<init> - Trying to load selected language (en) package
  10. DEBUG 62 :org.bitbucket.openminds.helper.Tools#getStreamOfSystemResource - Entering getStreamOfSystemResource: param: resource=lang/Resources_en.properties
  11. INFO 229 :org.bitbucket.openminds.gui.MainFrame#<init> - Loaded selected language (en) package successfully
  12. ERROR 128 :org.bitbucket.openminds.helper.Tools#getText - Could not get text for key: print
  13. DEBUG 435 :org.bitbucket.openminds.service.MindmapService#getAllTags - Get all Tags
  14. INFO 477 :org.bitbucket.openminds.dao.JdbcObjectTagDAO#getAllTags - Get all Tags
  15. DEBUG 479 :org.bitbucket.openminds.dao.JdbcObjectTagDAO#getAllTags - Tag list contains 0 tags
  16. ERROR 128 :org.bitbucket.openminds.helper.Tools#getText - Could not get text for key: Category
  17. INFO 460 :org.bitbucket.openminds.dao.JdbcObjectCategoryDAO#getAllCategories - Get all categories
  18. DEBUG 462 :org.bitbucket.openminds.dao.JdbcObjectCategoryDAO#getAllCategories - Returning 0
  19. DEBUG 1922:org.bitbucket.openminds.gui.controller.Controller#convertToActionList - Entering convertToActionList
  20. ERROR 128 :org.bitbucket.openminds.helper.Tools#getText - Could not get text for key: Empty
  21. WARN 1716:org.bitbucket.openminds.gui.controller.Controller#getSelected - Currently selected node - no map open
  22. ERROR 128 :org.bitbucket.openminds.helper.Tools#getText - Could not get text for key: mv_close_mv
  23. INFO 256 :org.bitbucket.openminds.gui.MainFrame#<init> - Loading necessary settings
  24. INFO 339 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - Get Setting setting = name
  25. DEBUG 346 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - No Setting data
  26. INFO 339 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - Get Setting setting = email
  27. DEBUG 346 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - No Setting data
  28. INFO 339 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - Get Setting setting = emailHost
  29. DEBUG 346 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - No Setting data
  30. INFO 264 :org.bitbucket.openminds.gui.MainFrame#<init> - One of necessary settings missing - edit settings
  31. Konstruktor AConfirmFrame
  32. DEBUG 50 :org.bitbucket.openminds.gui.frame.AConfirmFrame#<init> - new ConfirmFrame
  33. INFO 339 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - Get Setting setting = email
  34. DEBUG 346 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - No Setting data
  35. INFO 339 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - Get Setting setting = name
  36. DEBUG 346 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - No Setting data
  37. INFO 339 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - Get Setting setting = emailHost
  38. DEBUG 346 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - No Setting data
  39. INFO 276 :org.bitbucket.openminds.gui.MainFrame#<init> - Loading default category
  40. INFO 339 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - Get Setting setting = idDefCategory
  41. DEBUG 346 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#getSetting - No Setting data
  42. INFO 294 :org.bitbucket.openminds.gui.MainFrame#<init> - Could not find user defined default category (maybe first startup) - using the one from the properties file
  43. DEBUG 67 :org.bitbucket.openminds.domain.Category#setIcon - Icon set to:bell.png
  44. INFO 467 :org.bitbucket.openminds.dao.JdbcObjectCategoryDAO#saveCategory - Add Category Name = default
  45. DEBUG 468 :org.bitbucket.openminds.dao.JdbcObjectCategoryDAO#saveCategory - Initialise SQL Parameters
  46. DEBUG 474 :org.bitbucket.openminds.dao.JdbcObjectCategoryDAO#saveCategory - Initialise Transaction Manager
  47. DEBUG 479 :org.bitbucket.openminds.dao.JdbcObjectCategoryDAO#doInTransaction - Start Transaction
  48. DEBUG 366 :org.bitbucket.openminds.dao.JdbcObjectCategoryDAO$Query_SaveCategory#checkCompiled - SQL operation not compiled before execution - invoking compile
  49. DEBUG 343 :org.bitbucket.openminds.dao.JdbcObjectCategoryDAO$Query_SaveCategory#compile - RdbmsOperation with SQL [
  50. INSERT INTO Category (id, name, icon, color)
  51. VALUES (NULL, ?, ?, ?)
  52. ] compiled
  53. DEBUG 483 :org.bitbucket.openminds.dao.JdbcObjectCategoryDAO#doInTransaction - End of Transaction
  54. INFO 490 :org.bitbucket.openminds.dao.JdbcObjectCategoryDAO#saveCategory - Return ID from inserted category = 2
  55. INFO 359 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Add Setting setting = idDefCategory
  56. DEBUG 360 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Initialise SQL Parameters
  57. DEBUG 365 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Execute Save
  58. DEBUG 366 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO$Query_SaveSetting#checkCompiled - SQL operation not compiled before execution - invoking compile
  59. DEBUG 343 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO$Query_SaveSetting#compile - RdbmsOperation with SQL [
  60. INSERT INTO setting (setting, value)
  61. values (?, ?)
  62. ] compiled
  63. DEBUG 367 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Save successfull
  64. INFO 316 :org.bitbucket.openminds.gui.MainFrame#<init> - Loading default group
  65. INFO 407 :org.bitbucket.openminds.dao.JdbcObjectGroupDAO#getGroup - Get Group mailinglist = anonymousGroup@nowhere.com
  66. DEBUG 418 :org.bitbucket.openminds.dao.JdbcObjectGroupDAO#getGroup - No Group data
  67. DEBUG 323 :org.bitbucket.openminds.gui.MainFrame#<init> - Could not find defined default group in database (maybe first startup) - using the one from the properties file
  68. INFO 455 :org.bitbucket.openminds.dao.JdbcObjectGroupDAO#saveGroup - Add Group mailinglist= anonymousGroup@nowhere.com
  69. DEBUG 456 :org.bitbucket.openminds.dao.JdbcObjectGroupDAO#saveGroup - Initialise SQL Parameters
  70. DEBUG 459 :org.bitbucket.openminds.dao.JdbcObjectGroupDAO#saveGroup - Execute Save
  71. DEBUG 461 :org.bitbucket.openminds.dao.JdbcObjectGroupDAO#saveGroup - Save Successfull
  72. INFO 386 :org.bitbucket.openminds.dao.JdbcObjectGroupCreatorDAO#saveGroup - Add Members of Group mailinglist=anonymousGroup@nowhere.com
  73. INFO 356 :org.bitbucket.openminds.dao.JdbcObjectGroupCreatorDAO#getCreatorsByGroup - Get Creators in Group mailinglist = anonymousGroup@nowhere.com
  74. DEBUG 358 :org.bitbucket.openminds.dao.JdbcObjectGroupCreatorDAO#getCreatorsByGroup - Creator list contains0 creators from group mailinglist=anonymousGroup@nowhere.com
  75. DEBUG 396 :org.bitbucket.openminds.dao.JdbcObjectGroupCreatorDAO#saveGroup - Save successful
  76. INFO 334 :org.bitbucket.openminds.gui.MainFrame#<init> - Default group loaded from properties
  77. DEBUG 158 :org.bitbucket.openminds.gui.frame.AConfirmFrame$OkAction#actionPerformed - called actionPerformed: Ok
  78. INFO 108 :org.bitbucket.openminds.gui.frame.SettingsFrame#saveSettings - No email given - using default
  79. DEBUG 31 :org.bitbucket.openminds.gui.frame.SettingsFrame#saveSetting - Setting email is new: true
  80. INFO 359 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Add Setting setting = email
  81. DEBUG 360 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Initialise SQL Parameters
  82. DEBUG 365 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Execute Save
  83. DEBUG 367 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Save successfull
  84. INFO 125 :org.bitbucket.openminds.gui.frame.SettingsFrame#saveSettings - No name given - using default
  85. DEBUG 31 :org.bitbucket.openminds.gui.frame.SettingsFrame#saveSetting - Setting name is new: true
  86. INFO 359 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Add Setting setting = name
  87. DEBUG 360 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Initialise SQL Parameters
  88. DEBUG 365 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Execute Save
  89. DEBUG 367 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Save successfull
  90. INFO 142 :org.bitbucket.openminds.gui.frame.SettingsFrame#saveSettings - No host given - using default
  91. DEBUG 31 :org.bitbucket.openminds.gui.frame.SettingsFrame#saveSetting - Setting emailHost is new: true
  92. INFO 359 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Add Setting setting = emailHost
  93. DEBUG 360 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Initialise SQL Parameters
  94. DEBUG 365 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Execute Save
  95. DEBUG 367 :org.bitbucket.openminds.dao.JdbcObjectSettingDAO#saveSetting - Save successfull
  96. DEBUG 3443:org.bitbucket.openminds.gui.controller.Controller$ImportFromXMLAction#actionPerformed - called actionPerformed: Import From XML
  97. DEBUG 894 :org.bitbucket.openminds.gui.controller.Controller#importFromXML - importing mindmap from /home/n0s/importT.xml
  98. DEBUG 88 :org.bitbucket.openminds.helper.XMLImport#<init> - importing file: /home/n0s/importT.xml
  99. DEBUG 112 :org.bitbucket.openminds.helper.XMLImport#importMindmapFromFile - importing mindmap
  100. DEBUG 379 :org.bitbucket.openminds.helper.XMLImport#generateMindmap - initializing fields
  101. DEBUG 262 :org.bitbucket.openminds.helper.XMLImport#generateCreators - generating creators; mindmapXML: mindmap
  102. DEBUG 270 :org.bitbucket.openminds.helper.XMLImport#generateCreators - email: h.jaggenteufel@gmail.com name: Harald
  103. DEBUG 238 :org.bitbucket.openminds.helper.XMLImport#generateCategories - generating categories
  104. DEBUG 67 :org.bitbucket.openminds.domain.Category#setIcon - Icon set to:bell.png
  105. DEBUG 287 :org.bitbucket.openminds.helper.XMLImport#generateGroup - generating group; mindmapXML: mindmap
  106. DEBUG 386 :org.bitbucket.openminds.helper.XMLImport#generateMindmap - generating new mindmap
  107. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  108. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  109. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  110. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  111. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  112. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  113. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  114. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  115. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  116. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  117. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  118. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  119. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  120. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  121. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  122. DEBUG 324 :org.bitbucket.openminds.helper.XMLImport#generateItem - generating Item: itemXML: item
  123. DEBUG 439 :org.bitbucket.openminds.helper.XMLImport#setPrevReferences - refering [48: New Node i1.1] to prev [53: New Node i1.1]
  124. DEBUG 439 :org.bitbucket.openminds.helper.XMLImport#setPrevReferences - refering [49: New Node i1.2] to prev [54: New Node i1.2]
  125. DEBUG 439 :org.bitbucket.openminds.helper.XMLImport#setPrevReferences - refering [46: New Node i1] to prev [51: New Node i1]
  126. DEBUG 439 :org.bitbucket.openminds.helper.XMLImport#setPrevReferences - refering [47: New Node i2] to prev [52: New Node i2]
  127. DEBUG 439 :org.bitbucket.openminds.helper.XMLImport#setPrevReferences - refering [45: Root import] to prev [50: Root import]
  128. DEBUG 439 :org.bitbucket.openminds.helper.XMLImport#setPrevReferences - refering [48: New Node i1.1] to prev [53: New Node i1.1]
  129. DEBUG 439 :org.bitbucket.openminds.helper.XMLImport#setPrevReferences - refering [49: New Node i1.2] to prev [54: New Node i1.2]
  130. DEBUG 439 :org.bitbucket.openminds.helper.XMLImport#setPrevReferences - refering [46: New Node i1] to prev [51: New Node i1]
  131. DEBUG 439 :org.bitbucket.openminds.helper.XMLImport#setPrevReferences - refering [48: New Node i1.1] to prev [53: New Node i1.1]
  132. DEBUG 439 :org.bitbucket.openminds.helper.XMLImport#setPrevReferences - refering [49: New Node i1.2] to prev [54: New Node i1.2]
  133. DEBUG 439 :org.bitbucket.openminds.helper.XMLImport#setPrevReferences - refering [47: New Node i2] to prev [52: New Node i2]
  134. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [46: New Node i1] and parent: [45: Root import]
  135. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [48: New Node i1.1] and parent: [46: New Node i1]
  136. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [49: New Node i1.2] and parent: [46: New Node i1]
  137. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [47: New Node i2] and parent: [45: Root import]
  138. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [46: New Node i1] and parent: [50: Root import]
  139. DEBUG 494 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - parent contains child
  140. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [51: New Node i1] and parent: [50: Root import]
  141. DEBUG 456 :org.bitbucket.openminds.helper.XMLImport#validateChildren - child moved to different parent
  142. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [48: New Node i1.1] and parent: [46: New Node i1]
  143. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [49: New Node i1.2] and parent: [46: New Node i1]
  144. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [51: New Node i1] and parent: [50: Root import]
  145. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [48: New Node i1.1] and parent: [51: New Node i1]
  146. DEBUG 494 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - parent contains child
  147. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [53: New Node i1.1] and parent: [51: New Node i1]
  148. DEBUG 456 :org.bitbucket.openminds.helper.XMLImport#validateChildren - child moved to different parent
  149. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [53: New Node i1.1] and parent: [51: New Node i1]
  150. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [49: New Node i1.2] and parent: [51: New Node i1]
  151. DEBUG 494 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - parent contains child
  152. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [54: New Node i1.2] and parent: [51: New Node i1]
  153. DEBUG 456 :org.bitbucket.openminds.helper.XMLImport#validateChildren - child moved to different parent
  154. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [54: New Node i1.2] and parent: [51: New Node i1]
  155. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [47: New Node i2] and parent: [50: Root import]
  156. DEBUG 494 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - parent contains child
  157. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [52: New Node i2] and parent: [50: Root import]
  158. DEBUG 456 :org.bitbucket.openminds.helper.XMLImport#validateChildren - child moved to different parent
  159. DEBUG 474 :org.bitbucket.openminds.helper.XMLImport#appendChildAtPrevious - checking previous validity for child: [52: New Node i2] and parent: [50: Root import]
  160. INFO 502 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO#getMindmap - Get Mindmap name = importTest
  161. DEBUG 503 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO#getMindmap - Initialize SQL Parameters
  162. DEBUG 509 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO#getMindmap - Executing SQL
  163. DEBUG 516 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO#getMindmap - No Mindmap data
  164. DEBUG 59 :org.bitbucket.openminds.gui.model.MindMapMapModel#<init> - entering constructor(frame=mainFrame)
  165. INFO 367 :org.bitbucket.openminds.dao.JdbcObjectCreatorDAO#getCreator - Get Creator email = anonymous@nowhere.com
  166. DEBUG 374 :org.bitbucket.openminds.dao.JdbcObjectCreatorDAO#getCreator - No Creator data
  167. DEBUG 3008:org.bitbucket.openminds.gui.controller.Controller#getCreatorFromUser - No Creator found matching email: anonymous@nowhere.com, name: anonymous, creating new one
  168. INFO 392 :org.bitbucket.openminds.dao.JdbcObjectCreatorDAO#saveCreator - Add Creator email = anonymous@nowhere.com name = anonymous
  169. DEBUG 393 :org.bitbucket.openminds.dao.JdbcObjectCreatorDAO#saveCreator - Initialise SQL Parameters
  170. DEBUG 398 :org.bitbucket.openminds.dao.JdbcObjectCreatorDAO#saveCreator - Execute Save
  171. DEBUG 366 :org.bitbucket.openminds.dao.JdbcObjectCreatorDAO$Query_SaveCreator#checkCompiled - SQL operation not compiled before execution - invoking compile
  172. DEBUG 343 :org.bitbucket.openminds.dao.JdbcObjectCreatorDAO$Query_SaveCreator#compile - RdbmsOperation with SQL [
  173. INSERT INTO creator (email, name)
  174. VALUES (?, ?)
  175. ] compiled
  176. DEBUG 400 :org.bitbucket.openminds.dao.JdbcObjectCreatorDAO#saveCreator - Save successfull
  177. DEBUG 31 :org.bitbucket.openminds.helper.ObjectPool#add - Added new Object to Pool: org.bitbucket.openminds.domain.Creator - [anonymous]
  178. INFO 401 :org.bitbucket.openminds.dao.JdbcObjectGroupCreatorDAO#saveCreator - Add Groups of Creator email=anonymous@nowhere.com
  179. INFO 363 :org.bitbucket.openminds.dao.JdbcObjectGroupCreatorDAO#getGroupsByCreator - Get GroupCreator references Creator email = anonymous@nowhere.com
  180. DEBUG 365 :org.bitbucket.openminds.dao.JdbcObjectGroupCreatorDAO#getGroupsByCreator - Group list contains 0 groups of creator email=anonymous@nowhere.com
  181. DEBUG 411 :org.bitbucket.openminds.dao.JdbcObjectGroupCreatorDAO#saveCreator - Save successful
  182. DEBUG 73 :org.bitbucket.openminds.gui.model.MindMapNodeModel#<init> - entering constructor; params: frame: mainFrame; frame: mainFrame
  183. DEBUG 744 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateModelFromBean - Updating model from bean
  184. DEBUG 244 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: Root of new mindmap
  185. DEBUG 257 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: Root of new mindmap, received posIndex: -1, nextPosIndexForChild: 0
  186. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:Root of new mindmap: comm:null: valF:0: valT:0: pos:-1: cat:[2]: creat:[anonymous]: mm:[name:New Mindmap]: pre:null: par:null: kids:[]: tags:[]
  187. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  188. DEBUG 736 :org.bitbucket.openminds.gui.model.MindMapNodeModel#setBean - setBean: [-1: Root import]
  189. DEBUG 744 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateModelFromBean - Updating model from bean
  190. DEBUG 736 :org.bitbucket.openminds.gui.model.MindMapNodeModel#setBean - setBean: [-1: New Node i1]
  191. DEBUG 744 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateModelFromBean - Updating model from bean
  192. DEBUG 736 :org.bitbucket.openminds.gui.model.MindMapNodeModel#setBean - setBean: [-1: New Node i1.1]
  193. DEBUG 744 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateModelFromBean - Updating model from bean
  194. DEBUG 366 :org.bitbucket.openminds.gui.model.MindMapNodeModel#insert - entering insert: child=MindMapNodeModel New Node i1.1, index=0
  195. DEBUG 418 :org.bitbucket.openminds.gui.model.MindMapNodeModel#setParent - Replacing old parent: null with new parent MindMapNodeModel New Node i1
  196. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:New Node i1: comm:: valF:1: valT:1: pos:0: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:null: par:[-1: Root import]: kids:[[-1: New Node i1.1], [-1: New Node i1.2]]: tags:[]
  197. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  198. DEBUG 736 :org.bitbucket.openminds.gui.model.MindMapNodeModel#setBean - setBean: [-1: New Node i1.2]
  199. DEBUG 744 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateModelFromBean - Updating model from bean
  200. DEBUG 366 :org.bitbucket.openminds.gui.model.MindMapNodeModel#insert - entering insert: child=MindMapNodeModel New Node i1.2, index=2
  201. DEBUG 418 :org.bitbucket.openminds.gui.model.MindMapNodeModel#setParent - Replacing old parent: null with new parent MindMapNodeModel New Node i1
  202. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:New Node i1: comm:: valF:1: valT:1: pos:0: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:null: par:[-1: Root import]: kids:[[-1: New Node i1.1], [-1: New Node i1.2]]: tags:[]
  203. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  204. DEBUG 366 :org.bitbucket.openminds.gui.model.MindMapNodeModel#insert - entering insert: child=MindMapNodeModel New Node i1, index=0
  205. DEBUG 418 :org.bitbucket.openminds.gui.model.MindMapNodeModel#setParent - Replacing old parent: null with new parent MindMapNodeModel Root import
  206. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:Root import: comm:: valF:1: valT:1: pos:-1: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:[50: Root import]: par:null: kids:[[-1: New Node i1], [-1: New Node i2]]: tags:[]
  207. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  208. DEBUG 736 :org.bitbucket.openminds.gui.model.MindMapNodeModel#setBean - setBean: [-1: New Node i2]
  209. DEBUG 744 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateModelFromBean - Updating model from bean
  210. DEBUG 366 :org.bitbucket.openminds.gui.model.MindMapNodeModel#insert - entering insert: child=MindMapNodeModel New Node i2, index=1
  211. DEBUG 418 :org.bitbucket.openminds.gui.model.MindMapNodeModel#setParent - Replacing old parent: null with new parent MindMapNodeModel Root import
  212. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:Root import: comm:: valF:1: valT:1: pos:-1: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:[50: Root import]: par:null: kids:[[-1: New Node i1], [-1: New Node i2]]: tags:[]
  213. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  214. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:Root import: comm:: valF:1: valT:1: pos:-1: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:[50: Root import]: par:null: kids:[[-1: New Node i1], [-1: New Node i2]]: tags:[]
  215. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  216. DEBUG 3066:org.bitbucket.openminds.gui.controller.Controller$MapModuleManager#newMapModule - method newMapModule; param: map: MindMapMapModel #0
  217. DEBUG 346 :org.bitbucket.openminds.gui.view.MapView#getModel - getModel; map: this is MapView #0 of model MindMapMapModel #0 model: MindMapMapModel #0
  218. DEBUG 218 :org.bitbucket.openminds.gui.model.MindMapMapModel#addTreeModelListener - entering addTreeModelListener; l: org.bitbucket.openminds.gui.view.MapView$MapModelHandler@4a5c78
  219. DEBUG 346 :org.bitbucket.openminds.gui.view.MapView#getModel - getModel; map: this is MapView #0 of model MindMapMapModel #0 model: MindMapMapModel #0
  220. DEBUG 169 :org.bitbucket.openminds.gui.view.NodeView#newNodeView - Creating new RootNodeView for node Root import in map this is MapView #0 of model MindMapMapModel #0
  221. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  222. DEBUG 38 :org.bitbucket.openminds.gui.view.RootNodeView#<init> - new RootNodeView: View of Root import
  223. DEBUG 222 :org.bitbucket.openminds.gui.view.NodeView#update - updating text and look of the node color in model java.awt.Color[r=106,g=98,b=88], icon in model src/main/resources/icons/bell.png and repainting it
  224. DEBUG 115 :org.bitbucket.openminds.gui.view.RootNodeView#getPreferredSize - returning: width: 83, heigth: 28
  225. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:Root import: comm:: valF:1: valT:1: pos:-1: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:[50: Root import]: par:null: kids:[[-1: New Node i1], [-1: New Node i2]]: tags:[]
  226. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  227. DEBUG 115 :org.bitbucket.openminds.gui.view.NodeView#insert - creating views for descendants of View of Root import
  228. DEBUG 125 :org.bitbucket.openminds.gui.model.MindMapNodeModel#childrenFolded - entering method: childrenFolded
  229. DEBUG 169 :org.bitbucket.openminds.gui.view.RootNodeView#insert - insert; IMindMapNode: MindMapNodeModel New Node i1 View of Root import
  230. DEBUG 173 :org.bitbucket.openminds.gui.view.NodeView#newNodeView - Creating new ForkNodeView for node New Node i1 in map this is MapView #0 of model MindMapMapModel #0
  231. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i1
  232. INFO 32 :org.bitbucket.openminds.gui.view.EdgeView#<init> - entering Constructor: EdgeView
  233. DEBUG 33 :org.bitbucket.openminds.gui.view.EdgeView#<init> - with params: source: View of Root import, target: View of New Node i1
  234. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  235. DEBUG 25 :org.bitbucket.openminds.gui.view.ForkNodeView#<init> - new ForkNodeView
  236. DEBUG 222 :org.bitbucket.openminds.gui.view.NodeView#update - updating text and look of the node color in model java.awt.Color[r=106,g=98,b=88], icon in model src/main/resources/icons/bell.png and repainting it
  237. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:New Node i1: comm:: valF:1: valT:1: pos:0: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:null: par:[-1: Root import]: kids:[[-1: New Node i1.1], [-1: New Node i1.2]]: tags:[]
  238. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  239. DEBUG 222 :org.bitbucket.openminds.gui.view.NodeView#update - updating text and look of the node color in model java.awt.Color[r=106,g=98,b=88], icon in model src/main/resources/icons/bell.png and repainting it
  240. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:New Node i1: comm:: valF:1: valT:1: pos:0: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:null: par:[-1: Root import]: kids:[[-1: New Node i1.1], [-1: New Node i1.2]]: tags:[]
  241. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  242. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 1 childrenviews for node View of Root import
  243. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 1 childrenviews for node View of Root import
  244. DEBUG 125 :org.bitbucket.openminds.gui.model.MindMapNodeModel#childrenFolded - entering method: childrenFolded
  245. DEBUG 128 :org.bitbucket.openminds.gui.view.NodeView#insert - Creating view for descendant New Node i1.1 of View of New Node i1
  246. DEBUG 173 :org.bitbucket.openminds.gui.view.NodeView#newNodeView - Creating new ForkNodeView for node New Node i1.1 in map this is MapView #0 of model MindMapMapModel #0
  247. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.1
  248. INFO 32 :org.bitbucket.openminds.gui.view.EdgeView#<init> - entering Constructor: EdgeView
  249. DEBUG 33 :org.bitbucket.openminds.gui.view.EdgeView#<init> - with params: source: View of New Node i1, target: View of New Node i1.1
  250. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  251. DEBUG 25 :org.bitbucket.openminds.gui.view.ForkNodeView#<init> - new ForkNodeView
  252. DEBUG 222 :org.bitbucket.openminds.gui.view.NodeView#update - updating text and look of the node color in model java.awt.Color[r=106,g=98,b=88], icon in model src/main/resources/icons/bell.png and repainting it
  253. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:New Node i1.1: comm:: valF:1: valT:1: pos:0: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:null: par:[-1: New Node i1]: kids:[]: tags:[]
  254. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  255. DEBUG 125 :org.bitbucket.openminds.gui.model.MindMapNodeModel#childrenFolded - entering method: childrenFolded
  256. DEBUG 128 :org.bitbucket.openminds.gui.view.NodeView#insert - Creating view for descendant New Node i1.2 of View of New Node i1
  257. DEBUG 173 :org.bitbucket.openminds.gui.view.NodeView#newNodeView - Creating new ForkNodeView for node New Node i1.2 in map this is MapView #0 of model MindMapMapModel #0
  258. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.2
  259. INFO 32 :org.bitbucket.openminds.gui.view.EdgeView#<init> - entering Constructor: EdgeView
  260. DEBUG 33 :org.bitbucket.openminds.gui.view.EdgeView#<init> - with params: source: View of New Node i1, target: View of New Node i1.2
  261. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  262. DEBUG 25 :org.bitbucket.openminds.gui.view.ForkNodeView#<init> - new ForkNodeView
  263. DEBUG 222 :org.bitbucket.openminds.gui.view.NodeView#update - updating text and look of the node color in model java.awt.Color[r=106,g=98,b=88], icon in model src/main/resources/icons/bell.png and repainting it
  264. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:New Node i1.2: comm:: valF:1: valT:1: pos:2: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:null: par:[-1: New Node i1]: kids:[]: tags:[]
  265. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  266. DEBUG 125 :org.bitbucket.openminds.gui.model.MindMapNodeModel#childrenFolded - entering method: childrenFolded
  267. DEBUG 169 :org.bitbucket.openminds.gui.view.RootNodeView#insert - insert; IMindMapNode: MindMapNodeModel New Node i2 View of Root import
  268. DEBUG 173 :org.bitbucket.openminds.gui.view.NodeView#newNodeView - Creating new ForkNodeView for node New Node i2 in map this is MapView #0 of model MindMapMapModel #0
  269. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i2
  270. INFO 32 :org.bitbucket.openminds.gui.view.EdgeView#<init> - entering Constructor: EdgeView
  271. DEBUG 33 :org.bitbucket.openminds.gui.view.EdgeView#<init> - with params: source: View of Root import, target: View of New Node i2
  272. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  273. DEBUG 25 :org.bitbucket.openminds.gui.view.ForkNodeView#<init> - new ForkNodeView
  274. DEBUG 222 :org.bitbucket.openminds.gui.view.NodeView#update - updating text and look of the node color in model java.awt.Color[r=106,g=98,b=88], icon in model src/main/resources/icons/bell.png and repainting it
  275. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:New Node i2: comm:: valF:1: valT:1: pos:1: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:null: par:[-1: Root import]: kids:[]: tags:[]
  276. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  277. DEBUG 222 :org.bitbucket.openminds.gui.view.NodeView#update - updating text and look of the node color in model java.awt.Color[r=106,g=98,b=88], icon in model src/main/resources/icons/bell.png and repainting it
  278. DEBUG 652 :org.bitbucket.openminds.gui.model.MindMapNodeModel#getBean - called getBean! bean: ID:-1: txt:New Node i2: comm:: valF:1: valT:1: pos:1: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:null: par:[-1: Root import]: kids:[]: tags:[]
  279. DEBUG 662 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updateBeanFromModel - ###### updateBeanFromModel
  280. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  281. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  282. DEBUG 125 :org.bitbucket.openminds.gui.model.MindMapNodeModel#childrenFolded - entering method: childrenFolded
  283. DEBUG 341 :org.bitbucket.openminds.gui.view.MapView#getRoot - getRoot; map: this is MapView #0 of model MindMapMapModel #0 rootView: View of Root import
  284. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  285. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of New Node i1
  286. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.1
  287. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.1
  288. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.1
  289. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.2
  290. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.2
  291. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.2
  292. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of New Node i1
  293. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of New Node i1
  294. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i2
  295. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i2
  296. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i2
  297. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  298. DEBUG 115 :org.bitbucket.openminds.gui.view.RootNodeView#getPreferredSize - returning: width: 83, heigth: 28
  299. DEBUG 341 :org.bitbucket.openminds.gui.view.MapView#getRoot - getRoot; map: this is MapView #0 of model MindMapMapModel #0 rootView: View of Root import
  300. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  301. DEBUG 341 :org.bitbucket.openminds.gui.view.MapView#getRoot - getRoot; map: this is MapView #0 of model MindMapMapModel #0 rootView: View of Root import
  302. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  303. DEBUG 341 :org.bitbucket.openminds.gui.view.MapView#getRoot - getRoot; map: this is MapView #0 of model MindMapMapModel #0 rootView: View of Root import
  304. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  305. DEBUG 341 :org.bitbucket.openminds.gui.view.MapView#getRoot - getRoot; map: this is MapView #0 of model MindMapMapModel #0 rootView: View of Root import
  306. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  307. DEBUG 346 :org.bitbucket.openminds.gui.view.MapView#getModel - getModel; map: this is MapView #0 of model MindMapMapModel #0 model: MindMapMapModel #0
  308. DEBUG 3123:org.bitbucket.openminds.gui.controller.Controller$MapModuleManager#setMapModule - mapModule.getView():this is MapView #0 of model MindMapMapModel #0
  309. DEBUG 1703:org.bitbucket.openminds.gui.controller.Controller#getView - Currently open map (view) this is MapView #0 of model MindMapMapModel #0
  310. DEBUG 162 :org.bitbucket.openminds.gui.view.MapView#moveToRoot - moveToRoot this is MapView #0 of model MindMapMapModel #0
  311. DEBUG 341 :org.bitbucket.openminds.gui.view.MapView#getRoot - getRoot; map: this is MapView #0 of model MindMapMapModel #0 rootView: View of Root import
  312. DEBUG 246 :org.bitbucket.openminds.gui.view.MapView#selectAsTheOnlyOneSelected - selectAsTheOnlyOneSelected; this is MapView #0 of model MindMapMapModel #0 params: newSelected: View of Root import
  313. DEBUG 341 :org.bitbucket.openminds.gui.view.MapView#getRoot - getRoot; map: this is MapView #0 of model MindMapMapModel #0 rootView: View of Root import
  314. DEBUG 313 :org.bitbucket.openminds.gui.view.MapView#centerNode - entering method: centerNode; params: node: View of Root import; this is MapView #0 of model MindMapMapModel #0
  315. DEBUG 115 :org.bitbucket.openminds.gui.view.RootNodeView#getPreferredSize - returning: width: 83, heigth: 28
  316. DEBUG 115 :org.bitbucket.openminds.gui.view.RootNodeView#getPreferredSize - returning: width: 83, heigth: 28
  317. DEBUG 341 :org.bitbucket.openminds.gui.view.MapView#getRoot - getRoot; map: this is MapView #0 of model MindMapMapModel #0 rootView: View of Root import
  318. DEBUG 115 :org.bitbucket.openminds.gui.view.RootNodeView#getPreferredSize - returning: width: 83, heigth: 28
  319. DEBUG 115 :org.bitbucket.openminds.gui.view.RootNodeView#getPreferredSize - returning: width: 83, heigth: 28
  320. DEBUG 115 :org.bitbucket.openminds.gui.view.RootNodeView#getPreferredSize - returning: width: 83, heigth: 28
  321. DEBUG 115 :org.bitbucket.openminds.gui.view.RootNodeView#getPreferredSize - returning: width: 83, heigth: 28
  322. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  323. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i1
  324. DEBUG 115 :org.bitbucket.openminds.gui.view.RootNodeView#getPreferredSize - returning: width: 83, heigth: 28
  325. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i1
  326. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i1
  327. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i1
  328. DEBUG 473 :org.bitbucket.openminds.gui.view.NodeView#getInPoint - getting InPoint for View of New Node i1
  329. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i1
  330. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of New Node i1
  331. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.1
  332. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.1
  333. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.1
  334. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.1
  335. DEBUG 455 :org.bitbucket.openminds.gui.view.NodeView#getOutPoint - getting OutPoint for View of New Node i1
  336. DEBUG 473 :org.bitbucket.openminds.gui.view.NodeView#getInPoint - getting InPoint for View of New Node i1.1
  337. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.1
  338. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.1
  339. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.2
  340. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.2
  341. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.2
  342. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.2
  343. DEBUG 455 :org.bitbucket.openminds.gui.view.NodeView#getOutPoint - getting OutPoint for View of New Node i1
  344. DEBUG 473 :org.bitbucket.openminds.gui.view.NodeView#getInPoint - getting InPoint for View of New Node i1.2
  345. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of New Node i1 this node View of New Node i1.2
  346. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.2
  347. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i2
  348. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i2
  349. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i2
  350. DEBUG 473 :org.bitbucket.openminds.gui.view.NodeView#getInPoint - getting InPoint for View of New Node i2
  351. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i2
  352. DEBUG 511 :org.bitbucket.openminds.gui.view.NodeView#getParentView - Parent view of View of Root import this node View of New Node i2
  353. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i2
  354. DEBUG 115 :org.bitbucket.openminds.gui.view.RootNodeView#getPreferredSize - returning: width: 83, heigth: 28
  355. DEBUG 115 :org.bitbucket.openminds.gui.view.RootNodeView#getPreferredSize - returning: width: 83, heigth: 28
  356. DEBUG 3103:org.bitbucket.openminds.gui.controller.Controller$MapModuleManager#mapModuleChanged - entering method mapModuleChanged; WARNING! quite-dummy implementation! (should be ok)
  357. INFO 521 :org.bitbucket.openminds.gui.MainFrame#out - Mindmap imported and opened!
  358. DEBUG 425 :org.bitbucket.openminds.gui.view.MapView#paintChildren - entering paintChildren this is MapView #0 of model MindMapMapModel #0, graphics = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12],color=sun.swing.PrintColorUIResource[r=51,g=51,b=51]]
  359. DEBUG 546 :org.bitbucket.openminds.gui.view.NodeView#paintSelected - Painting View of New Node i2 as selected node
  360. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  361. DEBUG 585 :org.bitbucket.openminds.gui.view.NodeView#paint - Painting node View of New Node i2 with sun.java2d.SunGraphics2D[font=java.awt.Font[family=Dialog,name=Arial,style=plain,size=12],color=java.awt.Color[r=0,g=0,b=0]]
  362. DEBUG 546 :org.bitbucket.openminds.gui.view.NodeView#paintSelected - Painting View of New Node i1.2 as selected node
  363. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  364. DEBUG 585 :org.bitbucket.openminds.gui.view.NodeView#paint - Painting node View of New Node i1.2 with sun.java2d.SunGraphics2D[font=java.awt.Font[family=Dialog,name=Arial,style=plain,size=12],color=java.awt.Color[r=0,g=0,b=0]]
  365. DEBUG 546 :org.bitbucket.openminds.gui.view.NodeView#paintSelected - Painting View of New Node i1.1 as selected node
  366. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  367. DEBUG 585 :org.bitbucket.openminds.gui.view.NodeView#paint - Painting node View of New Node i1.1 with sun.java2d.SunGraphics2D[font=java.awt.Font[family=Dialog,name=Arial,style=plain,size=12],color=java.awt.Color[r=0,g=0,b=0]]
  368. DEBUG 546 :org.bitbucket.openminds.gui.view.NodeView#paintSelected - Painting View of New Node i1 as selected node
  369. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  370. DEBUG 585 :org.bitbucket.openminds.gui.view.NodeView#paint - Painting node View of New Node i1 with sun.java2d.SunGraphics2D[font=java.awt.Font[family=Dialog,name=Arial,style=plain,size=12],color=java.awt.Color[r=0,g=0,b=0]]
  371. DEBUG 65 :org.bitbucket.openminds.gui.view.RootNodeView#paint - paint View of Root import
  372. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  373. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  374. DEBUG 585 :org.bitbucket.openminds.gui.view.NodeView#paint - Painting node View of Root import with sun.java2d.SunGraphics2D[font=java.awt.Font[family=Dialog,name=Arial,style=plain,size=12],color=java.awt.Color[r=128,g=128,b=128]]
  375. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of Root import
  376. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  377. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  378. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  379. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  380. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i1
  381. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of New Node i1
  382. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  383. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  384. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  385. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i1.1
  386. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.1
  387. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  388. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  389. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  390. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i1.2
  391. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.2
  392. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  393. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  394. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  395. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i2
  396. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i2
  397. DEBUG 425 :org.bitbucket.openminds.gui.view.MapView#paintChildren - entering paintChildren this is MapView #0 of model MindMapMapModel #0, graphics = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12],color=sun.swing.PrintColorUIResource[r=51,g=51,b=51]]
  398. DEBUG 65 :org.bitbucket.openminds.gui.view.RootNodeView#paint - paint View of Root import
  399. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  400. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  401. DEBUG 585 :org.bitbucket.openminds.gui.view.NodeView#paint - Painting node View of Root import with sun.java2d.SunGraphics2D[font=java.awt.Font[family=Dialog,name=Arial,style=plain,size=12],color=java.awt.Color[r=128,g=128,b=128]]
  402. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of Root import
  403. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  404. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  405. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  406. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  407. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i1
  408. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of New Node i1
  409. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  410. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  411. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  412. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i1.1
  413. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.1
  414. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  415. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  416. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  417. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i1.2
  418. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.2
  419. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  420. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  421. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  422. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i2
  423. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i2
  424. DEBUG 3372:org.bitbucket.openminds.gui.controller.Controller$SaveAction#actionPerformed - called actionPerformed: Save
  425. DEBUG 691 :org.bitbucket.openminds.gui.controller.Controller#save - Saving Mindmap
  426. DEBUG 1763:org.bitbucket.openminds.gui.controller.Controller#getModel - Model of currently open map = MindMapMapModel #0
  427. DEBUG 244 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: Root import
  428. DEBUG 257 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: Root import, received posIndex: -1, nextPosIndexForChild: 0
  429. DEBUG 244 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: New Node i1
  430. DEBUG 257 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: New Node i1, received posIndex: 0, nextPosIndexForChild: 0
  431. DEBUG 244 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: New Node i1.1
  432. DEBUG 257 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: New Node i1.1, received posIndex: 0, nextPosIndexForChild: 0
  433. DEBUG 244 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: New Node i1.2
  434. DEBUG 257 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: New Node i1.2, received posIndex: 2, nextPosIndexForChild: 0
  435. DEBUG 244 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: New Node i2
  436. DEBUG 257 :org.bitbucket.openminds.gui.model.MindMapNodeModel#updatePosIndexRecursive - Item: New Node i2, received posIndex: 1, nextPosIndexForChild: 1
  437. DEBUG 1763:org.bitbucket.openminds.gui.controller.Controller#getModel - Model of currently open map = MindMapMapModel #0
  438. DEBUG 462 :org.bitbucket.openminds.gui.model.MindMapMapModel#getBean - getBean [name:importTest] root: ID:-1: txt:Root import: comm:: valF:1: valT:1: pos:-1: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:[50: Root import]: par:null: kids:[[-1: New Node i1], [-1: New Node i2]]: tags:[]
  439. DEBUG 1763:org.bitbucket.openminds.gui.controller.Controller#getModel - Model of currently open map = MindMapMapModel #0
  440. DEBUG 462 :org.bitbucket.openminds.gui.model.MindMapMapModel#getBean - getBean [name:importTest] root: ID:-1: txt:Root import: comm:: valF:1: valT:1: pos:-1: cat:[-1]: creat:[Harald]: mm:[name:importTest]: pre:[50: Root import]: par:null: kids:[[-1: New Node i1], [-1: New Node i2]]: tags:[]
  441. INFO 502 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO#getMindmap - Get Mindmap name = importTest
  442. DEBUG 503 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO#getMindmap - Initialize SQL Parameters
  443. DEBUG 509 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO#getMindmap - Executing SQL
  444. DEBUG 516 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO#getMindmap - No Mindmap data
  445. INFO 590 :org.bitbucket.openminds.service.MindmapService#saveMindmap - Saving mindmap [name:importTest]
  446. DEBUG 609 :org.bitbucket.openminds.service.MindmapService#printItemRecursive - XXXXXXXXXX SPECIAL DEBUG: item: Root import, parent: null, posIndex: -1
  447. DEBUG 609 :org.bitbucket.openminds.service.MindmapService#printItemRecursive - XXXXXXXXXX SPECIAL DEBUG: item: New Node i1, parent: [-1: Root import], posIndex: 0
  448. DEBUG 609 :org.bitbucket.openminds.service.MindmapService#printItemRecursive - XXXXXXXXXX SPECIAL DEBUG: item: New Node i1.1, parent: [-1: New Node i1], posIndex: 0
  449. DEBUG 609 :org.bitbucket.openminds.service.MindmapService#printItemRecursive - XXXXXXXXXX SPECIAL DEBUG: item: New Node i1.2, parent: [-1: New Node i1], posIndex: 2
  450. DEBUG 609 :org.bitbucket.openminds.service.MindmapService#printItemRecursive - XXXXXXXXXX SPECIAL DEBUG: item: New Node i2, parent: [-1: Root import], posIndex: 1
  451. INFO 570 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO#saveMindmap - Add Mindmap name = importTest
  452. DEBUG 571 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO#saveMindmap - Initialise SQL Parameters
  453. DEBUG 579 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO#saveMindmap - Execute Save
  454. DEBUG 366 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO$Query_InsertMindmap#checkCompiled - SQL operation not compiled before execution - invoking compile
  455. DEBUG 343 :org.bitbucket.openminds.dao.JdbcObjectMindmapDAO$Query_InsertMindmap#compile - RdbmsOperation with SQL [
  456. INSERT INTO Mindmap (email, name, time, version, mailinglist)
  457. VALUES (?, ?, ?, ?, ?)
  458. ] compiled
  459. Exception in thread "AWT-EventQueue-0" org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback; SQL [
  460. INSERT INTO Mindmap (email, name, time, version, mailinglist)
  461. VALUES (?, ?, ?, ?, ?)
  462. ]; Integrity constraint violation - no parent SYS_FK_71 table: CREATOR in statement [
  463. INSERT INTO Mindmap (email, name, time, version, mailinglist)
  464. VALUES (?, ?, ?, ?, ?)
  465. ]; nested exception is java.sql.SQLException: Integrity constraint violation - no parent SYS_FK_71 table: CREATOR in statement [
  466. INSERT INTO Mindmap (email, name, time, version, mailinglist)
  467. VALUES (?, ?, ?, ?, ?)
  468. ]
  469. at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101)
  470. at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
  471. at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
  472. at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
  473. at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:602)
  474. at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:811)
  475. at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:833)
  476. at org.springframework.jdbc.object.SqlUpdate.update(SqlUpdate.java:167)
  477. at org.bitbucket.openminds.dao.JdbcObjectMindmapDAO.saveMindmap(JdbcObjectMindmapDAO.java:580)
  478. at org.bitbucket.openminds.service.MindmapService.saveMindmap(MindmapService.java:596)
  479. at org.bitbucket.openminds.gui.controller.Controller.saveMindmap(Controller.java:710)
  480. at org.bitbucket.openminds.gui.controller.Controller.save(Controller.java:699)
  481. at org.bitbucket.openminds.gui.controller.Controller$SaveAction.actionPerformed(Controller.java:3373)
  482. at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
  483. at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
  484. at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
  485. at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
  486. at javax.swing.AbstractButton.doClick(AbstractButton.java:374)
  487. at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:829)
  488. at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:873)
  489. at java.awt.Component.processMouseEvent(Component.java:6108)
  490. at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
  491. at java.awt.Component.processEvent(Component.java:5873)
  492. at java.awt.Container.processEvent(Container.java:2105)
  493. at java.awt.Component.dispatchEventImpl(Component.java:4469)
  494. at java.awt.Container.dispatchEventImpl(Container.java:2163)
  495. at java.awt.Component.dispatchEvent(Component.java:4295)
  496. at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)
  497. at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125)
  498. at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)
  499. at java.awt.Container.dispatchEventImpl(Container.java:2149)
  500. at java.awt.Window.dispatchEventImpl(Window.java:2478)
  501. at java.awt.Component.dispatchEvent(Component.java:4295)
  502. at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)
  503. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
  504. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
  505. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
  506. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
  507. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
  508. at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
  509. Caused by: java.sql.SQLException: Integrity constraint violation - no parent SYS_FK_71 table: CREATOR in statement [
  510. INSERT INTO Mindmap (email, name, time, version, mailinglist)
  511. VALUES (?, ?, ?, ?, ?)
  512. ]
  513. at org.hsqldb.jdbc.Util.throwError(Unknown Source)
  514. at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)
  515. at org.springframework.jdbc.core.JdbcTemplate$2.doInPreparedStatement(JdbcTemplate.java:817)
  516. at org.springframework.jdbc.core.JdbcTemplate$2.doInPreparedStatement(JdbcTemplate.java:1)
  517. at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:586)
  518. ... 35 more
  519. DEBUG 425 :org.bitbucket.openminds.gui.view.MapView#paintChildren - entering paintChildren this is MapView #0 of model MindMapMapModel #0, graphics = sun.java2d.SunGraphics2D[font=javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12],color=sun.swing.PrintColorUIResource[r=51,g=51,b=51]]
  520. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of Root import
  521. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of Root import
  522. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  523. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  524. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  525. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i1
  526. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 2 childrenviews for node View of New Node i1
  527. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  528. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  529. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  530. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i1.1
  531. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.1
  532. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  533. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  534. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  535. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i1.2
  536. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i1.2
  537. DEBUG 33 :org.bitbucket.openminds.gui.view.LinearEdgeView#paint - entering paint; params graphics g...
  538. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  539. DEBUG 336 :org.bitbucket.openminds.gui.view.MapView#getController - getController; this is MapView #0 of model MindMapMapModel #0
  540. DEBUG 486 :org.bitbucket.openminds.gui.view.MapView#paintEdges - entering method: paintEdges; this is MapView #0 of model MindMapMapModel #0 params: source: View of New Node i2
  541. DEBUG 502 :org.bitbucket.openminds.gui.view.NodeView#getChildrenViews - returning 0 childrenviews for node View of New Node i2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement