Advertisement
Guest User

servoy_log

a guest
Sep 25th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.90 KB | None | 0 0
  1.  
  2. 2013-09-23 16:52:48,178 ERROR [main] com.servoy.j2db.util.Debug - Cannot start repository: [ ]
  3. com.servoy.j2db.persistence.RepositoryException: Error checking repository
  4. at com.servoy.j2db.server.Za.Za.Zb(Za.java:34)
  5. at com.servoy.j2db.server.Za.Za.<init>(Za.java:1684)
  6. at com.servoy.j2db.server.Za.Za.<init>(Za.java:706)
  7. at com.servoy.j2db.server.Za.Zo.Za(Zo.java:8)
  8. at com.servoy.j2db.server.main.ApplicationServer.main(ApplicationServer.java:686)
  9. Caused by: org.postgresql.util.PSQLException: FATAL: role "DBA" does not exist
  10. at org.postgresql.core.v3.ConnectionFactoryImpl.readStartupMessages(ConnectionFactoryImpl.java:469)
  11. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:112)
  12. at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
  13. at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125)
  14. at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
  15. at org.postgresql.jdbc3.Jdbc3Connection.<init>(Jdbc3Connection.java:24)
  16. at org.postgresql.Driver.makeConnection(Driver.java:393)
  17. at org.postgresql.Driver.connect(Driver.java:267)
  18. at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
  19. at com.servoy.j2db.datasource.Zp.createConnection(Zp.java:5)
  20. at com.servoy.j2db.datasource.Ze.createConnection(Ze.java:5)
  21. at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
  22. at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1158)
  23. at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106)
  24. at com.servoy.j2db.datasource.Za.getConnection(Za.java:14)
  25. at com.servoy.j2db.datasource.jmx.ManagedBasicPoolingDataSource.getConnection(ManagedBasicPoolingDataSource.java:34)
  26. at com.servoy.j2db.server.Za.Zo.getRawConnection(Zo.java:1272)
  27. at com.servoy.j2db.server.Za.Zo.Zf(Zo.java:644)
  28. at com.servoy.j2db.server.Za.Za.Zb(Za.java:1625)
  29. ... 4 more
  30. 2013-09-23 16:52:48,207 ERROR [main] com.servoy.j2db.util.Debug - Do note Servoy server does not start any database! [ ]
  31. 2013-09-23 17:11:50,172 WARN [Worker-4] com.servoy.j2db.util.Debug - Undocumented scriptable type exposed to JS: com.drmaison.plugin.usermanager.Client. [ ]
  32. 2013-09-23 17:11:50,187 WARN [Worker-4] com.servoy.j2db.util.Debug - Undocumented scriptable type exposed to JS: com.drmaison.plugin.usermanager.Server. [ ]
  33. 2013-09-23 17:11:50,187 WARN [Worker-4] com.servoy.j2db.util.Debug - Undocumented scriptable type exposed to JS: com.drmaison.plugin.usermanager.DBMapping. [ ]
  34. 2013-09-23 17:11:50,188 WARN [Worker-4] com.servoy.j2db.util.Debug - Undocumented scriptable type exposed to JS: com.drmaison.plugin.usermanager.BatchProcessor. [ ]
  35. 2013-09-23 17:11:50,188 WARN [Worker-4] com.servoy.j2db.util.Debug - Undocumented scriptable type exposed to JS: com.drmaison.plugin.usermanager.Client. [ ]
  36. 2013-09-23 17:11:50,188 WARN [Worker-4] com.servoy.j2db.util.Debug - Undocumented scriptable type exposed to JS: com.drmaison.plugin.usermanager.JSHashMap. [ ]
  37. 2013-09-23 17:11:50,188 WARN [Worker-4] com.servoy.j2db.util.Debug - Undocumented scriptable type exposed to JS: com.drmaison.plugin.usermanager.JSServerFile. [ ]
  38. 2013-09-23 17:11:50,188 WARN [Worker-4] com.servoy.j2db.util.Debug - Undocumented scriptable type exposed to JS: com.drmaison.plugin.usermanager.JSServerFile. [ ]
  39. 2013-09-23 17:11:53,257 ERROR [Worker-9] com.servoy.j2db.server.Za.Zo - Final get connection failure for server repository_server in 1 times [ ]
  40. 2013-09-23 17:11:53,264 ERROR [Worker-9] com.servoy.j2db.server.Za.Zo - Final get connection failure for server interiors in 1 times [ ]
  41. 2013-09-23 17:11:53,264 ERROR [main] com.servoy.j2db.server.Za.Zo - sql exception in load tables [ ]
  42. org.postgresql.util.PSQLException: FATAL: role "DBA" does not exist
  43. at org.postgresql.core.v3.ConnectionFactoryImpl.readStartupMessages(ConnectionFactoryImpl.java:469)
  44. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:112)
  45. at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
  46. at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125)
  47. at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
  48. at org.postgresql.jdbc3.Jdbc3Connection.<init>(Jdbc3Connection.java:24)
  49. at org.postgresql.Driver.makeConnection(Driver.java:393)
  50. at org.postgresql.Driver.connect(Driver.java:267)
  51. at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
  52. at com.servoy.j2db.datasource.Zp.createConnection(Zp.java:5)
  53. at com.servoy.j2db.datasource.Ze.createConnection(Ze.java:5)
  54. at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
  55. at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1158)
  56. at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106)
  57. at com.servoy.j2db.datasource.Za.getConnection(Za.java:14)
  58. at com.servoy.j2db.datasource.jmx.ManagedBasicPoolingDataSource.getConnection(ManagedBasicPoolingDataSource.java:34)
  59. at com.servoy.j2db.server.Za.Zo.getRawConnection(Zo.java:1272)
  60. at com.servoy.j2db.server.Za.Zo.Zf(Zo.java:644)
  61. at com.servoy.j2db.server.Za.Zo.Za(Zo.java:721)
  62. at com.servoy.j2db.server.Za.Zo.Zk(Zo.java:1044)
  63. at com.servoy.j2db.server.Za.Zo.Za(Zo.java:869)
  64. at com.servoy.j2db.server.Za.Zo.getViewNames(Zo.java:214)
  65. at com.servoy.eclipse.ui.views.solutionexplorer.SolutionExplorerTreeContentProvider.handleServerViewsNode(SolutionExplorerTreeContentProvider.java:837)
  66. at com.servoy.eclipse.ui.views.solutionexplorer.SolutionExplorerTreeContentProvider.addServersNodeChildren(SolutionExplorerTreeContentProvider.java:824)
  67. at com.servoy.eclipse.ui.views.solutionexplorer.SolutionExplorerTreeContentProvider.refreshServerList(SolutionExplorerTreeContentProvider.java:2011)
  68. at com.servoy.eclipse.ui.views.solutionexplorer.SolutionExplorerView$17$1.runInUIThread(SolutionExplorerView.java:1888)
  69. at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)
  70. at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  71. at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
  72. at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
  73. at org.eclipse.swt.widgets.Display.observerProc(Display.java:3525)
  74. at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
  75. at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:4879)
  76. at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5226)
  77. at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
  78. at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
  79. at org.eclipse.swt.widgets.Widget.mouseDownSuper(Widget.java:1092)
  80. at org.eclipse.swt.widgets.Tree.mouseDownSuper(Tree.java:2052)
  81. at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:1084)
  82. at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2528)
  83. at org.eclipse.swt.widgets.Tree.mouseDown(Tree.java:2007)
  84. at org.eclipse.swt.widgets.Display.windowProc(Display.java:5471)
  85. at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
  86. at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
  87. at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2095)
  88. at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2253)
  89. at org.eclipse.swt.widgets.Display.windowProc(Display.java:5535)
  90. at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
  91. at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4989)
  92. at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5138)
  93. at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
  94. at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128)
  95. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3610)
  96. at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
  97. at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
  98. at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
  99. at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
  100. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  101. at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
  102. at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  103. at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
  104. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  105. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  106. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  107. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
  108. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  111. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  112. at java.lang.reflect.Method.invoke(Method.java:597)
  113. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
  114. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
  115. at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
  116. 2013-09-23 17:11:53,267 ERROR [Worker-9] com.servoy.j2db.server.Za.Zo - Final get connection failure for server log_server in 1 times [ ]
  117. 2013-09-23 17:11:53,281 ERROR [main] com.servoy.j2db.util.Debug - Throwable [ ]
  118. com.servoy.j2db.persistence.RepositoryException: org.postgresql.util.PSQLException: FATAL: role "DBA" does not exist FATAL: role "DBA" does not exist
  119. at com.servoy.j2db.server.Za.Zo.Za(Zo.java:747)
  120. at com.servoy.j2db.server.Za.Zo.Zk(Zo.java:1044)
  121. at com.servoy.j2db.server.Za.Zo.Za(Zo.java:869)
  122. at com.servoy.j2db.server.Za.Zo.getViewNames(Zo.java:214)
  123. at com.servoy.eclipse.ui.views.solutionexplorer.SolutionExplorerTreeContentProvider.handleServerViewsNode(SolutionExplorerTreeContentProvider.java:837)
  124. at com.servoy.eclipse.ui.views.solutionexplorer.SolutionExplorerTreeContentProvider.addServersNodeChildren(SolutionExplorerTreeContentProvider.java:824)
  125. at com.servoy.eclipse.ui.views.solutionexplorer.SolutionExplorerTreeContentProvider.refreshServerList(SolutionExplorerTreeContentProvider.java:2011)
  126. at com.servoy.eclipse.ui.views.solutionexplorer.SolutionExplorerView$17$1.runInUIThread(SolutionExplorerView.java:1888)
  127. at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)
  128. at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  129. at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
  130. at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
  131. at org.eclipse.swt.widgets.Display.observerProc(Display.java:3525)
  132. at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
  133. at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:4879)
  134. at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5226)
  135. at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
  136. at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
  137. at org.eclipse.swt.widgets.Widget.mouseDownSuper(Widget.java:1092)
  138. at org.eclipse.swt.widgets.Tree.mouseDownSuper(Tree.java:2052)
  139. at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:1084)
  140. at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2528)
  141. at org.eclipse.swt.widgets.Tree.mouseDown(Tree.java:2007)
  142. at org.eclipse.swt.widgets.Display.windowProc(Display.java:5471)
  143. at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
  144. at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
  145. at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2095)
  146. at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2253)
  147. at org.eclipse.swt.widgets.Display.windowProc(Display.java:5535)
  148. at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
  149. at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4989)
  150. at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5138)
  151. at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
  152. at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128)
  153. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3610)
  154. at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
  155. at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
  156. at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
  157. at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
  158. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  159. at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
  160. at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  161. at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
  162. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  163. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  164. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  165. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
  166. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
  167. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  168. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  169. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  170. at java.lang.reflect.Method.invoke(Method.java:597)
  171. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
  172. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
  173. at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement