Guest User

Untitled

a guest
Jan 23rd, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/marlon/git/vaadin.com/webpage-frontend -Dmaven.home=/Users/marlon/Applications/apache-maven-3.3.9 -Dclassworlds.conf=/Users/marlon/Applications/apache-maven-3.3.9/bin/m2.conf -Didea.launcher.port=7540 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/Users/marlon/Applications/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=2016.3.3 -DcleanDevDB=true jetty:run
  2. 16:00:35:259 [INFO] Scanning for projects...
  3. 16:00:35:461 [INFO]                                                                        
  4. 16:00:35:461 [INFO] ------------------------------------------------------------------------
  5. 16:00:35:461 [INFO] Building Webpage frontend 2.0.0
  6. 16:00:35:461 [INFO] ------------------------------------------------------------------------
  7. 16:00:35:479 [INFO]
  8. 16:00:35:479 [INFO] >>> jetty-maven-plugin:9.4.0.v20161208:run (default-cli) > test-compile @ webpage-frontend >>>
  9. 16:00:36:236 [INFO]
  10. 16:00:36:236 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ webpage-frontend ---
  11. 16:00:36:414 [INFO]
  12. 16:00:36:414 [INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ webpage-frontend ---
  13. 16:00:36:437 [INFO]
  14. 16:00:36:437 [INFO] --- frontend-maven-plugin:1.0:install-node-and-npm (install node and npm) @ webpage-frontend ---
  15. 16:00:36:557 [INFO] Node v5.3.0 is already installed.
  16. 16:00:36:768 [INFO] NPM 3.3.12 is already installed.
  17. 16:00:36:768 [INFO]
  18. 16:00:36:768 [INFO] --- frontend-maven-plugin:1.0:npm (npm install) @ webpage-frontend ---
  19. 16:00:36:771 [INFO] Running 'npm install' in /Users/marlon/git/vaadin.com/webpage-frontend
  20. 16:00:39:349 [WARNING] npm WARN EPACKAGEJSON webpage-frontend No description
  21. 16:00:39:349 [WARNING] npm WARN EPACKAGEJSON webpage-frontend No repository field.
  22. 16:00:39:350 [WARNING] npm WARN EPACKAGEJSON webpage-frontend No license field.
  23. 16:00:39:361 [INFO]
  24. 16:00:39:361 [INFO] --- frontend-maven-plugin:1.0:bower (bower install) @ webpage-frontend ---
  25. 16:00:39:363 [INFO] Running 'bower install' in /Users/marlon/git/vaadin.com/webpage-frontend
  26. 16:00:40:195 [INFO]
  27. 16:00:40:195 [INFO] --- libsass-maven-plugin:0.2.6-libsass_3.4.0:compile (default) @ webpage-frontend ---
  28. 16:00:40:837 [INFO] Compiled 1 files
  29. 16:00:40:838 [INFO]
  30. 16:00:40:838 [INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ webpage-frontend ---
  31. 16:00:40:934 [INFO] Using 'UTF-8' encoding to copy filtered resources.
  32. 16:00:40:967 [INFO] Copying 349 resources
  33. 16:00:41:428 [INFO]
  34. 16:00:41:428 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webpage-frontend ---
  35. 16:00:41:787 [INFO] Nothing to compile - all classes are up to date
  36. 16:00:41:787 [INFO]
  37. 16:00:41:787 [INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ webpage-frontend ---
  38. 16:00:41:790 [INFO] Using 'UTF-8' encoding to copy filtered resources.
  39. 16:00:41:791 [INFO] Copying 5 resources
  40. 16:00:41:791 [INFO]
  41. 16:00:41:791 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webpage-frontend ---
  42. 16:00:41:929 [INFO] Nothing to compile - all classes are up to date
  43. 16:00:41:929 [INFO]
  44. 16:00:41:929 [INFO] <<< jetty-maven-plugin:9.4.0.v20161208:run (default-cli) < test-compile @ webpage-frontend <<<
  45. 16:00:41:988 [INFO]
  46. 16:00:41:988 [INFO] --- jetty-maven-plugin:9.4.0.v20161208:run (default-cli) @ webpage-frontend ---
  47. 16:00:42:191 [INFO] Logging initialized @8007ms to org.eclipse.jetty.util.log.Slf4jLog
  48. 16:00:42:238 [INFO] Configuring Jetty for project: Webpage frontend
  49. 16:00:42:238 [INFO] webAppSourceDirectory not set. Trying src/main/webapp
  50. 16:00:42:238 [INFO] Reload Mechanic: automatic
  51. 16:00:42:238 [INFO] Classes = /Users/marlon/git/vaadin.com/webpage-frontend/target/classes
  52. 16:00:42:252 [INFO] Context path = /
  53. 16:00:42:252 [INFO] Tmp directory = /Users/marlon/git/vaadin.com/webpage-frontend/target/tmp
  54. 16:00:42:252 [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
  55. 16:00:42:252 [INFO] Web overrides =  none
  56. 16:00:42:255 [INFO] web.xml file = file:///Users/marlon/git/vaadin.com/webpage-frontend/src/main/webapp/WEB-INF/web.xml
  57. 16:00:42:256 [INFO] Webapp directory = /Users/marlon/git/vaadin.com/webpage-frontend/src/main/webapp
  58. 16:00:42:259 [INFO] jetty-9.4.0.v20161208
  59. 16:00:46:074 [INFO] Scanning elapsed time=3412ms
  60. 16:00:46:129 [INFO] Initializing AtmosphereFramework
  61. 16:00:46:322 [INFO] No Spring WebApplicationInitializer types detected on classpath
  62. 16:00:46:386 [INFO] DefaultSessionIdManager workerName=node0
  63. 16:00:46:386 [INFO] No SessionScavenger set, using defaults
  64. 16:00:46:388 [INFO] Scavenging every 600000ms
  65. 16:00:46:517 [INFO] Initializing Spring root WebApplicationContext
  66. tammikuuta 23, 2017 4:00:46 IP. org.springframework.web.context.ContextLoader initWebApplicationContext
  67. INFO: Root WebApplicationContext: initialization started
  68. tammikuuta 23, 2017 4:00:46 IP. org.springframework.web.context.support.AnnotationConfigWebApplicationContext prepareRefresh
  69. INFO: Refreshing Root WebApplicationContext: startup date [Mon Jan 23 16:00:46 EET 2017]; root of context hierarchy
  70. tammikuuta 23, 2017 4:00:46 IP. org.springframework.web.context.support.AnnotationConfigWebApplicationContext loadBeanDefinitions
  71. INFO: Successfully resolved class for [com.vaadin.frontend.config.SpringConfig]
  72. tammikuuta 23, 2017 4:00:47 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  73. INFO: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-security.xml]
  74. tammikuuta 23, 2017 4:00:47 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  75. INFO: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-oauth.xml]
  76. tammikuuta 23, 2017 4:00:47 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  77. INFO: Loading XML bean definitions from class path resource [spring/spring-dynamicContent.xml]
  78. tammikuuta 23, 2017 4:00:47 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  79. INFO: Loading XML bean definitions from class path resource [spring/spring-store-github.xml]
  80. tammikuuta 23, 2017 4:00:47 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  81. INFO: Loading XML bean definitions from class path resource [spring/spring-store-googlecalendar.xml]
  82. tammikuuta 23, 2017 4:00:48 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  83. INFO: Loading XML bean definitions from class path resource [spring/spring-store-meetupcalendar.xml]
  84. tammikuuta 23, 2017 4:00:48 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  85. INFO: Loading XML bean definitions from class path resource [spring/spring-store-youtube.xml]
  86. tammikuuta 23, 2017 4:00:48 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  87. INFO: Loading XML bean definitions from class path resource [spring/spring-store-jpa.xml]
  88. tammikuuta 23, 2017 4:00:48 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  89. INFO: Loading XML bean definitions from class path resource [spring/spring-store-sources-misc.xml]
  90. tammikuuta 23, 2017 4:00:48 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  91. INFO: Loading XML bean definitions from class path resource [spring/spring-store-sources-proaccount.xml]
  92. tammikuuta 23, 2017 4:00:48 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  93. INFO: Loading XML bean definitions from class path resource [spring/spring-dummyDataDefaults.xml]
  94. tammikuuta 23, 2017 4:00:48 IP. org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
  95. INFO: Loading XML bean definitions from URL [jar:file:/Users/marlon/.m2/repository/com/vaadin/wolfgang/vaadin-store-api/1.0.3-SNAPSHOT/vaadin-store-api-1.0.3-SNAPSHOT.jar!/spring/spring-xreference-aop.xml]
  96. tammikuuta 23, 2017 4:00:49 IP. org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
  97. INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  98. main 2017-01-23 16:00:50 INFO [c.v.m.Util] - Created directory: /var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/devdb
  99. main 2017-01-23 16:00:50 INFO [c.v.m.DB] - Installing a new embedded database to: /var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base
  100. main 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - Starting Program [/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysql_install_db, --datadir=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/devdb, --basedir=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base)
  101. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: Installing MariaDB/MySQL system tables in '/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/devdb' ...
  102. main 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - Thread is now going to wait for this process to terminate itself: Program [/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysql_install_db, --datadir=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/devdb, --basedir=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base)
  103. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] /private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysqld (mysqld 10.1.9-MariaDB) starting as process 17727 ...
  104. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  105. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: The InnoDB memory heap is disabled
  106. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  107. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Memory barrier is not used
  108. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Compressed tables use zlib 1.2.5
  109. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Using CPU crc32 instructions
  110. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  111. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Completed initialization of buffer pool
  112. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
  113. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
  114. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Database physically writes the file full: wait...
  115. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
  116. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
  117. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
  118. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Warning] InnoDB: New log files created, LSN=45883
  119. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Doublewrite buffer not found: creating new
  120. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Doublewrite buffer created
  121. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: 128 rollback segment(s) are active.
  122. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Warning] InnoDB: Creating foreign key constraint system tables.
  123. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Foreign key constraint system tables created
  124. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Creating tablespace and datafile system tables.
  125. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Tablespace and datafile system tables created.
  126. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB: Waiting for purge to start
  127. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 140735269732352 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.26-74.0 started; log sequence number 0
  128. Exec Stream Pumper 2017-01-23 16:00:50 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:50 123145313034240 [Note] InnoDB: Dumping buffer pool(s) not yet started
  129. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: OK
  130. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: Filling help tables...
  131. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] /private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysqld (mysqld 10.1.9-MariaDB) starting as process 17731 ...
  132. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  133. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB: The InnoDB memory heap is disabled
  134. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  135. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB: Memory barrier is not used
  136. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB: Compressed tables use zlib 1.2.5
  137. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB: Using CPU crc32 instructions
  138. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  139. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB: Completed initialization of buffer pool
  140. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB: Highest supported file format is Barracuda.
  141. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB: 128 rollback segment(s) are active.
  142. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB: Waiting for purge to start
  143. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 140735269732352 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.26-74.0 started; log sequence number 1616799
  144. Exec Stream Pumper 2017-01-23 16:00:53 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:53 123145313034240 [Note] InnoDB: Dumping buffer pool(s) not yet started
  145. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: OK
  146. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: Creating OpenGIS required SP-s...
  147. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] /private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysqld (mysqld 10.1.9-MariaDB) starting as process 17739 ...
  148. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  149. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB: The InnoDB memory heap is disabled
  150. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  151. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB: Memory barrier is not used
  152. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB: Compressed tables use zlib 1.2.5
  153. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB: Using CPU crc32 instructions
  154. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  155. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB: Completed initialization of buffer pool
  156. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB: Highest supported file format is Barracuda.
  157. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB: 128 rollback segment(s) are active.
  158. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB: Waiting for purge to start
  159. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 140735269732352 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.26-74.0 started; log sequence number 1616809
  160. Exec Stream Pumper 2017-01-23 16:00:55 INFO [c.v.e.ManagedProcess] - mysql_install_db: 2017-01-23 16:00:55 123145313034240 [Note] InnoDB: Dumping buffer pool(s) not yet started
  161. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: OK
  162. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db:
  163. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: To start mysqld at boot time you have to copy
  164. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: support-files/mysql.server to the right place for your system
  165. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db:
  166. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
  167. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: To do so, start the server, then issue the following commands:
  168. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db:
  169. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: '/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysqladmin' -u root password 'new-password'
  170. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: '/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysqladmin' -u root -h  password 'new-password'
  171. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db:
  172. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: Alternatively you can run:
  173. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: '/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysql_secure_installation'
  174. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db:
  175. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: which will also give you the option of removing the test
  176. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: databases and anonymous user created by default.  This is
  177. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: strongly recommended for production servers.
  178. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db:
  179. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: See the MariaDB Knowledgebase at http://mariadb.com/kb or the
  180. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: MySQL manual for more instructions.
  181. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db:
  182. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: You can start the MariaDB daemon with:
  183. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: cd '/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base' ; /private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysqld_safe --datadir='/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/devdb'
  184. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db:
  185. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: You can test the MariaDB daemon with mysql-test-run.pl
  186. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: cd '/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/mysql-test' ; perl mysql-test-run.pl
  187. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db:
  188. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: Please report any problems at http://mariadb.org/jira
  189. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db:
  190. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: The latest information about MariaDB is available at http://mariadb.org/.
  191. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: You can find additional information about the MySQL part at:
  192. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: http://dev.mysql.com
  193. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: Support MariaDB development by buying support/new features from MariaDB
  194. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: Corporation Ab. You can contact us about this at sales@mariadb.com.
  195. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: Alternatively consider joining our community based development effort:
  196. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db: http://mariadb.com/kb/en/contributing-to-the-mariadb-project/
  197. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysql_install_db:
  198. Exec Default Executor 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - Program [/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysql_install_db, --datadir=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/devdb, --basedir=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base) just exited, with value 0
  199. main 2017-01-23 16:00:58 INFO [c.v.m.DB] - Installation complete.
  200. main 2017-01-23 16:00:58 INFO [c.v.m.DB] - Starting up the database...
  201. main 2017-01-23 16:00:58 INFO [c.v.m.DB] - mysqld executable: /var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysqld
  202. main 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - Starting Program [/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base, --datadir=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/devdb, --port=4223, --socket=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j.4223.sock] (in working directory /var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base)
  203. main 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - Thread will wait for "mysqld: ready for connections." to appear in Console output of process Program [/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base, --datadir=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/devdb, --port=4223, --socket=/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j.4223.sock] (in working directory /var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base) for max. 30000ms
  204. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: dyld: warning, unknown environment variable: DYLD_FALLBACK_LIBRARY_PATH
  205. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] /var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysqld (mysqld 10.1.9-MariaDB) starting as process 17741 ...
  206. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Warning] Setting lower_case_table_names=2 because file system for /private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/devdb/ is case insensitive
  207. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  208. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB: The InnoDB memory heap is disabled
  209. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  210. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB: Memory barrier is not used
  211. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB: Compressed tables use zlib 1.2.5
  212. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB: Using CPU crc32 instructions
  213. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  214. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB: Completed initialization of buffer pool
  215. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB: Highest supported file format is Barracuda.
  216. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB: 128 rollback segment(s) are active.
  217. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB: Waiting for purge to start
  218. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.26-74.0 started; log sequence number 1616819
  219. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 123145313034240 [Note] InnoDB: Dumping buffer pool(s) not yet started
  220. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] Plugin 'FEEDBACK' is disabled.
  221. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] Server socket created on IP: '::'.
  222. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 140735269732352 [Note] /var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j/base/bin/mysqld: ready for connections.
  223. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: Version: '10.1.9-MariaDB'  socket: '/private/var/folders/38/lcr_4gbd3xbbj2_f7cz1h6vr0000gn/T/MariaDB4j.4223.sock'  port: 4223  Homebrew
  224. main 2017-01-23 16:00:58 INFO [c.v.m.DB] - Database startup complete.
  225. main 2017-01-23 16:00:58 INFO [c.v.b.c.DataSourceFactory] - Development DB will be cleaned!
  226. main 2017-01-23 16:00:58 INFO [o.f.c.i.u.VersionPrinter] - Flyway 4.0.3 by Boxfuse
  227. main 2017-01-23 16:00:58 INFO [o.f.c.i.d.DbSupportFactory] - Database: jdbc:mysql://127.0.0.1:4223/ (MySQL 5.5)
  228. main 2017-01-23 16:00:58 WARN [o.f.c.i.c.DbClean] - Unable to clean unknown schema: `directory`
  229. main 2017-01-23 16:00:58 INFO [o.f.c.i.c.DbValidate] - Successfully validated 1 migration (execution time 00:00.008s)
  230. main 2017-01-23 16:00:58 INFO [o.f.c.i.c.DbSchemas] - Creating schema `directory` ...
  231. main 2017-01-23 16:00:58 INFO [o.f.c.i.m.MetaDataTableImpl] - Creating Metadata table: `directory`.`schema_version`
  232. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 123145315266560 [Note] InnoDB: Online DDL : Start
  233. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 123145315266560 [Note] InnoDB: Online DDL : Start reading clustered index of the table and create temporary files
  234. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 123145315266560 [Note] InnoDB: Online DDL : End of reading clustered index of the table and create temporary files
  235. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 123145315266560 [Note] InnoDB: Online DDL : Start applying row log
  236. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 123145315266560 [Note] InnoDB: Online DDL : End of applying row log
  237. Exec Stream Pumper 2017-01-23 16:00:58 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:00:58 123145315266560 [Note] InnoDB: Online DDL : Completed
  238. main 2017-01-23 16:00:58 INFO [o.f.c.i.c.DbMigrate] - Current version of schema `directory`: 0
  239. main 2017-01-23 16:00:58 INFO [o.f.c.i.c.DbMigrate] - Migrating schema `directory` to version 1.000 - initialize
  240. main 2017-01-23 16:00:59 INFO [o.f.c.i.c.DbMigrate] - Successfully applied 1 migration to schema `directory` (execution time 00:00.418s).
  241. main 2017-01-23 16:00:59 INFO [c.v.b.c.DataSourceFactory] - url: jdbc:mysql://127.0.0.1:4223/directory
  242. main 2017-01-23 16:00:59 INFO [c.v.b.c.DataSourceFactory] - username: root
  243. main 2017-01-23 16:00:59 INFO [c.v.b.c.DataSourceFactory] - password:
  244. main 2017-01-23 16:00:59 INFO [c.z.h.HikariDataSource] - HikariPool-1 - Started.
  245. main 2017-01-23 16:00:59 INFO [c.v.b.c.DataSourceFactory] - Configuring Datasource via configuration properties for development system
  246. tammikuuta 23, 2017 4:00:59 IP. org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean createNativeEntityManagerFactory
  247. INFO: Building JPA container EntityManagerFactory for persistence unit 'directory'
  248. main 2017-01-23 16:00:59 INFO [c.v.b.c.DataSourceFactory] - Development DB will be cleaned!
  249. main 2017-01-23 16:00:59 INFO [o.f.c.i.d.DbSupportFactory] - Database: jdbc:mysql://127.0.0.1:4223/ (MySQL 5.5)
  250. main 2017-01-23 16:01:00 WARN [o.f.c.i.c.DbClean] - Unable to clean unknown schema: `proaccount`
  251. main 2017-01-23 16:01:00 INFO [o.f.c.i.c.DbValidate] - Successfully validated 2 migrations (execution time 00:00.006s)
  252. main 2017-01-23 16:01:00 INFO [o.f.c.i.c.DbSchemas] - Creating schema `proaccount` ...
  253. main 2017-01-23 16:01:00 INFO [o.f.c.i.m.MetaDataTableImpl] - Creating Metadata table: `proaccount`.`schema_version`
  254. Exec Stream Pumper 2017-01-23 16:01:00 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:01:00 123145318379520 [Note] InnoDB: Online DDL : Start
  255. Exec Stream Pumper 2017-01-23 16:01:00 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:01:00 123145318379520 [Note] InnoDB: Online DDL : Start reading clustered index of the table and create temporary files
  256. Exec Stream Pumper 2017-01-23 16:01:00 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:01:00 123145318379520 [Note] InnoDB: Online DDL : End of reading clustered index of the table and create temporary files
  257. Exec Stream Pumper 2017-01-23 16:01:00 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:01:00 123145318379520 [Note] InnoDB: Online DDL : Start applying row log
  258. Exec Stream Pumper 2017-01-23 16:01:00 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:01:00 123145318379520 [Note] InnoDB: Online DDL : End of applying row log
  259. Exec Stream Pumper 2017-01-23 16:01:00 INFO [c.v.e.ManagedProcess] - mysqld: 2017-01-23 16:01:00 123145318379520 [Note] InnoDB: Online DDL : Completed
  260. main 2017-01-23 16:01:00 INFO [o.f.c.i.c.DbMigrate] - Current version of schema `proaccount`: 0
  261. main 2017-01-23 16:01:00 INFO [o.f.c.i.c.DbMigrate] - Migrating schema `proaccount` to version 1.000 - initialize
  262. main 2017-01-23 16:01:01 INFO [o.f.c.i.c.DbMigrate] - Migrating schema `proaccount` to version 1.001 - user table
  263. main 2017-01-23 16:01:01 WARN [o.f.c.i.d.JdbcTemplate] - DB: Table 'user' already exists (SQL State: 42S01 - Error Code: 1050)
  264. main 2017-01-23 16:01:01 ERROR [o.f.c.i.c.DbMigrate] - Migration of schema `proaccount` to version 1.001 - user table failed! Please restore backups and roll back database and code!
  265. tammikuuta 23, 2017 4:01:01 IP. org.springframework.web.context.support.AnnotationConfigWebApplicationContext refresh
  266. WARNING: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'proAccountEntityManagerFactory' defined in class path resource [com/vaadin/backend/config/proaccount/ProAccountPersistenceConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: Error creating bean with name 'proAccountDataSource' defined in class path resource [com/vaadin/backend/config/PersistenceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'proAccountDataSource' threw exception; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  267. Migration V1_001__user_table.sql failed
  268. ---------------------------------------
  269. SQL State  : 42S01
  270. Error Code : 1050
  271. Message    : Table 'user' already exists
  272. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  273. Line       : 19
  274. Statement  : CREATE TABLE "user" (
  275.   "ID" bigint(20) NOT NULL,
  276.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  277.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  278.   "LIFERAYUSERID" bigint(20) NOT NULL,
  279.   "TIMEZONE" varchar(50) DEFAULT NULL,
  280.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  281.   "SKYPENAME" varchar(100) DEFAULT NULL,
  282.   "COUNTRY" varchar(100) DEFAULT NULL,
  283.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  284.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  285.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  286.   "INDUSTRY" varchar(100) DEFAULT NULL,
  287.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  288.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  289.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  290.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  291.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  292.   "TWITTER" varchar(100) DEFAULT NULL,
  293.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  294.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  295.   PRIMARY KEY ("ID"),
  296.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  297.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  298.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  299.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  300. )
  301. ; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proAccountDataSource' defined in class path resource [com/vaadin/backend/config/PersistenceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'proAccountDataSource' threw exception; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  302. Migration V1_001__user_table.sql failed
  303. ---------------------------------------
  304. SQL State  : 42S01
  305. Error Code : 1050
  306. Message    : Table 'user' already exists
  307. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  308. Line       : 19
  309. Statement  : CREATE TABLE "user" (
  310.   "ID" bigint(20) NOT NULL,
  311.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  312.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  313.   "LIFERAYUSERID" bigint(20) NOT NULL,
  314.   "TIMEZONE" varchar(50) DEFAULT NULL,
  315.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  316.   "SKYPENAME" varchar(100) DEFAULT NULL,
  317.   "COUNTRY" varchar(100) DEFAULT NULL,
  318.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  319.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  320.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  321.   "INDUSTRY" varchar(100) DEFAULT NULL,
  322.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  323.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  324.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  325.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  326.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  327.   "TWITTER" varchar(100) DEFAULT NULL,
  328.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  329.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  330.   PRIMARY KEY ("ID"),
  331.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  332.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  333.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  334.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  335. )
  336.  
  337. tammikuuta 23, 2017 4:01:01 IP. org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean destroy
  338. INFO: Closing JPA EntityManagerFactory for persistence unit 'directory'
  339. main 2017-01-23 16:01:01 INFO [c.z.h.p.HikariPool] - HikariPool-1 - Close initiated...
  340. main 2017-01-23 16:01:01 INFO [c.z.h.p.HikariPool] - HikariPool-1 - Closed.
  341. 16:01:01:622 [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@67fa5045{/,[file:///Users/marlon/git/vaadin.com/webpage-frontend/src/main/webapp/, jar:file:///Users/marlon/.m2/repository/com/vaadin/hummingbird-push/0.0.16-SNAPSHOT/hummingbird-push-0.0.16-SNAPSHOT.jar!/META-INF/resources, jar:file:///Users/marlon/.m2/repository/com/vaadin/hummingbird-server/0.0.16-SNAPSHOT/hummingbird-server-0.0.16-SNAPSHOT.jar!/META-INF/resources, jar:file:///Users/marlon/.m2/repository/com/vaadin/hummingbird-client/0.0.16-SNAPSHOT/hummingbird-client-0.0.16-SNAPSHOT.jar!/META-INF/resources],UNAVAILABLE}{file:///Users/marlon/git/vaadin.com/webpage-frontend/src/main/webapp/}
  342. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'proAccountEntityManagerFactory' defined in class path resource [com/vaadin/backend/config/proaccount/ProAccountPersistenceConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: Error creating bean with name 'proAccountDataSource' defined in class path resource [com/vaadin/backend/config/PersistenceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'proAccountDataSource' threw exception; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  343. Migration V1_001__user_table.sql failed
  344. ---------------------------------------
  345. SQL State  : 42S01
  346. Error Code : 1050
  347. Message    : Table 'user' already exists
  348. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  349. Line       : 19
  350. Statement  : CREATE TABLE "user" (
  351.   "ID" bigint(20) NOT NULL,
  352.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  353.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  354.   "LIFERAYUSERID" bigint(20) NOT NULL,
  355.   "TIMEZONE" varchar(50) DEFAULT NULL,
  356.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  357.   "SKYPENAME" varchar(100) DEFAULT NULL,
  358.   "COUNTRY" varchar(100) DEFAULT NULL,
  359.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  360.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  361.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  362.   "INDUSTRY" varchar(100) DEFAULT NULL,
  363.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  364.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  365.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  366.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  367.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  368.   "TWITTER" varchar(100) DEFAULT NULL,
  369.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  370.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  371.   PRIMARY KEY ("ID"),
  372.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  373.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  374.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  375.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  376. )
  377. ; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proAccountDataSource' defined in class path resource [com/vaadin/backend/config/PersistenceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'proAccountDataSource' threw exception; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  378. Migration V1_001__user_table.sql failed
  379. ---------------------------------------
  380. SQL State  : 42S01
  381. Error Code : 1050
  382. Message    : Table 'user' already exists
  383. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  384. Line       : 19
  385. Statement  : CREATE TABLE "user" (
  386.   "ID" bigint(20) NOT NULL,
  387.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  388.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  389.   "LIFERAYUSERID" bigint(20) NOT NULL,
  390.   "TIMEZONE" varchar(50) DEFAULT NULL,
  391.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  392.   "SKYPENAME" varchar(100) DEFAULT NULL,
  393.   "COUNTRY" varchar(100) DEFAULT NULL,
  394.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  395.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  396.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  397.   "INDUSTRY" varchar(100) DEFAULT NULL,
  398.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  399.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  400.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  401.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  402.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  403.   "TWITTER" varchar(100) DEFAULT NULL,
  404.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  405.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  406.   PRIMARY KEY ("ID"),
  407.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  408.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  409.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  410.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  411. )
  412.  
  413.     at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  414.     at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:464)
  415.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
  416.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
  417.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  418.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  419.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  420.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  421.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  422.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  423.     at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1054)
  424.     at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:829)
  425.     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
  426.     at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444)
  427.     at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326)
  428.     at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
  429.     at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:865)
  430.     at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:532)
  431.     at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:828)
  432.     at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:344)
  433.     at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1480)
  434.     at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp(JettyWebAppContext.java:357)
  435.     at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1442)
  436.     at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:788)
  437.     at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:261)
  438.     at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:540)
  439.     at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:432)
  440.     at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  441.     at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
  442.     at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
  443.     at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
  444.     at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:161)
  445.     at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  446.     at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
  447.     at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
  448.     at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
  449.     at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  450.     at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
  451.     at org.eclipse.jetty.server.Server.start(Server.java:452)
  452.     at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105)
  453.     at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
  454.     at org.eclipse.jetty.server.Server.doStart(Server.java:419)
  455.     at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  456.     at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:460)
  457.     at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:328)
  458.     at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute(JettyRunMojo.java:170)
  459.     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  460.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  461.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  462.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  463.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  464.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  465.     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  466.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  467.     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  468.     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  469.     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  470.     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  471.     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  472.     at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  473.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  474.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  475.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  476.     at java.lang.reflect.Method.invoke(Method.java:497)
  477.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  478.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  479.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  480.     at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  481.     at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
  482.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  483.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  484.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  485.     at java.lang.reflect.Method.invoke(Method.java:497)
  486.     at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
  487. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proAccountDataSource' defined in class path resource [com/vaadin/backend/config/PersistenceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'proAccountDataSource' threw exception; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  488. Migration V1_001__user_table.sql failed
  489. ---------------------------------------
  490. SQL State  : 42S01
  491. Error Code : 1050
  492. Message    : Table 'user' already exists
  493. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  494. Line       : 19
  495. Statement  : CREATE TABLE "user" (
  496.   "ID" bigint(20) NOT NULL,
  497.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  498.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  499.   "LIFERAYUSERID" bigint(20) NOT NULL,
  500.   "TIMEZONE" varchar(50) DEFAULT NULL,
  501.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  502.   "SKYPENAME" varchar(100) DEFAULT NULL,
  503.   "COUNTRY" varchar(100) DEFAULT NULL,
  504.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  505.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  506.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  507.   "INDUSTRY" varchar(100) DEFAULT NULL,
  508.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  509.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  510.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  511.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  512.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  513.   "TWITTER" varchar(100) DEFAULT NULL,
  514.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  515.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  516.   PRIMARY KEY ("ID"),
  517.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  518.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  519.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  520.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  521. )
  522.  
  523.     at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  524.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
  525.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
  526.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  527.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  528.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  529.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  530.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  531.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  532.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  533.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  534.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  535.     at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
  536.     at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  537.     ... 73 more
  538. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'proAccountDataSource' threw exception; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  539. Migration V1_001__user_table.sql failed
  540. ---------------------------------------
  541. SQL State  : 42S01
  542. Error Code : 1050
  543. Message    : Table 'user' already exists
  544. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  545. Line       : 19
  546. Statement  : CREATE TABLE "user" (
  547.   "ID" bigint(20) NOT NULL,
  548.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  549.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  550.   "LIFERAYUSERID" bigint(20) NOT NULL,
  551.   "TIMEZONE" varchar(50) DEFAULT NULL,
  552.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  553.   "SKYPENAME" varchar(100) DEFAULT NULL,
  554.   "COUNTRY" varchar(100) DEFAULT NULL,
  555.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  556.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  557.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  558.   "INDUSTRY" varchar(100) DEFAULT NULL,
  559.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  560.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  561.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  562.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  563.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  564.   "TWITTER" varchar(100) DEFAULT NULL,
  565.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  566.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  567.   PRIMARY KEY ("ID"),
  568.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  569.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  570.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  571.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  572. )
  573.  
  574.     at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  575.     at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  576.     ... 86 more
  577. Caused by: org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  578. Migration V1_001__user_table.sql failed
  579. ---------------------------------------
  580. SQL State  : 42S01
  581. Error Code : 1050
  582. Message    : Table 'user' already exists
  583. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  584. Line       : 19
  585. Statement  : CREATE TABLE "user" (
  586.   "ID" bigint(20) NOT NULL,
  587.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  588.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  589.   "LIFERAYUSERID" bigint(20) NOT NULL,
  590.   "TIMEZONE" varchar(50) DEFAULT NULL,
  591.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  592.   "SKYPENAME" varchar(100) DEFAULT NULL,
  593.   "COUNTRY" varchar(100) DEFAULT NULL,
  594.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  595.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  596.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  597.   "INDUSTRY" varchar(100) DEFAULT NULL,
  598.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  599.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  600.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  601.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  602.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  603.   "TWITTER" varchar(100) DEFAULT NULL,
  604.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  605.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  606.   PRIMARY KEY ("ID"),
  607.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  608.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  609.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  610.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  611. )
  612.  
  613.     at org.flywaydb.core.internal.dbsupport.SqlScript.execute(SqlScript.java:117)
  614.     at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:71)
  615.     at org.flywaydb.core.internal.command.DbMigrate.doMigrate(DbMigrate.java:352)
  616.     at org.flywaydb.core.internal.command.DbMigrate.access$1100(DbMigrate.java:47)
  617.     at org.flywaydb.core.internal.command.DbMigrate$4.doInTransaction(DbMigrate.java:308)
  618.     at org.flywaydb.core.internal.util.jdbc.TransactionTemplate.execute(TransactionTemplate.java:72)
  619.     at org.flywaydb.core.internal.command.DbMigrate.applyMigration(DbMigrate.java:305)
  620.     at org.flywaydb.core.internal.command.DbMigrate.access$1000(DbMigrate.java:47)
  621.     at org.flywaydb.core.internal.command.DbMigrate$2.doInTransaction(DbMigrate.java:230)
  622.     at org.flywaydb.core.internal.command.DbMigrate$2.doInTransaction(DbMigrate.java:173)
  623.     at org.flywaydb.core.internal.util.jdbc.TransactionTemplate.execute(TransactionTemplate.java:72)
  624.     at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:173)
  625.     at org.flywaydb.core.Flyway$1.execute(Flyway.java:959)
  626.     at org.flywaydb.core.Flyway$1.execute(Flyway.java:917)
  627.     at org.flywaydb.core.Flyway.execute(Flyway.java:1373)
  628.     at org.flywaydb.core.Flyway.migrate(Flyway.java:917)
  629.     at com.vaadin.backend.config.DataSourceFactory.initializeDevDatabase(DataSourceFactory.java:124)
  630.     at com.vaadin.backend.config.DataSourceFactory.createDataSource(DataSourceFactory.java:90)
  631.     at com.vaadin.backend.config.PersistenceConfiguration.proAccountDataSource(PersistenceConfiguration.java:102)
  632.     at com.vaadin.backend.config.PersistenceConfiguration$$EnhancerBySpringCGLIB$$1c077629.CGLIB$proAccountDataSource$3(<generated>)
  633.     at com.vaadin.backend.config.PersistenceConfiguration$$EnhancerBySpringCGLIB$$1c077629$$FastClassBySpringCGLIB$$e2f8afd.invoke(<generated>)
  634.     at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  635.     at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356)
  636.     at com.vaadin.backend.config.PersistenceConfiguration$$EnhancerBySpringCGLIB$$1c077629.proAccountDataSource(<generated>)
  637.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  638.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  639.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  640.     at java.lang.reflect.Method.invoke(Method.java:497)
  641.     at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  642.     ... 87 more
  643. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'user' already exists
  644.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  645.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  646.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  647.     at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  648.     at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
  649.     at com.mysql.jdbc.Util.getInstance(Util.java:383)
  650.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980)
  651.     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3847)
  652.     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3783)
  653.     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2447)
  654.     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2594)
  655.     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2541)
  656.     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2499)
  657.     at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:844)
  658.     at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:748)
  659.     at org.flywaydb.core.internal.dbsupport.JdbcTemplate.executeStatement(JdbcTemplate.java:238)
  660.     at org.flywaydb.core.internal.dbsupport.SqlScript.execute(SqlScript.java:114)
  661.     ... 115 more
  662. tammikuuta 23, 2017 4:01:01 IP. org.springframework.web.context.ContextLoader initWebApplicationContext
  663. SEVERE: Context initialization failed
  664. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'proAccountEntityManagerFactory' defined in class path resource [com/vaadin/backend/config/proaccount/ProAccountPersistenceConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: Error creating bean with name 'proAccountDataSource' defined in class path resource [com/vaadin/backend/config/PersistenceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'proAccountDataSource' threw exception; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  665. Migration V1_001__user_table.sql failed
  666. ---------------------------------------
  667. SQL State  : 42S01
  668. Error Code : 1050
  669. Message    : Table 'user' already exists
  670. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  671. Line       : 19
  672. Statement  : CREATE TABLE "user" (
  673.   "ID" bigint(20) NOT NULL,
  674.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  675.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  676.   "LIFERAYUSERID" bigint(20) NOT NULL,
  677.   "TIMEZONE" varchar(50) DEFAULT NULL,
  678.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  679.   "SKYPENAME" varchar(100) DEFAULT NULL,
  680.   "COUNTRY" varchar(100) DEFAULT NULL,
  681.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  682.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  683.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  684.   "INDUSTRY" varchar(100) DEFAULT NULL,
  685.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  686.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  687.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  688.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  689.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  690.   "TWITTER" varchar(100) DEFAULT NULL,
  691.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  692.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  693.   PRIMARY KEY ("ID"),
  694.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  695.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  696.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  697.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  698. )
  699. ; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proAccountDataSource' defined in class path resource [com/vaadin/backend/config/PersistenceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'proAccountDataSource' threw exception; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  700. Migration V1_001__user_table.sql failed
  701. ---------------------------------------
  702. SQL State  : 42S01
  703. Error Code : 1050
  704. Message    : Table 'user' already exists
  705. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  706. Line       : 19
  707. Statement  : CREATE TABLE "user" (
  708.   "ID" bigint(20) NOT NULL,
  709.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  710.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  711.   "LIFERAYUSERID" bigint(20) NOT NULL,
  712.   "TIMEZONE" varchar(50) DEFAULT NULL,
  713.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  714.   "SKYPENAME" varchar(100) DEFAULT NULL,
  715.   "COUNTRY" varchar(100) DEFAULT NULL,
  716.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  717.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  718.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  719.   "INDUSTRY" varchar(100) DEFAULT NULL,
  720.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  721.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  722.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  723.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  724.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  725.   "TWITTER" varchar(100) DEFAULT NULL,
  726.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  727.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  728.   PRIMARY KEY ("ID"),
  729.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  730.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  731.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  732.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  733. )
  734.  
  735.     at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  736.     at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:464)
  737.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
  738.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
  739.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  740.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  741.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  742.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  743.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  744.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  745.     at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1054)
  746.     at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:829)
  747.     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
  748.     at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444)
  749.     at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326)
  750.     at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
  751.     at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:865)
  752.     at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:532)
  753.     at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:828)
  754.     at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:344)
  755.     at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1480)
  756.     at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp(JettyWebAppContext.java:357)
  757.     at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1442)
  758.     at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:788)
  759.     at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:261)
  760.     at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:540)
  761.     at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:432)
  762.     at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  763.     at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
  764.     at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
  765.     at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
  766.     at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:161)
  767.     at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  768.     at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
  769.     at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
  770.     at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
  771.     at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  772.     at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
  773.     at org.eclipse.jetty.server.Server.start(Server.java:452)
  774.     at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105)
  775.     at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
  776.     at org.eclipse.jetty.server.Server.doStart(Server.java:419)
  777.     at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  778.     at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:460)
  779.     at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:328)
  780.     at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute(JettyRunMojo.java:170)
  781.     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  782.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  783.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  784.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  785.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  786.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  787.     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  788.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  789.     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  790.     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  791.     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  792.     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  793.     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  794.     at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  795.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  796.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  797.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  798.     at java.lang.reflect.Method.invoke(Method.java:497)
  799.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  800.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  801.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  802.     at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  803.     at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
  804.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  805.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  806.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  807.     at java.lang.reflect.Method.invoke(Method.java:497)
  808.     at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
  809. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proAccountDataSource' defined in class path resource [com/vaadin/backend/config/PersistenceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'proAccountDataSource' threw exception; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  810. Migration V1_001__user_table.sql failed
  811. ---------------------------------------
  812. SQL State  : 42S01
  813. Error Code : 1050
  814. Message    : Table 'user' already exists
  815. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  816. Line       : 19
  817. Statement  : CREATE TABLE "user" (
  818.   "ID" bigint(20) NOT NULL,
  819.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  820.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  821.   "LIFERAYUSERID" bigint(20) NOT NULL,
  822.   "TIMEZONE" varchar(50) DEFAULT NULL,
  823.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  824.   "SKYPENAME" varchar(100) DEFAULT NULL,
  825.   "COUNTRY" varchar(100) DEFAULT NULL,
  826.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  827.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  828.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  829.   "INDUSTRY" varchar(100) DEFAULT NULL,
  830.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  831.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  832.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  833.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  834.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  835.   "TWITTER" varchar(100) DEFAULT NULL,
  836.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  837.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  838.   PRIMARY KEY ("ID"),
  839.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  840.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  841.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  842.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  843. )
  844.  
  845.     at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  846.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
  847.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
  848.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  849.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  850.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  851.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  852.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  853.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  854.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  855.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  856.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  857.     at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
  858.     at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  859.     ... 73 more
  860. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'proAccountDataSource' threw exception; nested exception is org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  861. Migration V1_001__user_table.sql failed
  862. ---------------------------------------
  863. SQL State  : 42S01
  864. Error Code : 1050
  865. Message    : Table 'user' already exists
  866. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  867. Line       : 19
  868. Statement  : CREATE TABLE "user" (
  869.   "ID" bigint(20) NOT NULL,
  870.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  871.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  872.   "LIFERAYUSERID" bigint(20) NOT NULL,
  873.   "TIMEZONE" varchar(50) DEFAULT NULL,
  874.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  875.   "SKYPENAME" varchar(100) DEFAULT NULL,
  876.   "COUNTRY" varchar(100) DEFAULT NULL,
  877.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  878.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  879.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  880.   "INDUSTRY" varchar(100) DEFAULT NULL,
  881.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  882.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  883.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  884.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  885.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  886.   "TWITTER" varchar(100) DEFAULT NULL,
  887.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  888.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  889.   PRIMARY KEY ("ID"),
  890.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  891.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  892.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  893.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  894. )
  895.  
  896.     at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  897.     at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  898.     ... 86 more
  899. Caused by: org.flywaydb.core.internal.dbsupport.FlywaySqlScriptException:
  900. Migration V1_001__user_table.sql failed
  901. ---------------------------------------
  902. SQL State  : 42S01
  903. Error Code : 1050
  904. Message    : Table 'user' already exists
  905. Location   : db/migration/proaccount/V1_001__user_table.sql (/Users/marlon/git/vaadin.com/webpage-frontend/file:/Users/marlon/.m2/repository/com/vaadin/webpage-persistence/2.0.0/webpage-persistence-2.0.0.jar!/db/migration/proaccount/V1_001__user_table.sql)
  906. Line       : 19
  907. Statement  : CREATE TABLE "user" (
  908.   "ID" bigint(20) NOT NULL,
  909.   "CONSISTENCYVERSION" bigint(20) NOT NULL,
  910.   "DEPARTMENT" varchar(100) DEFAULT NULL,
  911.   "LIFERAYUSERID" bigint(20) NOT NULL,
  912.   "TIMEZONE" varchar(50) DEFAULT NULL,
  913.   "COMPANYNAME" varchar(100) DEFAULT NULL,
  914.   "SKYPENAME" varchar(100) DEFAULT NULL,
  915.   "COUNTRY" varchar(100) DEFAULT NULL,
  916.   "CONTACTTIME" varchar(100) DEFAULT NULL,
  917.   "AGREEDTOTERMS" tinyint(1) DEFAULT '0',
  918.   "PREFERREDCONTACTMETHOD" varchar(50) DEFAULT NULL,
  919.   "INDUSTRY" varchar(100) DEFAULT NULL,
  920.   "LIFERAYCOMPANYID" bigint(20) NOT NULL,
  921.   "PRIORITYBUG_ID" bigint(20) DEFAULT NULL,
  922.   "PUBLISHCERTIFICATES" tinyint(1) NOT NULL DEFAULT '1',
  923.   "ALLOWCERTLISTING" tinyint(1) NOT NULL DEFAULT '0',
  924.   "LINKEDINURL" varchar(255) DEFAULT NULL,
  925.   "TWITTER" varchar(100) DEFAULT NULL,
  926.   "MODIFICATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  927.   "CREATIONDATE" datetime DEFAULT '2000-01-01 00:00:00',
  928.   PRIMARY KEY ("ID"),
  929.   UNIQUE KEY "LIFERAYUSERID" ("LIFERAYUSERID"),
  930.   KEY "FK_user_PRIORITYBUG_ID" ("PRIORITYBUG_ID"),
  931.   KEY "INDEX_user_LIFERAYUSERID" ("LIFERAYUSERID"),
  932.   CONSTRAINT "FK_user_PRIORITYBUG_ID" FOREIGN KEY ("PRIORITYBUG_ID") REFERENCES "TICKET" ("ID")
  933. )
  934.  
  935.     at org.flywaydb.core.internal.dbsupport.SqlScript.execute(SqlScript.java:117)
  936.     at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:71)
  937.     at org.flywaydb.core.internal.command.DbMigrate.doMigrate(DbMigrate.java:352)
  938.     at org.flywaydb.core.internal.command.DbMigrate.access$1100(DbMigrate.java:47)
  939.     at org.flywaydb.core.internal.command.DbMigrate$4.doInTransaction(DbMigrate.java:308)
  940.     at org.flywaydb.core.internal.util.jdbc.TransactionTemplate.execute(TransactionTemplate.java:72)
  941.     at org.flywaydb.core.internal.command.DbMigrate.applyMigration(DbMigrate.java:305)
  942.     at org.flywaydb.core.internal.command.DbMigrate.access$1000(DbMigrate.java:47)
  943.     at org.flywaydb.core.internal.command.DbMigrate$2.doInTransaction(DbMigrate.java:230)
  944.     at org.flywaydb.core.internal.command.DbMigrate$2.doInTransaction(DbMigrate.java:173)
  945.     at org.flywaydb.core.internal.util.jdbc.TransactionTemplate.execute(TransactionTemplate.java:72)
  946.     at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:173)
  947.     at org.flywaydb.core.Flyway$1.execute(Flyway.java:959)
  948.     at org.flywaydb.core.Flyway$1.execute(Flyway.java:917)
  949.     at org.flywaydb.core.Flyway.execute(Flyway.java:1373)
  950.     at org.flywaydb.core.Flyway.migrate(Flyway.java:917)
  951.     at com.vaadin.backend.config.DataSourceFactory.initializeDevDatabase(DataSourceFactory.java:124)
  952.     at com.vaadin.backend.config.DataSourceFactory.createDataSource(DataSourceFactory.java:90)
  953.     at com.vaadin.backend.config.PersistenceConfiguration.proAccountDataSource(PersistenceConfiguration.java:102)
  954.     at com.vaadin.backend.config.PersistenceConfiguration$$EnhancerBySpringCGLIB$$1c077629.CGLIB$proAccountDataSource$3(<generated>)
  955.     at com.vaadin.backend.config.PersistenceConfiguration$$EnhancerBySpringCGLIB$$1c077629$$FastClassBySpringCGLIB$$e2f8afd.invoke(<generated>)
  956.     at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  957.     at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356)
  958.     at com.vaadin.backend.config.PersistenceConfiguration$$EnhancerBySpringCGLIB$$1c077629.proAccountDataSource(<generated>)
  959.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  960.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  961.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  962.     at java.lang.reflect.Method.invoke(Method.java:497)
  963.     at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  964.     ... 87 more
  965. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'user' already exists
  966.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  967.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  968.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  969.     at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  970.     at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
  971.     at com.mysql.jdbc.Util.getInstance(Util.java:383)
  972.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980)
  973.     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3847)
  974.     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3783)
  975.     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2447)
  976.     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2594)
  977.     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2541)
  978.     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2499)
  979.     at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:844)
  980.     at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:748)
  981.     at org.flywaydb.core.internal.dbsupport.JdbcTemplate.executeStatement(JdbcTemplate.java:238)
  982.     at org.flywaydb.core.internal.dbsupport.SqlScript.execute(SqlScript.java:114)
  983.     ... 115 more
  984.  
  985. 16:01:01:639 [INFO] Started ServerConnector@57f6fc09{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
  986. 16:01:01:640 [INFO] Started @27456ms
  987. 16:01:01:640 [INFO] Started Jetty Server
Add Comment
Please, Sign In to add comment