Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 106.62 KB | None | 0 0
  1. ^C
  2. C:\Users\Pathogen\Documents\Denver\Docker>
  3. C:\Users\Pathogen\Documents\Denver\Docker>docker-compose up --build
  4. Building backend
  5. Step 1/8 : FROM maven:3.5.0-jdk-8-alpine
  6. ---> 69990b985df1
  7. Step 2/8 : MAINTAINER Lars Langhammer
  8. ---> Using cache
  9. ---> e1c515c1d6db
  10. Step 3/8 : COPY entrypoint.sh /opt/entrypoint.sh
  11. ---> Using cache
  12. ---> d22f8af94b30
  13. Step 4/8 : RUN chmod u+x /opt/entrypoint.sh
  14. ---> Using cache
  15. ---> 347327b240bc
  16. Step 5/8 : COPY Denver/ /opt/Denver
  17. ---> Using cache
  18. ---> 926e338a0e06
  19. Step 6/8 : WORKDIR /opt/Denver
  20. ---> Using cache
  21. ---> 724c579f5a5f
  22. Step 7/8 : EXPOSE 8080
  23. ---> Using cache
  24. ---> 54538593a3c3
  25. Step 8/8 : ENTRYPOINT /opt/entrypoint.sh
  26. ---> Using cache
  27. ---> 16ea07537a5b
  28. Successfully built 16ea07537a5b
  29. Building ui
  30. Step 1/13 : FROM node:latest
  31. ---> 2ca756a6578b
  32. Step 2/13 : RUN mkdir -p /usr/src/app
  33. ---> Using cache
  34. ---> 9c7d4c488d80
  35. Step 3/13 : WORKDIR /usr/src/app
  36. ---> Using cache
  37. ---> 16bf8732c577
  38. Step 4/13 : COPY package.json /usr/src/app/
  39. ---> Using cache
  40. ---> 13c07b01b280
  41. Step 5/13 : RUN npm install
  42. ---> Using cache
  43. ---> c26eb07cf5f6
  44. Step 6/13 : COPY . /usr/src/app
  45. ---> Using cache
  46. ---> b3dce132cb6f
  47. Step 7/13 : RUN npm install -g webpack
  48. ---> Using cache
  49. ---> 449e3da66446
  50. Step 8/13 : RUN npm install -g babel-cli
  51. ---> Using cache
  52. ---> 873d1c9a96d6
  53. Step 9/13 : RUN npm install react-fetch
  54. ---> Using cache
  55. ---> 46bf70675dfc
  56. Step 10/13 : RUN npm install node-http-proxy
  57. ---> Using cache
  58. ---> 949cedd62344
  59. Step 11/13 : RUN webpack
  60. ---> Using cache
  61. ---> 6de9bfe8c489
  62. Step 12/13 : EXPOSE 8081
  63. ---> Using cache
  64. ---> 9463403937d7
  65. Step 13/13 : CMD babel-node server.js
  66. ---> Using cache
  67. ---> a51fac40f4f6
  68. Successfully built a51fac40f4f6
  69. docker_postgres_1 is up-to-date
  70. docker_backend_1 is up-to-date
  71. docker_ui_1 is up-to-date
  72. Attaching to docker_postgres_1, docker_backend_1, docker_ui_1
  73. backend_1 | [INFO] Scanning for projects...
  74. postgres_1 | The files belonging to this database system will be owned by user "postgres".
  75. backend_1 | [INFO]
  76. postgres_1 | This user must also own the server process.
  77. backend_1 | [INFO] ------------------------------------------------------------------------
  78. postgres_1 |
  79. backend_1 | [INFO] Building denver 0.0.1-SNAPSHOT
  80. postgres_1 | The database cluster will be initialized with locale "en_US.utf8".
  81. backend_1 | [INFO] ------------------------------------------------------------------------
  82. postgres_1 | The default database encoding has accordingly been set to "UTF8".
  83. backend_1 | [INFO]
  84. postgres_1 | The default text search configuration will be set to "english".
  85. backend_1 | [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ denver ---
  86. postgres_1 |
  87. backend_1 | [INFO] Using 'UTF-8' encoding to copy filtered resources.
  88. postgres_1 | Data page checksums are disabled.
  89. backend_1 | [INFO] Copying 2 resources
  90. postgres_1 |
  91. backend_1 | [INFO]
  92. postgres_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  93. backend_1 | [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ denver ---
  94. postgres_1 | creating subdirectories ... ok
  95. backend_1 | [INFO] Changes detected - recompiling the module!
  96. postgres_1 | selecting default max_connections ... 100
  97. backend_1 | [INFO] Compiling 49 source files to /opt/Denver/target/classes
  98. postgres_1 | selecting default shared_buffers ... 128MB
  99. backend_1 | [WARNING] /opt/Denver/src/com/colorado/denver/tools/GenericTools.java: /opt/Denver/src/com/colorado/denver/tools/GenericTools.java uses unchecked or unsafe operations.
  100. postgres_1 | selecting dynamic shared memory implementation ... posix
  101. backend_1 | [WARNING] /opt/Denver/src/com/colorado/denver/tools/GenericTools.java: Recompile with -Xlint:unchecked for details.
  102. postgres_1 | creating configuration files ... ok
  103. backend_1 | [INFO]
  104. postgres_1 | creating template1 database in /var/lib/postgresql/data/base/1 ... ok
  105. backend_1 | [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ denver ---
  106. postgres_1 | initializing pg_authid ... ok
  107. backend_1 | [INFO] Using 'UTF-8' encoding to copy filtered resources.
  108. postgres_1 | initializing dependencies ... ok
  109. backend_1 | [INFO] Copying 5 resources
  110. postgres_1 | creating system views ... ok
  111. backend_1 | [INFO]
  112. postgres_1 | loading system objects' descriptions ... ok
  113. backend_1 | [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ denver ---
  114. postgres_1 | creating collations ... ok
  115. postgres_1 | creating conversions ... ok
  116. backend_1 | [INFO] Changes detected - recompiling the module!
  117. ui_1 | SEC Server running on port 8081
  118. postgres_1 | creating dictionaries ... ok
  119. backend_1 | [INFO] Compiling 5 source files to /opt/Denver/target/test-classes
  120. postgres_1 | setting privileges on built-in objects ... ok
  121. backend_1 | [INFO]
  122. postgres_1 | creating information schema ... ok
  123. backend_1 | [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ denver ---
  124. postgres_1 | loading PL/pgSQL server-side language ... ok
  125. backend_1 | [INFO] Surefire report directory: /opt/Denver/target/surefire-reports
  126. postgres_1 | vacuuming database template1 ... ok
  127. backend_1 | Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.pom
  128. postgres_1 | copying template1 to template0 ... ok
  129. Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.pom (2.5 kB at 5.4 kB/s)
  130. postgres_1 | copying template1 to postgres ... ok
  131. backend_1 | Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom
  132. postgres_1 | syncing data to disk ... ok
  133. Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom (2.5 kB at 45 kB/s)
  134. postgres_1 |
  135. backend_1 | Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.jar
  136. postgres_1 | Success. You can now start the database server using:
  137. Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.jar (68 kB at 630 kB/s)
  138. postgres_1 |
  139. backend_1 |
  140. postgres_1 | postgres -D /var/lib/postgresql/data
  141. backend_1 | -------------------------------------------------------
  142. postgres_1 | or
  143. backend_1 | T E S T S
  144. postgres_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
  145. backend_1 | -------------------------------------------------------
  146. postgres_1 |
  147. backend_1 | 22:54:59.237 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class test.resources.DenverDBSetupTest]
  148. postgres_1 |
  149. backend_1 | 22:54:59.246 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
  150. postgres_1 | WARNING: enabling "trust" authentication for local connections
  151. backend_1 | 22:54:59.256 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
  152. postgres_1 | You can change this by editing pg_hba.conf or using the option -A, or
  153. backend_1 | 22:54:59.277 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [test.resources.DenverDBSetupTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
  154. postgres_1 | --auth-local and --auth-host, the next time you run initdb.
  155. backend_1 | 22:54:59.291 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [test.resources.DenverDBSetupTest], using SpringBootContextLoader
  156. postgres_1 | waiting for server to start....LOG: database system was shut down at 2017-04-24 01:31:16 UTC
  157. backend_1 | 22:54:59.301 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [test.resources.DenverDBSetupTest]: class path resource [test/resources/DenverDBSetupTest-context.xml] does not exist
  158. postgres_1 | LOG: MultiXact member wraparound protections are now enabled
  159. backend_1 | 22:54:59.301 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [test.resources.DenverDBSetupTest]: class path resource [test/resources/DenverDBSetupTestContext.groovy] does not exist
  160. postgres_1 | LOG: database system is ready to accept connections
  161. backend_1 | 22:54:59.302 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [test.resources.DenverDBSetupTest]: no resource found for suffixes {-context.xml, Context.groovy}.
  162. postgres_1 | LOG: autovacuum launcher started
  163. backend_1 | 22:54:59.357 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [test.resources.DenverDBSetupTest]
  164. postgres_1 | done
  165. backend_1 | 22:54:59.362 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [test.resources.DenverDBSetupTest]: using defaults.
  166. postgres_1 | server started
  167. backend_1 | 22:54:59.364 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener]
  168. postgres_1 | CREATE DATABASE
  169. backend_1 | 22:54:59.383 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6043cd28, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@cb51256, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@59906517, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5bfbf16f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@25af5db5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@12cdcf4, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5bcea91b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@5f3a4b84, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@27f723, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@670b40af, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4923ab24, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44c8afef]
  170. postgres_1 |
  171. backend_1 | 22:54:59.384 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class test.resources.PopulateDBWithTest]
  172. postgres_1 | ALTER ROLE
  173. backend_1 | 22:54:59.384 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
  174. postgres_1 |
  175. backend_1 | 22:54:59.385 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
  176. postgres_1 |
  177. backend_1 | 22:54:59.386 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [test.resources.PopulateDBWithTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
  178. postgres_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  179. backend_1 | 22:54:59.387 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [test.resources.PopulateDBWithTest], using SpringBootContextLoader
  180. postgres_1 |
  181. backend_1 | 22:54:59.387 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [test.resources.PopulateDBWithTest]: class path resource [test/resources/PopulateDBWithTest-context.xml] does not exist
  182. postgres_1 | LOG: received fast shutdown request
  183. backend_1 | 22:54:59.388 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [test.resources.PopulateDBWithTest]: class path resource [test/resources/PopulateDBWithTestContext.groovy] does not exist
  184. postgres_1 | LOG: aborting any active transactions
  185. backend_1 | 22:54:59.388 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [test.resources.PopulateDBWithTest]: no resource found for suffixes {-context.xml, Context.groovy}.
  186. postgres_1 | LOG: autovacuum launcher shutting down
  187. backend_1 | 22:54:59.392 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [test.resources.PopulateDBWithTest]
  188. postgres_1 | LOG: shutting down
  189. backend_1 | 22:54:59.406 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [test.resources.PopulateDBWithTest]: using defaults.
  190. postgres_1 | waiting for server to shut down....LOG: database system is shut down
  191. backend_1 | 22:54:59.408 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener]
  192. postgres_1 | done
  193. backend_1 | 22:54:59.408 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6950e31, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@b7dd107, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@42eca56e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@52f759d7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7cbd213e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@192d3247, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@3ecd23d9, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@569cfc36, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@43bd930a, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@33723e30, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@64f6106c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@553a3d88]
  194. postgres_1 | server stopped
  195. backend_1 | 22:54:59.411 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [test.resources.DenverDBSetupTest]
  196. postgres_1 |
  197. backend_1 | 22:54:59.411 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [test.resources.DenverDBSetupTest]
  198. postgres_1 | PostgreSQL init process complete; ready for start up.
  199. backend_1 | 22:54:59.411 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [test.resources.PopulateDBWithTest]
  200. postgres_1 |
  201. backend_1 | 22:54:59.412 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [test.resources.PopulateDBWithTest]
  202. postgres_1 | LOG: database system was shut down at 2017-04-24 01:31:18 UTC
  203. backend_1 | Running test.resources.DenverDBSetupTest
  204. postgres_1 | LOG: MultiXact member wraparound protections are now enabled
  205. backend_1 | 22:54:59.416 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class test.resources.DenverDBSetupTest]
  206. postgres_1 | LOG: database system is ready to accept connections
  207. backend_1 | 22:54:59.416 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
  208. postgres_1 | LOG: autovacuum launcher started
  209. backend_1 | 22:54:59.417 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
  210. postgres_1 | LOG: received smart shutdown request
  211. backend_1 | 22:54:59.417 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [test.resources.DenverDBSetupTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
  212. postgres_1 | LOG: autovacuum launcher shutting down
  213. backend_1 | 22:54:59.417 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [test.resources.DenverDBSetupTest], using SpringBootContextLoader
  214. postgres_1 | LOG: shutting down
  215. backend_1 | 22:54:59.418 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [test.resources.DenverDBSetupTest]: class path resource [test/resources/DenverDBSetupTest-context.xml] does not exist
  216. postgres_1 | LOG: database system is shut down
  217. backend_1 | 22:54:59.419 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [test.resources.DenverDBSetupTest]: class path resource [test/resources/DenverDBSetupTestContext.groovy] does not exist
  218. postgres_1 | LOG: database system was shut down at 2017-04-24 01:36:16 UTC
  219. backend_1 | 22:54:59.427 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [test.resources.DenverDBSetupTest]: no resource found for suffixes {-context.xml, Context.groovy}.
  220. postgres_1 | LOG: MultiXact member wraparound protections are now enabled
  221. backend_1 | 22:54:59.429 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [test.resources.DenverDBSetupTest]
  222. postgres_1 | LOG: database system is ready to accept connections
  223. backend_1 | 22:54:59.430 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [test.resources.DenverDBSetupTest]: using defaults.
  224. postgres_1 | LOG: autovacuum launcher started
  225. backend_1 | 22:54:59.431 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener]
  226. postgres_1 | ERROR: relation "course_lecture" does not exist
  227. postgres_1 | STATEMENT: alter table Course_Lecture drop constraint FKmmd5l8qgax0ihh58dp999g7or
  228. backend_1 | 22:54:59.432 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@47db50c5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5c072e3f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4d1b0d2a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@954b04f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@149494d8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@710726a3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@646007f4, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@481a15ff, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@78186a70, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@306279ee, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@545997b1, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@4cf4d528]
  229. postgres_1 | ERROR: relation "course_lecture" does not exist
  230. backend_1 | 22:54:59.432 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [test.resources.DenverDBSetupTest]
  231. postgres_1 | STATEMENT: alter table Course_Lecture drop constraint FKqfjtduqt5kyckqwbxrh6bugkj
  232. backend_1 | 22:54:59.432 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [test.resources.DenverDBSetupTest]
  233. backend_1 | 22:54:59.433 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [test.resources.DenverDBSetupTest]
  234. postgres_1 | ERROR: relation "course_userdenver" does not exist
  235. backend_1 | 22:54:59.433 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [test.resources.DenverDBSetupTest]
  236. postgres_1 | STATEMENT: alter table Course_UserDenver drop constraint FKqmle3rf81401es6kg63cvy5kx
  237. backend_1 | 22:54:59.436 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@5d11346a testClass = DenverDBSetupTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@7a36aefa testClass = DenverDBSetupTest, locations = '{}', classes = '{class test.resources.DenverDBSetupTest, class test.resources.DenverDBSetupTest}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.SpringBootTestContextCustomizer@7d907bac, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6325a3ee, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@a7e666], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
  238. postgres_1 | ERROR: relation "course_userdenver" does not exist
  239. backend_1 | 22:54:59.437 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [test.resources.DenverDBSetupTest]
  240. postgres_1 | STATEMENT: alter table Course_UserDenver drop constraint FKlawcasfwonc1n5e8vojvhjs4e
  241. backend_1 | 22:54:59.438 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [test.resources.DenverDBSetupTest]
  242. postgres_1 | ERROR: relation "lecture" does not exist
  243. backend_1 | 22:54:59.518 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
  244. postgres_1 | STATEMENT: alter table Lecture drop constraint FK14gx9q6qxh6ni2gr8n8od58nh
  245. backend_1 | 22:54:59.519 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
  246. postgres_1 | ERROR: relation "lectures_exercises" does not exist
  247. backend_1 | 22:54:59.519 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
  248. postgres_1 | STATEMENT: alter table lectures_exercises drop constraint FKesbrhnwgou6menvljak0tw2ja
  249. backend_1 | 22:54:59.520 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
  250. postgres_1 | ERROR: relation "lectures_exercises" does not exist
  251. backend_1 | 22:54:59.520 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [Inlined Test Properties] PropertySource with highest search precedence
  252. postgres_1 | STATEMENT: alter table lectures_exercises drop constraint FK5i87prdnklvpkqwrwafhm8h9g
  253. backend_1 |
  254. postgres_1 | ERROR: relation "lectures_users" does not exist
  255. backend_1 | . ____ _ __ _ _
  256. postgres_1 | STATEMENT: alter table lectures_users drop constraint FK1f1a9jxf11qd8afu79bnb8a00
  257. backend_1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  258. postgres_1 | ERROR: relation "lectures_users" does not exist
  259. backend_1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  260. postgres_1 | STATEMENT: alter table lectures_users drop constraint FKps6jd8g0i40kkmvc94j02kem
  261. backend_1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  262. postgres_1 | ERROR: relation "solution" does not exist
  263. backend_1 | ' |____| .__|_| |_|_| |_\__, | / / / /
  264. postgres_1 | STATEMENT: alter table Solution drop constraint FKhpnnda9yyvwo22j7ya9coqhx0
  265. backend_1 | =========|_|==============|___/=/_/_/_/
  266. postgres_1 | ERROR: relation "userdenver" does not exist
  267. backend_1 | :: Spring Boot :: (v1.5.2.RELEASE)
  268. postgres_1 | STATEMENT: alter table UserDenver drop constraint FKr74wr73flyu4lea3kga21369u
  269. backend_1 |
  270. postgres_1 | ERROR: relation "userdenver_solution" does not exist
  271. backend_1 | 2017-04-24 22:54:59.735 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Starting DenverDBSetupTest on c6de00fd56b2 with PID 42 (started by root in /opt/Denver)
  272. postgres_1 | STATEMENT: alter table UserDenver_Solution drop constraint FK4gyxno0cawj5q2taohxm6lfc
  273. backend_1 | 2017-04-24 22:54:59.736 INFO 42 --- [ main] test.resources.DenverDBSetupTest : No active profile set, falling back to default profiles: default
  274. postgres_1 | ERROR: relation "userdenver_solution" does not exist
  275. backend_1 | 2017-04-24 22:55:00.152 INFO 42 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@45b4c3a9: startup date [Mon Apr 24 22:55:00 GMT 2017]; root of context hierarchy
  276. postgres_1 | STATEMENT: alter table UserDenver_Solution drop constraint FK96bcw17fqg2v62pskvnmugfjv
  277. backend_1 | 2017-04-24 22:55:00.413 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Started DenverDBSetupTest in 0.884 seconds (JVM running for 1.655)
  278. postgres_1 | ERROR: relation "users_privileges" does not exist
  279. backend_1 | 2017-04-24 22:55:00.447 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Creating session factory..
  280. postgres_1 | STATEMENT: alter table users_privileges drop constraint FK3duecb28ehcyfui2tcire3tu9
  281. backend_1 | 2017-04-24 22:55:00.457 INFO 42 --- [ main] test.resources.DenverDBSetupTest : PostgreSQL JDBC Driver Registered!
  282. postgres_1 | ERROR: relation "users_privileges" does not exist
  283. backend_1 | 2017-04-24 22:55:00.664 INFO 42 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.0.12.Final}
  284. postgres_1 | STATEMENT: alter table users_privileges drop constraint FKmg9hwbs0rcdcajmhrpd9tttwd
  285. backend_1 | 2017-04-24 22:55:00.666 INFO 42 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  286. postgres_1 | LOG: unexpected EOF on client connection with an open transaction
  287. backend_1 | 2017-04-24 22:55:00.668 INFO 42 --- [ main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
  288. postgres_1 | LOG: unexpected EOF on client connection with an open transaction
  289. backend_1 | 2017-04-24 22:55:00.818 INFO 42 --- [ main] c.c.d.s.persistence.HibernateSession : Try using UpdateRoutine: false
  290. backend_1 | 2017-04-24 22:55:00.818 INFO 42 --- [ main] c.c.d.s.persistence.HibernateSession : Hibernate mode: create
  291. backend_1 | 2017-04-24 22:55:00.825 INFO 42 --- [ main] c.c.d.s.persistence.HibernateSession : Creating session factory instance!
  292. backend_1 | 2017-04-24 22:55:00.844 INFO 42 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  293. backend_1 | 2017-04-24 22:55:00.897 WARN 42 --- [ main] org.hibernate.orm.connections : HHH10001002: Using Hibernate built-in connection pool (not for production use!)
  294. backend_1 | 2017-04-24 22:55:00.898 INFO 42 --- [ main] org.hibernate.orm.connections : HHH10001005: using driver [org.postgresql.Driver] at URL [jdbc:postgresql://postgres:5432/Denver]
  295. backend_1 | 2017-04-24 22:55:00.899 INFO 42 --- [ main] org.hibernate.orm.connections : HHH10001001: Connection properties: {user=postgres, password=****}
  296. backend_1 | 2017-04-24 22:55:00.899 INFO 42 --- [ main] org.hibernate.orm.connections : HHH10001003: Autocommit mode: false
  297. backend_1 | 2017-04-24 22:55:00.901 INFO 42 --- [ main] .c.i.DriverManagerConnectionProviderImpl : HHH000115: Hibernate connection pool size: 20 (min=1)
  298. backend_1 | 2017-04-24 22:55:00.929 INFO 42 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
  299. backend_1 | 2017-04-24 22:55:01.012 INFO 42 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  300. backend_1 | 2017-04-24 22:55:01.013 INFO 42 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@757f675c
  301. backend_1 | 2017-04-24 22:55:01.626 INFO 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000227: Running hbm2ddl schema export
  302. backend_1 | 2017-04-24 22:55:01.632 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table Course_Lecture drop constraint FKmmd5l8qgax0ihh58dp999g7or
  303. backend_1 | 2017-04-24 22:55:01.632 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "course_lecture" does not exist
  304. backend_1 | 2017-04-24 22:55:01.633 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table Course_Lecture drop constraint FKqfjtduqt5kyckqwbxrh6bugkj
  305. backend_1 | 2017-04-24 22:55:01.633 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "course_lecture" does not exist
  306. backend_1 | 2017-04-24 22:55:01.633 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table Course_UserDenver drop constraint FKqmle3rf81401es6kg63cvy5kx
  307. backend_1 | 2017-04-24 22:55:01.634 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "course_userdenver" does not exist
  308. backend_1 | 2017-04-24 22:55:01.634 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table Course_UserDenver drop constraint FKlawcasfwonc1n5e8vojvhjs4e
  309. backend_1 | 2017-04-24 22:55:01.634 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "course_userdenver" does not exist
  310. backend_1 | 2017-04-24 22:55:01.635 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table Lecture drop constraint FK14gx9q6qxh6ni2gr8n8od58nh
  311. backend_1 | 2017-04-24 22:55:01.635 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "lecture" does not exist
  312. backend_1 | 2017-04-24 22:55:01.635 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table lectures_exercises drop constraint FKesbrhnwgou6menvljak0tw2ja
  313. backend_1 | 2017-04-24 22:55:01.635 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "lectures_exercises" does not exist
  314. backend_1 | 2017-04-24 22:55:01.636 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table lectures_exercises drop constraint FK5i87prdnklvpkqwrwafhm8h9g
  315. backend_1 | 2017-04-24 22:55:01.636 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "lectures_exercises" does not exist
  316. backend_1 | 2017-04-24 22:55:01.638 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table lectures_users drop constraint FK1f1a9jxf11qd8afu79bnb8a00
  317. backend_1 | 2017-04-24 22:55:01.638 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "lectures_users" does not exist
  318. backend_1 | 2017-04-24 22:55:01.639 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table lectures_users drop constraint FKps6jd8g0i40kkmvc94j02kem
  319. backend_1 | 2017-04-24 22:55:01.639 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "lectures_users" does not exist
  320. backend_1 | 2017-04-24 22:55:01.641 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table Solution drop constraint FKhpnnda9yyvwo22j7ya9coqhx0
  321. backend_1 | 2017-04-24 22:55:01.641 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "solution" does not exist
  322. backend_1 | 2017-04-24 22:55:01.642 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table UserDenver drop constraint FKr74wr73flyu4lea3kga21369u
  323. backend_1 | 2017-04-24 22:55:01.642 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "userdenver" does not exist
  324. backend_1 | 2017-04-24 22:55:01.643 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table UserDenver_Solution drop constraint FK4gyxno0cawj5q2taohxm6lfc
  325. backend_1 | 2017-04-24 22:55:01.643 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "userdenver_solution" does not exist
  326. backend_1 | 2017-04-24 22:55:01.644 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table UserDenver_Solution drop constraint FK96bcw17fqg2v62pskvnmugfjv
  327. backend_1 | 2017-04-24 22:55:01.644 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "userdenver_solution" does not exist
  328. backend_1 | 2017-04-24 22:55:01.644 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table users_privileges drop constraint FK3duecb28ehcyfui2tcire3tu9
  329. backend_1 | 2017-04-24 22:55:01.644 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "users_privileges" does not exist
  330. backend_1 | 2017-04-24 22:55:01.645 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table users_privileges drop constraint FKmg9hwbs0rcdcajmhrpd9tttwd
  331. backend_1 | 2017-04-24 22:55:01.645 ERROR 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : ERROR: relation "users_privileges" does not exist
  332. backend_1 | 2017-04-24 22:55:02.110 INFO 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000230: Schema export complete
  333. backend_1 | 2017-04-24 22:55:02.116 INFO 42 --- [ main] c.c.d.s.persistence.HibernateSession : Created session factory instance!
  334. backend_1 | Session Is Opened : true
  335. backend_1 | Session Is Connected : true
  336. backend_1 | 2017-04-24 22:55:02.176 INFO 42 --- [ main] c.c.d.s.persistence.HibernateSession : Session opened and committed!!
  337. backend_1 | 2017-04-24 22:55:02.177 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Done Creating session factory.
  338. backend_1 | 2017-04-24 22:55:02.178 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Creating new roles in Database CREATE! If you try to create roles during 'update' YOU'LL FUCK EVERYTHING UP
  339. backend_1 | 2017-04-24 22:55:02.178 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Database Update mode not supported. (DIY)
  340. backend_1 | 2017-04-24 22:55:02.179 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Privilege
  341. backend_1 | 2017-04-24 22:55:02.179 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Privilege
  342. backend_1 | Custom generated Sequence value : privilege_00001
  343. backend_1 | 2017-04-24 22:55:02.222 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Creating new roles in Database CREATE! If you try to create roles during 'update' YOU'LL FUCK EVERYTHING UP
  344. backend_1 | 2017-04-24 22:55:02.222 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Database Update mode not supported. (DIY)
  345. backend_1 | 2017-04-24 22:55:02.222 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Privilege
  346. backend_1 | 2017-04-24 22:55:02.222 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Privilege
  347. backend_1 | Custom generated Sequence value : privilege_00002
  348. backend_1 | 2017-04-24 22:55:02.226 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Creating new roles in Database CREATE! If you try to create roles during 'update' YOU'LL FUCK EVERYTHING UP
  349. backend_1 | 2017-04-24 22:55:02.226 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Database Update mode not supported. (DIY)
  350. backend_1 | 2017-04-24 22:55:02.226 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Privilege
  351. backend_1 | 2017-04-24 22:55:02.227 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Privilege
  352. backend_1 | Custom generated Sequence value : privilege_00003
  353. backend_1 | 2017-04-24 22:55:02.231 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Creating new roles in Database CREATE! If you try to create roles during 'update' YOU'LL FUCK EVERYTHING UP
  354. backend_1 | 2017-04-24 22:55:02.231 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Database Update mode not supported. (DIY)
  355. backend_1 | 2017-04-24 22:55:02.236 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Privilege
  356. backend_1 | 2017-04-24 22:55:02.236 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Privilege
  357. backend_1 | Custom generated Sequence value : privilege_00004
  358. backend_1 | 2017-04-24 22:55:02.512 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Created System User
  359. backend_1 | 2017-04-24 22:55:02.552 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Got Privilege:ROLE_ADMIN
  360. backend_1 | 2017-04-24 22:55:02.555 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.User
  361. backend_1 | 2017-04-24 22:55:02.556 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: User
  362. backend_1 | Custom generated Sequence value : user_00001
  363. backend_1 | 2017-04-24 22:55:02.574 INFO 42 --- [ main] c.c.d.controller.HibernateController : Getting clazz: privilege
  364. backend_1 | 2017-04-24 22:55:02.652 INFO 42 --- [ main] org.reflections.Reflections : Reflections took 40 ms to scan 1 urls, producing 34 keys and 86 values
  365. backend_1 | 2017-04-24 22:55:02.676 INFO 42 --- [ main] test.resources.DenverDBSetupTest : Sucessful systemuser Save(Database)
  366. backend_1 | 2017-04-24 22:55:02.703 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  367. backend_1 | 2017-04-24 22:55:02.704 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  368. backend_1 | 2017-04-24 22:55:02.713 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: privilege_00001
  369. backend_1 | 2017-04-24 22:55:02.721 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: privilege_00002
  370. backend_1 | 2017-04-24 22:55:02.742 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: privilege_00003
  371. backend_1 | 2017-04-24 22:55:02.751 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: privilege_00004
  372. backend_1 | 2017-04-24 22:55:02.756 INFO 42 --- [ main] org.hibernate.orm.connections : HHH10001008: Cleaning up connection pool [jdbc:postgresql://postgres:5432/Denver]
  373. backend_1 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.346 sec - in test.resources.DenverDBSetupTest
  374. backend_1 | Running test.resources.PopulateDBWithTest
  375. backend_1 | 2017-04-24 22:55:02.768 INFO 42 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [test.resources.PopulateDBWithTest], using SpringBootContextLoader
  376. backend_1 | 2017-04-24 22:55:02.768 INFO 42 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [test.resources.PopulateDBWithTest]: no resource found for suffixes {-context.xml, Context.groovy}.
  377. backend_1 | 2017-04-24 22:55:02.782 INFO 42 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener]
  378. backend_1 | 2017-04-24 22:55:02.782 INFO 42 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@78422efb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5f05c8d6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@68e02f33, org.springframework.test.context.support.DirtiesContextTestExecutionListener@64942607, org.springframework.test.context.transaction.TransactionalTestExecutionListener@d48e998, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7cfac39f, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@158ae284, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@50eb4a2c, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1a256d80, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3069a360, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7235f92b, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7885776b]
  379. backend_1 |
  380. backend_1 | . ____ _ __ _ _
  381. backend_1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  382. backend_1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  383. backend_1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  384. backend_1 | ' |____| .__|_| |_|_| |_\__, | / / / /
  385. backend_1 | =========|_|==============|___/=/_/_/_/
  386. backend_1 | :: Spring Boot :: (v1.5.2.RELEASE)
  387. backend_1 |
  388. backend_1 | 2017-04-24 22:55:02.818 INFO 42 --- [ main] test.resources.PopulateDBWithTest : Starting PopulateDBWithTest on c6de00fd56b2 with PID 42 (started by root in /opt/Denver)
  389. backend_1 | 2017-04-24 22:55:02.818 INFO 42 --- [ main] test.resources.PopulateDBWithTest : No active profile set, falling back to default profiles: default
  390. backend_1 | 2017-04-24 22:55:02.819 INFO 42 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2539cd1c: startup date [Mon Apr 24 22:55:02 GMT 2017]; root of context hierarchy
  391. backend_1 | 2017-04-24 22:55:02.848 INFO 42 --- [ main] test.resources.PopulateDBWithTest : Started PopulateDBWithTest in 0.062 seconds (JVM running for 4.089)
  392. backend_1 | 2017-04-24 22:55:02.849 INFO 42 --- [ main] test.resources.PopulateDBWithTest : Creating session factory..
  393. backend_1 | 2017-04-24 22:55:02.864 INFO 42 --- [ main] c.c.d.s.persistence.HibernateSession : Try using UpdateRoutine: true
  394. backend_1 | 2017-04-24 22:55:02.864 INFO 42 --- [ main] c.c.d.s.persistence.HibernateSession : Hibernate mode: update
  395. backend_1 | 2017-04-24 22:55:02.865 INFO 42 --- [ main] c.c.d.s.persistence.HibernateSession : Creating session factory instance!
  396. backend_1 | 2017-04-24 22:55:02.866 WARN 42 --- [ main] org.hibernate.orm.connections : HHH10001002: Using Hibernate built-in connection pool (not for production use!)
  397. backend_1 | 2017-04-24 22:55:02.866 INFO 42 --- [ main] org.hibernate.orm.connections : HHH10001005: using driver [org.postgresql.Driver] at URL [jdbc:postgresql://postgres:5432/Denver]
  398. backend_1 | 2017-04-24 22:55:02.866 INFO 42 --- [ main] org.hibernate.orm.connections : HHH10001001: Connection properties: {user=postgres, password=****}
  399. backend_1 | 2017-04-24 22:55:02.867 INFO 42 --- [ main] org.hibernate.orm.connections : HHH10001003: Autocommit mode: false
  400. backend_1 | 2017-04-24 22:55:02.867 INFO 42 --- [ main] .c.i.DriverManagerConnectionProviderImpl : HHH000115: Hibernate connection pool size: 20 (min=1)
  401. backend_1 | 2017-04-24 22:55:02.871 INFO 42 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
  402. backend_1 | 2017-04-24 22:55:02.902 INFO 42 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  403. backend_1 | 2017-04-24 22:55:02.902 INFO 42 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@757f675c
  404. backend_1 | 2017-04-24 22:55:02.995 INFO 42 --- [ main] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000228: Running hbm2ddl schema update
  405. backend_1 | 2017-04-24 22:55:03.266 INFO 42 --- [ main] c.c.d.s.persistence.HibernateSession : Created session factory instance!
  406. backend_1 | Session Is Opened : true
  407. backend_1 | Session Is Connected : true
  408. backend_1 | 2017-04-24 22:55:03.267 INFO 42 --- [ main] c.c.d.s.persistence.HibernateSession : Session opened and committed!!
  409. backend_1 | 2017-04-24 22:55:03.267 INFO 42 --- [ main] test.resources.PopulateDBWithTest : Done Creating session factory.
  410. backend_1 | 2017-04-24 22:55:03.504 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.User
  411. backend_1 | 2017-04-24 22:55:03.506 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: User
  412. backend_1 | Custom generated Sequence value : user_00002
  413. backend_1 | 2017-04-24 22:55:03.756 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.User
  414. backend_1 | 2017-04-24 22:55:03.756 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: User
  415. backend_1 | Custom generated Sequence value : user_00003
  416. backend_1 | 2017-04-24 22:55:04.008 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.User
  417. backend_1 | 2017-04-24 22:55:04.009 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: User
  418. backend_1 | Custom generated Sequence value : user_00004
  419. backend_1 | 2017-04-24 22:55:04.257 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.User
  420. backend_1 | 2017-04-24 22:55:04.257 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: User
  421. backend_1 | Custom generated Sequence value : user_00005
  422. backend_1 | 2017-04-24 22:55:04.498 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.User
  423. backend_1 | 2017-04-24 22:55:04.498 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: User
  424. backend_1 | Custom generated Sequence value : user_00006
  425. backend_1 | 2017-04-24 22:55:04.740 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.User
  426. backend_1 | 2017-04-24 22:55:04.740 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: User
  427. backend_1 | Custom generated Sequence value : user_00007
  428. backend_1 | 2017-04-24 22:55:04.979 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.User
  429. backend_1 | 2017-04-24 22:55:04.980 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: User
  430. backend_1 | Custom generated Sequence value : user_00008
  431. backend_1 | 2017-04-24 22:55:04.985 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting creation information on EducationEntity
  432. backend_1 | 2017-04-24 22:55:04.985 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  433. backend_1 | 2017-04-24 22:55:04.985 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  434. backend_1 | 2017-04-24 22:55:04.986 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  435. backend_1 | 2017-04-24 22:55:05.016 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  436. backend_1 | 2017-04-24 22:55:05.016 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  437. backend_1 | 2017-04-24 22:55:05.016 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  438. backend_1 | 2017-04-24 22:55:05.032 INFO 42 --- [ main] c.c.d.controller.HibernateController : Trying to get User from Authentication: system
  439. backend_1 | 2017-04-24 22:55:05.032 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  440. backend_1 | 2017-04-24 22:55:05.032 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  441. backend_1 | 2017-04-24 22:55:05.032 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  442. backend_1 | 2017-04-24 22:55:05.051 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting user on Education entity: system
  443. backend_1 | 2017-04-24 22:55:05.051 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  444. backend_1 | 2017-04-24 22:55:05.051 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  445. backend_1 | 2017-04-24 22:55:05.051 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  446. backend_1 | 2017-04-24 22:55:05.064 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Course
  447. backend_1 | 2017-04-24 22:55:05.064 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Course
  448. backend_1 | Custom generated Sequence value : course_00001
  449. backend_1 | 2017-04-24 22:55:05.084 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting creation information on EducationEntity
  450. backend_1 | 2017-04-24 22:55:05.084 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  451. backend_1 | 2017-04-24 22:55:05.084 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  452. backend_1 | 2017-04-24 22:55:05.084 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  453. backend_1 | 2017-04-24 22:55:05.108 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  454. backend_1 | 2017-04-24 22:55:05.108 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  455. backend_1 | 2017-04-24 22:55:05.108 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  456. backend_1 | 2017-04-24 22:55:05.128 INFO 42 --- [ main] c.c.d.controller.HibernateController : Trying to get User from Authentication: system
  457. backend_1 | 2017-04-24 22:55:05.129 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  458. backend_1 | 2017-04-24 22:55:05.130 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  459. backend_1 | 2017-04-24 22:55:05.130 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  460. backend_1 | 2017-04-24 22:55:05.157 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting user on Education entity: system
  461. backend_1 | 2017-04-24 22:55:05.157 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  462. backend_1 | 2017-04-24 22:55:05.157 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  463. backend_1 | 2017-04-24 22:55:05.158 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  464. backend_1 | 2017-04-24 22:55:05.179 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Course
  465. backend_1 | 2017-04-24 22:55:05.179 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Course
  466. backend_1 | Custom generated Sequence value : course_00002
  467. backend_1 | 2017-04-24 22:55:05.189 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting creation information on EducationEntity
  468. backend_1 | 2017-04-24 22:55:05.189 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  469. backend_1 | 2017-04-24 22:55:05.189 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  470. backend_1 | 2017-04-24 22:55:05.189 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  471. backend_1 | 2017-04-24 22:55:05.198 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  472. backend_1 | 2017-04-24 22:55:05.198 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  473. backend_1 | 2017-04-24 22:55:05.199 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  474. backend_1 | 2017-04-24 22:55:05.207 INFO 42 --- [ main] c.c.d.controller.HibernateController : Trying to get User from Authentication: system
  475. backend_1 | 2017-04-24 22:55:05.207 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  476. backend_1 | 2017-04-24 22:55:05.207 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  477. backend_1 | 2017-04-24 22:55:05.207 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  478. backend_1 | 2017-04-24 22:55:05.217 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting user on Education entity: system
  479. backend_1 | 2017-04-24 22:55:05.217 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  480. backend_1 | 2017-04-24 22:55:05.217 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  481. backend_1 | 2017-04-24 22:55:05.217 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  482. backend_1 | 2017-04-24 22:55:05.225 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Course
  483. backend_1 | 2017-04-24 22:55:05.225 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Course
  484. backend_1 | Custom generated Sequence value : course_00003
  485. backend_1 | 2017-04-24 22:55:05.232 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting creation information on EducationEntity
  486. backend_1 | 2017-04-24 22:55:05.233 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  487. backend_1 | 2017-04-24 22:55:05.233 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  488. backend_1 | 2017-04-24 22:55:05.233 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  489. backend_1 | 2017-04-24 22:55:05.245 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  490. backend_1 | 2017-04-24 22:55:05.245 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  491. backend_1 | 2017-04-24 22:55:05.245 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  492. backend_1 | 2017-04-24 22:55:05.255 INFO 42 --- [ main] c.c.d.controller.HibernateController : Trying to get User from Authentication: system
  493. backend_1 | 2017-04-24 22:55:05.255 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  494. backend_1 | 2017-04-24 22:55:05.255 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  495. backend_1 | 2017-04-24 22:55:05.255 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  496. backend_1 | 2017-04-24 22:55:05.263 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting user on Education entity: system
  497. backend_1 | 2017-04-24 22:55:05.264 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  498. backend_1 | 2017-04-24 22:55:05.264 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  499. backend_1 | 2017-04-24 22:55:05.264 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  500. backend_1 | 2017-04-24 22:55:05.273 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Course
  501. backend_1 | 2017-04-24 22:55:05.273 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Course
  502. backend_1 | Custom generated Sequence value : course_00004
  503. backend_1 | 2017-04-24 22:55:05.280 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting creation information on EducationEntity
  504. backend_1 | 2017-04-24 22:55:05.280 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  505. backend_1 | 2017-04-24 22:55:05.280 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  506. backend_1 | 2017-04-24 22:55:05.280 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  507. backend_1 | 2017-04-24 22:55:05.288 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  508. backend_1 | 2017-04-24 22:55:05.288 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  509. backend_1 | 2017-04-24 22:55:05.288 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  510. backend_1 | 2017-04-24 22:55:05.296 INFO 42 --- [ main] c.c.d.controller.HibernateController : Trying to get User from Authentication: system
  511. backend_1 | 2017-04-24 22:55:05.296 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  512. backend_1 | 2017-04-24 22:55:05.296 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  513. backend_1 | 2017-04-24 22:55:05.296 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  514. backend_1 | 2017-04-24 22:55:05.302 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting user on Education entity: system
  515. backend_1 | 2017-04-24 22:55:05.302 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  516. backend_1 | 2017-04-24 22:55:05.302 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  517. backend_1 | 2017-04-24 22:55:05.302 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  518. backend_1 | 2017-04-24 22:55:05.308 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Lecture
  519. backend_1 | 2017-04-24 22:55:05.308 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Lecture
  520. backend_1 | Custom generated Sequence value : lecture_00001
  521. backend_1 | 2017-04-24 22:55:05.314 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting creation information on EducationEntity
  522. backend_1 | 2017-04-24 22:55:05.314 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  523. backend_1 | 2017-04-24 22:55:05.315 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  524. backend_1 | 2017-04-24 22:55:05.315 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  525. backend_1 | 2017-04-24 22:55:05.322 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  526. backend_1 | 2017-04-24 22:55:05.322 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  527. backend_1 | 2017-04-24 22:55:05.322 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  528. backend_1 | 2017-04-24 22:55:05.330 INFO 42 --- [ main] c.c.d.controller.HibernateController : Trying to get User from Authentication: system
  529. backend_1 | 2017-04-24 22:55:05.330 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  530. backend_1 | 2017-04-24 22:55:05.330 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  531. backend_1 | 2017-04-24 22:55:05.330 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  532. backend_1 | 2017-04-24 22:55:05.336 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting user on Education entity: system
  533. backend_1 | 2017-04-24 22:55:05.336 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  534. backend_1 | 2017-04-24 22:55:05.336 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  535. backend_1 | 2017-04-24 22:55:05.337 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  536. backend_1 | 2017-04-24 22:55:05.342 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Lecture
  537. backend_1 | 2017-04-24 22:55:05.342 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Lecture
  538. backend_1 | Custom generated Sequence value : lecture_00002
  539. backend_1 | 2017-04-24 22:55:05.348 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting creation information on EducationEntity
  540. backend_1 | 2017-04-24 22:55:05.348 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  541. backend_1 | 2017-04-24 22:55:05.349 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  542. backend_1 | 2017-04-24 22:55:05.349 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  543. backend_1 | 2017-04-24 22:55:05.356 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  544. backend_1 | 2017-04-24 22:55:05.357 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  545. backend_1 | 2017-04-24 22:55:05.357 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  546. backend_1 | 2017-04-24 22:55:05.363 INFO 42 --- [ main] c.c.d.controller.HibernateController : Trying to get User from Authentication: system
  547. backend_1 | 2017-04-24 22:55:05.364 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  548. backend_1 | 2017-04-24 22:55:05.364 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  549. backend_1 | 2017-04-24 22:55:05.364 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  550. backend_1 | 2017-04-24 22:55:05.369 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting user on Education entity: system
  551. backend_1 | 2017-04-24 22:55:05.369 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  552. backend_1 | 2017-04-24 22:55:05.370 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  553. backend_1 | 2017-04-24 22:55:05.370 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  554. backend_1 | 2017-04-24 22:55:05.375 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Lecture
  555. backend_1 | 2017-04-24 22:55:05.375 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Lecture
  556. backend_1 | Custom generated Sequence value : lecture_00003
  557. backend_1 | 2017-04-24 22:55:05.381 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting creation information on EducationEntity
  558. backend_1 | 2017-04-24 22:55:05.381 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  559. backend_1 | 2017-04-24 22:55:05.381 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  560. backend_1 | 2017-04-24 22:55:05.381 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  561. backend_1 | 2017-04-24 22:55:05.387 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  562. backend_1 | 2017-04-24 22:55:05.387 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  563. backend_1 | 2017-04-24 22:55:05.387 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  564. backend_1 | 2017-04-24 22:55:05.393 INFO 42 --- [ main] c.c.d.controller.HibernateController : Trying to get User from Authentication: system
  565. backend_1 | 2017-04-24 22:55:05.393 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  566. backend_1 | 2017-04-24 22:55:05.394 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  567. backend_1 | 2017-04-24 22:55:05.394 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  568. backend_1 | 2017-04-24 22:55:05.406 INFO 42 --- [ main] c.c.d.controller.HibernateController : Setting user on Education entity: system
  569. backend_1 | 2017-04-24 22:55:05.407 INFO 42 --- [ main] c.c.denver.services.user.UserService : Principal on auth is: system
  570. backend_1 | 2017-04-24 22:55:05.407 ERROR 42 --- [ main] c.c.denver.services.user.UserService : Wrong Principal is used to get User?!!!org.springframework.security.authentication.UsernamePasswordAuthenticationToken@866e2e54: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: Privilege [id=privilege_00001, name=ROLE_ADMIN]
  571. backend_1 | 2017-04-24 22:55:05.407 INFO 42 --- [ main] c.c.denver.services.user.UserService : Getting Current User from DB: system
  572. backend_1 | 2017-04-24 22:55:05.416 INFO 42 --- [ main] c.c.d.controller.HibernateController : Saving entity: com.colorado.denver.model.Lecture
  573. backend_1 | 2017-04-24 22:55:05.416 INFO 42 --- [ main] c.c.d.s.p.HibernateIdGenerator : Generating ID for class: Lecture
  574. backend_1 | Custom generated Sequence value : lecture_00004
  575. backend_1 | 2017-04-24 22:55:05.456 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: user_00005
  576. backend_1 | 2017-04-24 22:55:05.507 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: user_00006
  577. backend_1 | 2017-04-24 22:55:05.530 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: user_00007
  578. backend_1 | 2017-04-24 22:55:05.544 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: user_00008
  579. backend_1 | 2017-04-24 22:55:05.556 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: user_00002
  580. backend_1 | 2017-04-24 22:55:05.568 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: user_00003
  581. backend_1 | 2017-04-24 22:55:05.578 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: user_00004
  582. backend_1 | 2017-04-24 22:55:05.589 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: course_00001
  583. backend_1 | 2017-04-24 22:55:05.593 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: course_00002
  584. backend_1 | 2017-04-24 22:55:05.603 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: course_00003
  585. backend_1 | 2017-04-24 22:55:05.607 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: course_00004
  586. backend_1 | 2017-04-24 22:55:05.619 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: lecture_00001
  587. backend_1 | 2017-04-24 22:55:05.629 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: lecture_00002
  588. backend_1 | 2017-04-24 22:55:05.639 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: lecture_00003
  589. backend_1 | 2017-04-24 22:55:05.644 INFO 42 --- [ main] c.c.d.controller.HibernateController : Merged Entity: lecture_00004
  590. backend_1 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.883 sec - in test.resources.PopulateDBWithTest
  591. backend_1 | 2017-04-24 22:55:05.652 INFO 42 --- [ Thread-2] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@2539cd1c: startup date [Mon Apr 24 22:55:02 GMT 2017]; root of context hierarchy
  592. backend_1 | 2017-04-24 22:55:05.653 INFO 42 --- [ Thread-1] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@45b4c3a9: startup date [Mon Apr 24 22:55:00 GMT 2017]; root of context hierarchy
  593. backend_1 |
  594. backend_1 | Results :
  595. backend_1 |
  596. backend_1 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
  597. backend_1 |
  598. backend_1 | [INFO]
  599. backend_1 | [INFO] --- maven-war-plugin:2.6:war (default-war) @ denver ---
  600. backend_1 | [INFO] Packaging webapp
  601. backend_1 | [INFO] Assembling webapp [denver] in [/opt/Denver/target/denver-0.0.1-SNAPSHOT]
  602. backend_1 | [INFO] Processing war project
  603. backend_1 | [INFO] Webapp assembled in [123 msecs]
  604. backend_1 | [INFO] Building war: /opt/Denver/target/denver-0.0.1-SNAPSHOT.war
  605. backend_1 | [INFO]
  606. backend_1 | [INFO] --- spring-boot-maven-plugin:1.5.2.RELEASE:repackage (default) @ denver ---
  607. backend_1 | [INFO]
  608. backend_1 | [INFO] >>> spring-boot-maven-plugin:1.5.2.RELEASE:run (default-cli) > test-compile @ denver >>>
  609. backend_1 | [INFO]
  610. backend_1 | [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ denver ---
  611. backend_1 | [INFO] Using 'UTF-8' encoding to copy filtered resources.
  612. backend_1 | [INFO] Copying 2 resources
  613. backend_1 | [INFO]
  614. backend_1 | [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ denver ---
  615. backend_1 | [INFO] Nothing to compile - all classes are up to date
  616. backend_1 | [INFO]
  617. backend_1 | [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ denver ---
  618. backend_1 | [INFO] Using 'UTF-8' encoding to copy filtered resources.
  619. backend_1 | [INFO] Copying 5 resources
  620. backend_1 | [INFO]
  621. backend_1 | [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ denver ---
  622. backend_1 | [INFO] Changes detected - recompiling the module!
  623. backend_1 | [INFO] Compiling 5 source files to /opt/Denver/target/test-classes
  624. backend_1 | [INFO]
  625. backend_1 | [INFO] <<< spring-boot-maven-plugin:1.5.2.RELEASE:run (default-cli) < test-compile @ denver <<<
  626. backend_1 | [INFO]
  627. backend_1 | [INFO]
  628. backend_1 | [INFO] --- spring-boot-maven-plugin:1.5.2.RELEASE:run (default-cli) @ denver ---
  629. backend_1 | 22:55:07.808 [main] INFO com.colorado.denver.DenverApplication - Starting app!
  630. backend_1 |
  631. backend_1 | . ____ _ __ _ _
  632. backend_1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  633. backend_1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  634. backend_1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  635. backend_1 | ' |____| .__|_| |_|_| |_\__, | / / / /
  636. backend_1 | =========|_|==============|___/=/_/_/_/
  637. backend_1 | :: Spring Boot :: (v1.5.2.RELEASE)
  638. backend_1 |
  639. backend_1 | 2017-04-24 22:55:08.090 INFO 5 --- [ main] com.colorado.denver.DenverApplication : Starting DenverApplication on c6de00fd56b2 with PID 5 (/opt/Denver/target/classes started by root in /opt/Denver)
  640. backend_1 | 2017-04-24 22:55:08.090 INFO 5 --- [ main] com.colorado.denver.DenverApplication : No active profile set, falling back to default profiles: default
  641. backend_1 | 2017-04-24 22:55:08.372 INFO 5 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3afe143d: startup date [Mon Apr 24 22:55:08 GMT 2017]; root of context hierarchy
  642. backend_1 | 2017-04-24 22:55:09.460 INFO 5 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cd045122] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  643. backend_1 | 2017-04-24 22:55:09.710 INFO 5 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8443 (https)
  644. backend_1 | 2017-04-24 22:55:09.724 INFO 5 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat
  645. backend_1 | 2017-04-24 22:55:09.724 INFO 5 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.11
  646. backend_1 | 2017-04-24 22:55:09.800 INFO 5 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  647. backend_1 | 2017-04-24 22:55:09.800 INFO 5 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1428 ms
  648. backend_1 | 2017-04-24 22:55:09.879 INFO 5 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  649. backend_1 | 2017-04-24 22:55:09.881 INFO 5 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
  650. backend_1 | 2017-04-24 22:55:09.881 INFO 5 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  651. backend_1 | 2017-04-24 22:55:10.390 INFO 5 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@229f52ff, org.springframework.security.web.context.SecurityContextPersistenceFilter@7ae85239, org.springframework.security.web.header.HeaderWriterFilter@4dc3e337, org.springframework.security.web.authentication.logout.LogoutFilter@247d5f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@5591b02b, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@10569683, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@77554577, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@523dcb36, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1b8bd032, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1472208a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6338627c, org.springframework.security.web.session.SessionManagementFilter@9859e91, org.springframework.security.web.access.ExceptionTranslationFilter@5093da0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6b1e56a9]
  652. backend_1 | 2017-04-24 22:55:10.394 WARN 5 --- [ main] o.s.s.c.a.web.builders.WebSecurity :
  653. backend_1 |
  654. backend_1 | ********************************************************************
  655. backend_1 | ********** Security debugging is enabled. *************
  656. backend_1 | ********** This may include sensitive information. *************
  657. backend_1 | ********** Do not use in a production system! *************
  658. backend_1 | ********************************************************************
  659. backend_1 |
  660. backend_1 |
  661. backend_1 | 2017-04-24 22:55:10.429 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/registration],methods=[POST]}" onto public java.lang.String com.colorado.denver.controller.UserInteractionController.registrationPost()
  662. backend_1 | 2017-04-24 22:55:10.431 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/updatePassword],methods=[POST]}" onto public java.lang.Boolean com.colorado.denver.controller.UserInteractionController.changePassword(java.lang.String,java.lang.String)
  663. backend_1 | 2017-04-24 22:55:10.431 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/registration],methods=[GET]}" onto public java.util.List<com.colorado.denver.model.Course> com.colorado.denver.controller.UserInteractionController.registrationGet()
  664. backend_1 | 2017-04-24 22:55:10.432 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/logout],methods=[POST]}" onto public java.lang.String com.colorado.denver.controller.UserInteractionController.logout()
  665. backend_1 | 2017-04-24 22:55:10.433 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],methods=[POST]}" onto public boolean com.colorado.denver.controller.UserInteractionController.login()
  666. backend_1 | 2017-04-24 22:55:10.433 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/course],methods=[PATCH]}" onto public com.colorado.denver.model.Course com.colorado.denver.controller.entityController.CourseController.handleCoursePatchRequest()
  667. backend_1 | 2017-04-24 22:55:10.434 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/course],methods=[POST]}" onto public com.colorado.denver.model.Course com.colorado.denver.controller.entityController.CourseController.handleCoursePostRequest()
  668. backend_1 | 2017-04-24 22:55:10.434 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/course],methods=[GET]}" onto public com.colorado.denver.model.Course com.colorado.denver.controller.entityController.CourseController.getCourseForUser(java.lang.String)
  669. backend_1 | 2017-04-24 22:55:10.434 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/courses],methods=[GET]}" onto public java.util.List<com.colorado.denver.model.Course> com.colorado.denver.controller.entityController.CourseController.getAllCourses()
  670. backend_1 | 2017-04-24 22:55:10.435 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/exercise],methods=[POST]}" onto public com.colorado.denver.model.Exercise com.colorado.denver.controller.entityController.ExerciseController.handleExercisePostRequest()
  671. backend_1 | 2017-04-24 22:55:10.435 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/exercise],methods=[GET]}" onto public com.colorado.denver.model.Exercise com.colorado.denver.controller.entityController.ExerciseController.getExerciseForUser(java.lang.String)
  672. backend_1 | 2017-04-24 22:55:10.436 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/exercises],methods=[GET]}" onto public java.util.Set<com.colorado.denver.model.Exercise> com.colorado.denver.controller.entityController.ExerciseController.getAllExercisesForUser()
  673. backend_1 | 2017-04-24 22:55:10.437 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/lecture],methods=[POST]}" onto public com.colorado.denver.model.Lecture com.colorado.denver.controller.entityController.LectureController.handleLecturePostRequest()
  674. backend_1 | 2017-04-24 22:55:10.437 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/lecture],methods=[PATCH]}" onto public com.colorado.denver.model.Lecture com.colorado.denver.controller.entityController.LectureController.handleLecturePatchRequest()
  675. backend_1 | 2017-04-24 22:55:10.437 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/lecture],methods=[GET]}" onto public com.colorado.denver.model.Lecture com.colorado.denver.controller.entityController.LectureController.getLectureForUser(java.lang.String)
  676. backend_1 | 2017-04-24 22:55:10.439 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/solution],methods=[PATCH]}" onto public com.colorado.denver.model.Solution com.colorado.denver.controller.entityController.SolutionController.handleSolutionPatchRequest()
  677. backend_1 | 2017-04-24 22:55:10.440 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/solution],methods=[GET]}" onto public com.colorado.denver.model.Solution com.colorado.denver.controller.entityController.SolutionController.getSolutionForUser(java.lang.String,java.lang.String)
  678. backend_1 | 2017-04-24 22:55:10.442 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/solution],methods=[GET]}" onto public com.colorado.denver.model.Solution com.colorado.denver.controller.entityController.SolutionController.getSolutionForUser(java.lang.String)
  679. backend_1 | 2017-04-24 22:55:10.442 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/solutions],methods=[GET]}" onto public java.util.Set<com.colorado.denver.model.Solution> com.colorado.denver.controller.entityController.SolutionController.getAllSolutions(java.lang.String,java.lang.String)
  680. backend_1 | 2017-04-24 22:55:10.443 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user],methods=[POST]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.handleUserPostRequest()
  681. backend_1 | 2017-04-24 22:55:10.443 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user],methods=[PATCH]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.handleUserPatchRequest()
  682. backend_1 | 2017-04-24 22:55:10.443 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user],methods=[GET]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.getUser()
  683. backend_1 | 2017-04-24 22:55:10.444 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent],methods=[GET]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.getDocent()
  684. backend_1 | 2017-04-24 22:55:10.446 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/users],methods=[GET]}" onto public java.util.List<com.colorado.denver.model.User> com.colorado.denver.controller.entityController.UserController.getAllUsers()
  685. backend_1 | 2017-04-24 22:55:10.448 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  686. backend_1 | 2017-04-24 22:55:10.449 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  687. backend_1 | 2017-04-24 22:55:10.562 INFO 5 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3afe143d: startup date [Mon Apr 24 22:55:08 GMT 2017]; root of context hierarchy
  688. backend_1 | 2017-04-24 22:55:11.038 INFO 5 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  689. backend_1 | 2017-04-24 22:55:11.124 INFO 5 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8443 (https)
  690. backend_1 | 2017-04-24 22:55:11.128 INFO 5 --- [ main] com.colorado.denver.DenverApplication : Started DenverApplication in 3.25 seconds (JVM running for 18.38)
  691. backend_1 | 2017-04-24 22:55:11.189 INFO 5 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.0.12.Final}
  692. backend_1 | 2017-04-24 22:55:11.191 INFO 5 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  693. backend_1 | 2017-04-24 22:55:11.192 INFO 5 --- [ main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
  694. backend_1 | 2017-04-24 22:55:11.308 INFO 5 --- [ main] c.c.d.s.persistence.HibernateSession : Try using UpdateRoutine: true
  695. backend_1 | 2017-04-24 22:55:11.308 INFO 5 --- [ main] c.c.d.s.persistence.HibernateSession : Hibernate mode: update
  696. backend_1 | 2017-04-24 22:55:11.313 INFO 5 --- [ main] c.c.d.s.persistence.HibernateSession : Creating session factory instance!
  697. backend_1 | 2017-04-24 22:55:11.328 INFO 5 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  698. backend_1 | 2017-04-24 22:55:11.376 WARN 5 --- [ main] org.hibernate.orm.connections : HHH10001002: Using Hibernate built-in connection pool (not for production use!)
  699. backend_1 | 2017-04-24 22:55:11.380 INFO 5 --- [ main] org.hibernate.orm.connections : HHH10001005: using driver [org.postgresql.Driver] at URL [jdbc:postgresql://postgres:5432/Denver]
  700. backend_1 | 2017-04-24 22:55:11.380 INFO 5 --- [ main] org.hibernate.orm.connections : HHH10001001: Connection properties: {user=postgres, password=****}
  701. backend_1 | 2017-04-24 22:55:11.381 INFO 5 --- [ main] org.hibernate.orm.connections : HHH10001003: Autocommit mode: false
  702. backend_1 | 2017-04-24 22:55:11.382 INFO 5 --- [ main] .c.i.DriverManagerConnectionProviderImpl : HHH000115: Hibernate connection pool size: 20 (min=1)
  703. backend_1 | 2017-04-24 22:55:11.432 INFO 5 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
  704. backend_1 | 2017-04-24 22:55:11.508 INFO 5 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  705. backend_1 | 2017-04-24 22:55:11.509 INFO 5 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@4013487a
  706. backend_1 | 2017-04-24 22:55:11.931 INFO 5 --- [ main] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000228: Running hbm2ddl schema update
  707. backend_1 | 2017-04-24 22:55:12.234 INFO 5 --- [ main] c.c.d.s.persistence.HibernateSession : Created session factory instance!
  708. backend_1 | Session Is Opened : true
  709. backend_1 | Session Is Connected : true
  710. backend_1 | 2017-04-24 22:55:12.276 INFO 5 --- [ main] c.c.d.s.persistence.HibernateSession : Session opened and committed!!
  711. backend_1 | 2017-04-24 22:55:12.316 INFO 5 --- [ main] org.reflections.Reflections : Reflections took 17 ms to scan 1 urls, producing 34 keys and 86 values
  712. backend_1 | 2017-04-24 22:55:12.386 INFO 5 --- [ main] com.colorado.denver.DenverApplication : Successfully obtained system user Token. DB and security should be in healthy state
  713. backend_1 | 2017-04-24 22:55:41.421 DEBUG 5 --- [pool-1-thread-1] .c.i.DriverManagerConnectionProviderImpl : Connection pool now considered primed; min-size will be maintained
  714. backend_1 | 2017-04-24 22:58:09.918 DEBUG 5 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1493074689917 sessioncount 0
  715. backend_1 | 2017-04-24 22:58:09.918 DEBUG 5 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 1 expired sessions: 0
  716. backend_1 | 2017-04-24 23:01:09.921 DEBUG 5 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1493074869920 sessioncount 0
  717. backend_1 | 2017-04-24 23:01:09.921 DEBUG 5 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 1 expired sessions: 0
  718. backend_1 | 2017-04-24 23:04:09.924 DEBUG 5 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1493075049923 sessioncount 0
  719. backend_1 | 2017-04-24 23:04:09.924 DEBUG 5 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 1 expired sessions: 0
  720. backend_1 | 2017-04-24 23:07:09.926 DEBUG 5 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1493075229926 sessioncount 0
  721. backend_1 | 2017-04-24 23:07:09.926 DEBUG 5 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 0 expired sessions: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement