Advertisement
Guest User

Untitled

a guest
Aug 21st, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.96 KB | None | 0 0
  1. KEVIN:bin kevin$ ./wso2server.sh -Dsetup
  2. JAVA_HOME environment variable is set to /Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home
  3. CARBON_HOME environment variable is set to /Users/kevin/Downloads/wso2esb-5.0.0-BETA2
  4. Using Java memory options: -Xms256m -Xmx1024m
  5. [2016-08-22 10:50:20,088] INFO - CarbonCoreActivator Starting WSO2 Carbon...
  6. [2016-08-22 10:50:20,093] INFO - CarbonCoreActivator Operating System : Mac OS X 10.11.4, x86_64
  7. [2016-08-22 10:50:20,093] INFO - CarbonCoreActivator Java Home : /Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre
  8. [2016-08-22 10:50:20,093] INFO - CarbonCoreActivator Java Version : 1.8.0_77
  9. [2016-08-22 10:50:20,093] INFO - CarbonCoreActivator Java VM : Java HotSpot(TM) 64-Bit Server VM 25.77-b03,Oracle Corporation
  10. [2016-08-22 10:50:20,094] INFO - CarbonCoreActivator Carbon Home : /Users/kevin/Downloads/wso2esb-5.0.0-BETA2
  11. [2016-08-22 10:50:20,094] INFO - CarbonCoreActivator Java Temp Dir : /Users/kevin/Downloads/wso2esb-5.0.0-BETA2/tmp
  12. [2016-08-22 10:50:20,094] INFO - CarbonCoreActivator User : kevin, en-US, Asia/Manila
  13. [2016-08-22 10:50:20,259] WARN - ValidationResultPrinter Swap Memory size (MB): 0 of the system is below the recommended minimum size :2047
  14. [2016-08-22 10:50:20,261] WARN - ValidationResultPrinter Carbon is configured to use the default keystore (wso2carbon.jks). To maximize security when deploying to a production environment, configure a new keystore with a unique password in the production server profile.
  15. [2016-08-22 10:50:20,417] INFO - KafkaEventAdapterServiceDS Successfully deployed the Kafka output event adaptor service
  16. [2016-08-22 10:50:20,495] INFO - ManagementModeConfigurationLoader CEP started in Single node mode
  17. Mon Aug 22 10:50:22 PHT 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  18. [2016-08-22 10:50:22,964] INFO - DefaultRealmService Database already exists. Not creating a new database.
  19. Mon Aug 22 10:50:23 PHT 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  20. [2016-08-22 10:50:23,516] ERROR - JDBCResourceDAO Failed to check the existence of the resource /. Table 'registry_local2.reg_resource' doesn't exist
  21. com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'registry_local2.reg_resource' doesn't exist
  22. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  23. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  24. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  25. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  26. at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  27. at com.mysql.jdbc.Util.getInstance(Util.java:387)
  28. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:942)
  29. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3966)
  30. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3902)
  31. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2526)
  32. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2673)
  33. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2549)
  34. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
  35. at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962)
  36. at org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.getVersion(JDBCResourceDAO.java:184)
  37. at org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.resourceExists(JDBCResourceDAO.java:147)
  38. at org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.resourceExists(JDBCResourceDAO.java:156)
  39. at org.wso2.carbon.registry.core.utils.RegistryUtils.systemResourceShouldBeAdded(RegistryUtils.java:665)
  40. at org.wso2.carbon.registry.core.session.UserRegistry.addRootCollection(UserRegistry.java:390)
  41. at org.wso2.carbon.registry.core.session.UserRegistry.init(UserRegistry.java:328)
  42. at org.wso2.carbon.registry.core.session.UserRegistry.access$100(UserRegistry.java:61)
  43. at org.wso2.carbon.registry.core.session.UserRegistry$2.run(UserRegistry.java:249)
  44. at java.security.AccessController.doPrivileged(Native Method)
  45. at org.wso2.carbon.registry.core.session.UserRegistry.<init>(UserRegistry.java:246)
  46. at org.wso2.carbon.registry.core.session.UserRegistry.<init>(UserRegistry.java:225)
  47. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getUserRegistry(EmbeddedRegistryService.java:427)
  48. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:292)
  49. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:276)
  50. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:262)
  51. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.configure(EmbeddedRegistryService.java:219)
  52. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.<init>(EmbeddedRegistryService.java:99)
  53. at org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.getEmbeddedRegistryService(RegistryCoreServiceComponent.java:598)
  54. at org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.buildRegistryService(RegistryCoreServiceComponent.java:520)
  55. at org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.activate(RegistryCoreServiceComponent.java:126)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  58. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  59. at java.lang.reflect.Method.invoke(Method.java:498)
  60. at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260)
  61. at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
  62. at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345)
  63. at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
  64. at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
  65. at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343)
  66. at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
  67. at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
  68. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
  69. at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  70. at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
  71. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
  72. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
  73. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
  74. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
  75. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
  76. at org.wso2.carbon.user.core.internal.Activator.startDeploy(Activator.java:69)
  77. at org.wso2.carbon.user.core.internal.BundleCheckActivator.start(BundleCheckActivator.java:61)
  78. at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
  79. at java.security.AccessController.doPrivileged(Native Method)
  80. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
  81. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
  82. at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
  83. at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
  84. at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)
  85. at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
  86. at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
  87. at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
  88. at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
  89. at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
  90. at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
  91. at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  92. at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
  93. [2016-08-22 10:50:23,526] FATAL - UserRegistry Failed to add the root collection to the coreRegistry.
  94. org.wso2.carbon.registry.core.exceptions.RegistryException: Failed to check the existence of the resource /. Table 'registry_local2.reg_resource' doesn't exist
  95. at org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.getVersion(JDBCResourceDAO.java:206)
  96. at org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.resourceExists(JDBCResourceDAO.java:147)
  97. at org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.resourceExists(JDBCResourceDAO.java:156)
  98. at org.wso2.carbon.registry.core.utils.RegistryUtils.systemResourceShouldBeAdded(RegistryUtils.java:665)
  99. at org.wso2.carbon.registry.core.session.UserRegistry.addRootCollection(UserRegistry.java:390)
  100. at org.wso2.carbon.registry.core.session.UserRegistry.init(UserRegistry.java:328)
  101. at org.wso2.carbon.registry.core.session.UserRegistry.access$100(UserRegistry.java:61)
  102. at org.wso2.carbon.registry.core.session.UserRegistry$2.run(UserRegistry.java:249)
  103. at java.security.AccessController.doPrivileged(Native Method)
  104. at org.wso2.carbon.registry.core.session.UserRegistry.<init>(UserRegistry.java:246)
  105. at org.wso2.carbon.registry.core.session.UserRegistry.<init>(UserRegistry.java:225)
  106. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getUserRegistry(EmbeddedRegistryService.java:427)
  107. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:292)
  108. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:276)
  109. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:262)
  110. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.configure(EmbeddedRegistryService.java:219)
  111. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.<init>(EmbeddedRegistryService.java:99)
  112. at org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.getEmbeddedRegistryService(RegistryCoreServiceComponent.java:598)
  113. at org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.buildRegistryService(RegistryCoreServiceComponent.java:520)
  114. at org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.activate(RegistryCoreServiceComponent.java:126)
  115. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  116. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  117. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  118. at java.lang.reflect.Method.invoke(Method.java:498)
  119. at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260)
  120. at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
  121. at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345)
  122. at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
  123. at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
  124. at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343)
  125. at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
  126. at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
  127. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
  128. at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  129. at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
  130. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
  131. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
  132. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
  133. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
  134. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
  135. at org.wso2.carbon.user.core.internal.Activator.startDeploy(Activator.java:69)
  136. at org.wso2.carbon.user.core.internal.BundleCheckActivator.start(BundleCheckActivator.java:61)
  137. at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
  138. at java.security.AccessController.doPrivileged(Native Method)
  139. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
  140. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
  141. at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
  142. at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
  143. at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)
  144. at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
  145. at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
  146. at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
  147. at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
  148. at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
  149. at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
  150. at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  151. at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
  152. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'registry_local2.reg_resource' doesn't exist
  153. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  154. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  155. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  156. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  157. at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  158. at com.mysql.jdbc.Util.getInstance(Util.java:387)
  159. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:942)
  160. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3966)
  161. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3902)
  162. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2526)
  163. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2673)
  164. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2549)
  165. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
  166. at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962)
  167. at org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.getVersion(JDBCResourceDAO.java:184)
  168. ... 56 more
  169. [2016-08-22 10:50:23,536] ERROR - RegistryCoreServiceComponent Failed to activate Registry Core bundle
  170. org.wso2.carbon.registry.core.exceptions.RegistryException: Failed to add the root collection to the coreRegistry.
  171. at org.wso2.carbon.registry.core.session.UserRegistry.addRootCollection(UserRegistry.java:443)
  172. at org.wso2.carbon.registry.core.session.UserRegistry.init(UserRegistry.java:328)
  173. at org.wso2.carbon.registry.core.session.UserRegistry.access$100(UserRegistry.java:61)
  174. at org.wso2.carbon.registry.core.session.UserRegistry$2.run(UserRegistry.java:249)
  175. at java.security.AccessController.doPrivileged(Native Method)
  176. at org.wso2.carbon.registry.core.session.UserRegistry.<init>(UserRegistry.java:246)
  177. at org.wso2.carbon.registry.core.session.UserRegistry.<init>(UserRegistry.java:225)
  178. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getUserRegistry(EmbeddedRegistryService.java:427)
  179. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:292)
  180. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:276)
  181. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:262)
  182. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.configure(EmbeddedRegistryService.java:219)
  183. at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.<init>(EmbeddedRegistryService.java:99)
  184. at org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.getEmbeddedRegistryService(RegistryCoreServiceComponent.java:598)
  185. at org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.buildRegistryService(RegistryCoreServiceComponent.java:520)
  186. at org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent.activate(RegistryCoreServiceComponent.java:126)
  187. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  188. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  189. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  190. at java.lang.reflect.Method.invoke(Method.java:498)
  191. at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260)
  192. at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
  193. at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345)
  194. at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
  195. at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
  196. at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343)
  197. at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
  198. at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
  199. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
  200. at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  201. at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
  202. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
  203. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
  204. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
  205. at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
  206. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
  207. at org.wso2.carbon.user.core.internal.Activator.startDeploy(Activator.java:69)
  208. at org.wso2.carbon.user.core.internal.BundleCheckActivator.start(BundleCheckActivator.java:61)
  209. at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
  210. at java.security.AccessController.doPrivileged(Native Method)
  211. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
  212. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
  213. at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
  214. at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
  215. at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)
  216. at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
  217. at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
  218. at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
  219. at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
  220. at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
  221. at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
  222. at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  223. at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
  224. Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException: Failed to check the existence of the resource /. Table 'registry_local2.reg_resource' doesn't exist
  225. at org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.getVersion(JDBCResourceDAO.java:206)
  226. at org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.resourceExists(JDBCResourceDAO.java:147)
  227. at org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.resourceExists(JDBCResourceDAO.java:156)
  228. at org.wso2.carbon.registry.core.utils.RegistryUtils.systemResourceShouldBeAdded(RegistryUtils.java:665)
  229. at org.wso2.carbon.registry.core.session.UserRegistry.addRootCollection(UserRegistry.java:390)
  230. ... 52 more
  231. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'registry_local2.reg_resource' doesn't exist
  232. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  233. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  234. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  235. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  236. at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  237. at com.mysql.jdbc.Util.getInstance(Util.java:387)
  238. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:942)
  239. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3966)
  240. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3902)
  241. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2526)
  242. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2673)
  243. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2549)
  244. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
  245. at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962)
  246. at org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.getVersion(JDBCResourceDAO.java:184)
  247. ... 56 more
  248. [2016-08-22 10:50:23,638] INFO - UserStoreMgtDSComponent Carbon UserStoreMgtDSComponent activated successfully.
  249. [2016-08-22 10:50:33,043] INFO - TaglibUriRule TLD skipped. URI: http://tiles.apache.org/tags-tiles is already defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement