· 5 years ago · Mar 28, 2020, 03:22 PM
1Agent pid 3570
2Identity added: /Users/nickpon/.ssh/id_rsa (/Users/nickpon/.ssh/id_rsa)
3
4The default interactive shell is now zsh.
5To update your account to use zsh, please run `chsh -s /bin/zsh`.
6For more details, please visit https://support.apple.com/kb/HT208050.
7(base) nickpon-osx:mamkin_hacker_2 nickpon$ cd services/
8(base) nickpon-osx:services nickpon$ bash docker-starter.sh
90717d155f7f8
1009aca4927700
11e00ccfa02dde
12"docker rm" requires at least 1 argument.
13See 'docker rm --help'.
14
15Usage: docker rm [OPTIONS] CONTAINER [CONTAINER...]
16
17Remove one or more containers
18openjdk:8
19Deleting openjdk:8 image
20Untagged: openjdk:8
21Untagged: openjdk@sha256:798e41cd7ee88c90582965f2e2414bd517f7eba377148a23cdee47d6faad8de4
22weather:2.1.6.RELEASE
23Deleting weather:2.1.6.RELEASE image
24Untagged: weather:2.1.6.RELEASE
25Deleted: sha256:0fa781cd1f55441a063409bc702846846b4e410f3e33d870a52fa82e0afb4c32
26Deleted: sha256:bd21536fef809ca9976b01063144cebb62cad0de8a99d144c2355c1fe1d4813d
27Deleted: sha256:e6aa65b7a0da303ac49b10a8de2aad8fcf3bb4fd1851c67f4479dfccffd5cfde
28Deleted: sha256:a6b1d4994642412ab58b9146b129f9b7d24c728f9b3085d3f39eba963730775f
29Deleted: sha256:926143e7535cf5f7a64e81aa740c11fe363cd8412d6d11133b66085e660c5d32
30Deleted: sha256:2b46bd10c77c45a049afe874bd6f02193d85ea1e58f07f9c4be0dffbeebd14ee
31Deleted: sha256:b5d5e3e0b165d2f8b3bffc977ab23d07079139566b56aa8c77b060b0de91c05b
32rbc:2.1.6.RELEASE
33Deleting rbc:2.1.6.RELEASE image
34Untagged: rbc:2.1.6.RELEASE
35Deleted: sha256:e63b4a328da7143fdd89e4145134e2db36a8932befb5f6dec0758fed1c6a1ff4
36Deleted: sha256:cd9449cd77413af429fb6b7c22850258a4628aba47448de493fe2495eed84874
37Deleted: sha256:c614547abded87a87da185f04ae41c4feb9ad1065b1870b562528bd10b7d540f
38Deleted: sha256:2bb0209c78f8df662400c04bcb3caea90a164807e495fd55d325e087e8673342
39prediction:2.1.6.RELEASE
40Deleting prediction:2.1.6.RELEASE image
41Untagged: prediction:2.1.6.RELEASE
42Deleted: sha256:ee4fb61c3909f62c95e2da4ddd892f92ab1254b3353071ea3ec914b64e66041f
43Deleted: sha256:007eee2dbb31c083f08aebc6496e469984f840e4a7ed562ea024b4e93ffe491c
44Deleted: sha256:535fe66d3088496a2ee33d63823c67d3ecc95a67f78d6fccb3e64b45aae4d10a
45Deleted: sha256:b2cb866d28ab4c40e51ebad2729c0f4de9b2272283f0ca215330f88bfa4ac04b
46Deleted: sha256:f5a74b3686500b45e2f6cba5c9ab44978c0c9cf21839d68eba5f4f5398ef3a09
47Deleted: sha256:47de72641c24a3e2aa0b611cbddce35c53c0fcc341299b372e724c84ba2bc482
48Deleted: sha256:fe123c6a9a942c17392aeb743b70ddc40e7c04cbdee27e796554077e7cc5f546
49hello:2.1.6.RELEASE
50Deleting hello:2.1.6.RELEASE image
51Untagged: hello:2.1.6.RELEASE
52Deleted: sha256:7f185cdc927ac03f06ac24ff19e50094ba613f2a415ae3e3c597576cef2724db
53Deleted: sha256:aa7c53af8620d80a7952a74dfe278d70f6ce657d67e3e2ec9c8ce1c3bf4e1ed0
54Deleted: sha256:a07b7cbf39b306986edcf240a9a62ab9acb5aa4de15e37fc54ef0bd3c6ee9f13
55Deleted: sha256:a9e826d1d139f80fa4d551b552e7eb327e10490496cad05bfe93f943ffbc102f
56Deleted: sha256:a870f781bf83e6d99bfe0e4ad13e3153ba250c6f2124330031ec05d553318392
57Deleted: sha256:df238658c875d002e7d6555f2f58cc7b8497e48d87af85e8e0ed703736811876
58Deleted: sha256:377ef41bbd1f6af00661cd1276638b26ec899ad79d0bd2454928a36fe218e9bc
59Deleted: sha256:cabafd8c817fcea8e164db83645749d42bb47d3590a15e02dbbfd97f6aea1af9
60[INFO] Scanning for projects...
61[INFO]
62[INFO] --------------------< org.springframework.boot:rbc >--------------------
63[INFO] Building rbc 2.1.6.RELEASE
64[INFO] --------------------------------[ jar ]---------------------------------
65[INFO]
66[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rbc ---
67[INFO] Using 'UTF-8' encoding to copy filtered resources.
68[INFO] Copying 1 resource
69[INFO] Copying 1 resource
70[INFO]
71[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rbc ---
72[INFO] Nothing to compile - all classes are up to date
73[INFO]
74[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ rbc ---
75[INFO] Using 'UTF-8' encoding to copy filtered resources.
76[INFO] skip non existing resourceDirectory /Users/nickpon/Desktop/mamkin_hacker_2/services/rbc/src/test/resources
77[INFO]
78[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rbc ---
79[INFO] Nothing to compile - all classes are up to date
80[INFO]
81[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ rbc ---
82[INFO] Tests are skipped.
83[INFO]
84[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ rbc ---
85[INFO] Building jar: /Users/nickpon/Desktop/mamkin_hacker_2/services/rbc/target/rbc-2.1.6.RELEASE.jar
86[INFO]
87[INFO] --- spring-boot-maven-plugin:2.1.6.RELEASE:repackage (repackage) @ rbc ---
88[INFO] Replacing main artifact with repackaged archive
89[INFO] ------------------------------------------------------------------------
90[INFO] BUILD SUCCESS
91[INFO] ------------------------------------------------------------------------
92[INFO] Total time: 2.132 s
93[INFO] Finished at: 2020-03-28T18:17:38+03:00
94[INFO] ------------------------------------------------------------------------
95Sending build context to Docker daemon 45.06MB
96Step 1/5 : FROM openjdk:8
978: Pulling from library/openjdk
98Digest: sha256:798e41cd7ee88c90582965f2e2414bd517f7eba377148a23cdee47d6faad8de4
99Status: Downloaded newer image for openjdk:8
100 ---> cdf26cc71b50
101Step 2/5 : RUN mkdir rbc
102 ---> Using cache
103 ---> a47e9c884efc
104Step 3/5 : COPY target/rbc-2.1.6.RELEASE.jar /rbc
105 ---> 5978fa7500fe
106Step 4/5 : WORKDIR /rbc
107 ---> Running in 791b5afeff0a
108Removing intermediate container 791b5afeff0a
109 ---> 376022f456d4
110Step 5/5 : CMD ["java", "-jar", "rbc-2.1.6.RELEASE.jar"]
111 ---> Running in 5b5c33432e7b
112Removing intermediate container 5b5c33432e7b
113 ---> 89c220f5b9fb
114Successfully built 89c220f5b9fb
115Successfully tagged rbc:2.1.6.RELEASE
116[INFO] Scanning for projects...
117[INFO]
118[INFO] ------------------< org.springframework.boot:weather >------------------
119[INFO] Building weather 2.1.6.RELEASE
120[INFO] --------------------------------[ jar ]---------------------------------
121[INFO]
122[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ weather ---
123[INFO] Using 'UTF-8' encoding to copy filtered resources.
124[INFO] Copying 1 resource
125[INFO] Copying 0 resource
126[INFO]
127[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ weather ---
128[INFO] Nothing to compile - all classes are up to date
129[INFO]
130[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ weather ---
131[INFO] Using 'UTF-8' encoding to copy filtered resources.
132[INFO] skip non existing resourceDirectory /Users/nickpon/Desktop/mamkin_hacker_2/services/weather/src/test/resources
133[INFO]
134[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ weather ---
135[INFO] No sources to compile
136[INFO]
137[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ weather ---
138[INFO] No tests to run.
139[INFO]
140[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ weather ---
141[INFO] Building jar: /Users/nickpon/Desktop/mamkin_hacker_2/services/weather/target/weather-2.1.6.RELEASE.jar
142[INFO]
143[INFO] --- spring-boot-maven-plugin:2.1.6.RELEASE:repackage (repackage) @ weather ---
144[INFO] Replacing main artifact with repackaged archive
145[INFO] ------------------------------------------------------------------------
146[INFO] BUILD SUCCESS
147[INFO] ------------------------------------------------------------------------
148[INFO] Total time: 2.378 s
149[INFO] Finished at: 2020-03-28T18:17:47+03:00
150[INFO] ------------------------------------------------------------------------
151Sending build context to Docker daemon 43.94MB
152Step 1/6 : FROM openjdk:8
153 ---> cdf26cc71b50
154Step 2/6 : RUN mkdir weather
155 ---> Running in 9ed8f4649614
156Removing intermediate container 9ed8f4649614
157 ---> 251161dae604
158Step 3/6 : COPY target/weather-2.1.6.RELEASE.jar /weather
159 ---> 9576974392eb
160Step 4/6 : WORKDIR /weather
161 ---> Running in c7dd766393cf
162Removing intermediate container c7dd766393cf
163 ---> 4762fd92fed1
164Step 5/6 : EXPOSE 8081
165 ---> Running in b2e7d3565448
166Removing intermediate container b2e7d3565448
167 ---> 1beb1812d4ed
168Step 6/6 : CMD ["java", "-jar", "weather-2.1.6.RELEASE.jar"]
169 ---> Running in 126b619701d6
170Removing intermediate container 126b619701d6
171 ---> e24515121db5
172Successfully built e24515121db5
173Successfully tagged weather:2.1.6.RELEASE
174[INFO] Scanning for projects...
175[INFO]
176[INFO] ----------------< org.springframework.boot:prediction >-----------------
177[INFO] Building prediction 2.1.6.RELEASE
178[INFO] --------------------------------[ jar ]---------------------------------
179[INFO]
180[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ prediction ---
181[INFO] Using 'UTF-8' encoding to copy filtered resources.
182[INFO] Copying 1 resource
183[INFO] Copying 0 resource
184[INFO]
185[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ prediction ---
186[INFO] Nothing to compile - all classes are up to date
187[INFO]
188[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ prediction ---
189[INFO] Using 'UTF-8' encoding to copy filtered resources.
190[INFO] skip non existing resourceDirectory /Users/nickpon/Desktop/mamkin_hacker_2/services/prediction/src/test/resources
191[INFO]
192[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ prediction ---
193[INFO] No sources to compile
194[INFO]
195[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ prediction ---
196[INFO] No tests to run.
197[INFO]
198[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ prediction ---
199[INFO] Building jar: /Users/nickpon/Desktop/mamkin_hacker_2/services/prediction/target/prediction-2.1.6.RELEASE.jar
200[INFO]
201[INFO] --- spring-boot-maven-plugin:2.1.6.RELEASE:repackage (repackage) @ prediction ---
202[INFO] Replacing main artifact with repackaged archive
203[INFO] ------------------------------------------------------------------------
204[INFO] BUILD SUCCESS
205[INFO] ------------------------------------------------------------------------
206[INFO] Total time: 2.081 s
207[INFO] Finished at: 2020-03-28T18:17:53+03:00
208[INFO] ------------------------------------------------------------------------
209Sending build context to Docker daemon 43.92MB
210Step 1/6 : FROM openjdk:8
211 ---> cdf26cc71b50
212Step 2/6 : RUN mkdir prediction
213 ---> Running in ec5b4c1686d6
214Removing intermediate container ec5b4c1686d6
215 ---> a6d75c79a514
216Step 3/6 : COPY target/prediction-2.1.6.RELEASE.jar /prediction
217 ---> 9dade19e22f9
218Step 4/6 : WORKDIR /prediction
219 ---> Running in 9a86b2f16057
220Removing intermediate container 9a86b2f16057
221 ---> 44452e7daaf5
222Step 5/6 : EXPOSE 8082
223 ---> Running in 5f669df42c68
224Removing intermediate container 5f669df42c68
225 ---> 4c0baa084630
226Step 6/6 : CMD ["java", "-jar", "prediction-2.1.6.RELEASE.jar", "http://rbc:8083/rbc/array", "http://weather:8081/weather/array"]
227 ---> Running in ef9d5c40bb0d
228Removing intermediate container ef9d5c40bb0d
229 ---> 9252ba7149bd
230Successfully built 9252ba7149bd
231Successfully tagged prediction:2.1.6.RELEASE
232[INFO] Scanning for projects...
233[INFO]
234[INFO] -------------------< org.springframework.boot:hello >-------------------
235[INFO] Building hello 2.1.6.RELEASE
236[INFO] --------------------------------[ jar ]---------------------------------
237[INFO]
238[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hello ---
239[INFO] Using 'UTF-8' encoding to copy filtered resources.
240[INFO] Copying 1 resource
241[INFO] Copying 0 resource
242[INFO]
243[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hello ---
244[INFO] Nothing to compile - all classes are up to date
245[INFO]
246[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hello ---
247[INFO] Using 'UTF-8' encoding to copy filtered resources.
248[INFO] skip non existing resourceDirectory /Users/nickpon/Desktop/mamkin_hacker_2/services/hello/src/test/resources
249[INFO]
250[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hello ---
251[INFO] No sources to compile
252[INFO]
253[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hello ---
254[INFO] No tests to run.
255[INFO]
256[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ hello ---
257[INFO] Building jar: /Users/nickpon/Desktop/mamkin_hacker_2/services/hello/target/hello-2.1.6.RELEASE.jar
258[INFO]
259[INFO] --- spring-boot-maven-plugin:2.1.6.RELEASE:repackage (repackage) @ hello ---
260[INFO] Replacing main artifact with repackaged archive
261[INFO] ------------------------------------------------------------------------
262[INFO] BUILD SUCCESS
263[INFO] ------------------------------------------------------------------------
264[INFO] Total time: 1.901 s
265[INFO] Finished at: 2020-03-28T18:18:00+03:00
266[INFO] ------------------------------------------------------------------------
267Sending build context to Docker daemon 43.89MB
268Step 1/7 : FROM openjdk:8
269 ---> cdf26cc71b50
270Step 2/7 : RUN mkdir hello
271 ---> Running in 1d3924652b6e
272Removing intermediate container 1d3924652b6e
273 ---> 9bc26f07b8c5
274Step 3/7 : COPY target/hello-2.1.6.RELEASE.jar /hello
275 ---> ef38392e893c
276Step 4/7 : RUN ls
277 ---> Running in ae0c060362a1
278bin
279boot
280dev
281etc
282hello
283home
284lib
285lib64
286media
287mnt
288opt
289proc
290root
291run
292sbin
293srv
294sys
295tmp
296usr
297var
298Removing intermediate container ae0c060362a1
299 ---> 4f9023c7bb59
300Step 5/7 : WORKDIR /hello
301 ---> Running in 045925f2f611
302Removing intermediate container 045925f2f611
303 ---> 4a0cb5052a67
304Step 6/7 : EXPOSE 8084
305 ---> Running in 5fa48858fc41
306Removing intermediate container 5fa48858fc41
307 ---> 6f4f927c57f9
308Step 7/7 : CMD ["java", "-jar", "hello-2.1.6.RELEASE.jar"]
309 ---> Running in f54e23342830
310Removing intermediate container f54e23342830
311 ---> 4f5c270b7e93
312Successfully built 4f5c270b7e93
313Successfully tagged hello:2.1.6.RELEASE
314Starting services_dbpostgresql_1 ... done
315Creating services_rbc_1 ... done
316Creating services_prediction_1 ... done
317Creating services_weather_1 ... done
318Starting services_pgadmin_1 ... done
319Attaching to services_dbpostgresql_1, services_rbc_1, services_prediction_1, services_weather_1, services_pgadmin_1
320dbpostgresql_1 |
321dbpostgresql_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
322dbpostgresql_1 |
323dbpostgresql_1 | 2020-03-28 15:18:07.055 UTC [1] LOG: starting PostgreSQL 12.2 (Debian 12.2-2.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
324dbpostgresql_1 | 2020-03-28 15:18:07.059 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
325dbpostgresql_1 | 2020-03-28 15:18:07.059 UTC [1] LOG: listening on IPv6 address "::", port 5432
326dbpostgresql_1 | 2020-03-28 15:18:07.066 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
327dbpostgresql_1 | 2020-03-28 15:18:07.113 UTC [25] LOG: database system was shut down at 2020-03-28 15:17:21 UTC
328dbpostgresql_1 | 2020-03-28 15:18:07.119 UTC [1] LOG: database system is ready to accept connections
329pgadmin_1 | [2020-03-28 15:18:09 +0000] [1] [INFO] Starting gunicorn 19.9.0
330pgadmin_1 | [2020-03-28 15:18:09 +0000] [1] [INFO] Listening at: http://[::]:80 (1)
331pgadmin_1 | [2020-03-28 15:18:09 +0000] [1] [INFO] Using worker: threads
332pgadmin_1 | [2020-03-28 15:18:09 +0000] [82] [INFO] Booting worker with pid: 82
333weather_1 |
334weather_1 | . ____ _ __ _ _
335weather_1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
336weather_1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
337weather_1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
338weather_1 | ' |____| .__|_| |_|_| |_\__, | / / / /
339weather_1 | =========|_|==============|___/=/_/_/_/
340weather_1 | :: Spring Boot :: (v2.1.6.RELEASE)
341weather_1 |
342rbc_1 |
343rbc_1 | . ____ _ __ _ _
344rbc_1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
345rbc_1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
346rbc_1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
347rbc_1 | ' |____| .__|_| |_|_| |_\__, | / / / /
348rbc_1 | =========|_|==============|___/=/_/_/_/
349rbc_1 | :: Spring Boot :: (v2.1.6.RELEASE)
350rbc_1 |
351prediction_1 |
352prediction_1 | . ____ _ __ _ _
353prediction_1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
354prediction_1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
355prediction_1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
356prediction_1 | ' |____| .__|_| |_|_| |_\__, | / / / /
357prediction_1 | =========|_|==============|___/=/_/_/_/
358prediction_1 | :: Spring Boot :: (v2.1.6.RELEASE)
359prediction_1 |
360weather_1 | 2020-03-28 15:18:11.239 INFO 1 --- [ main] ru.sbt.weather.WeatherDollarResponse : Starting WeatherDollarResponse v2.1.6.RELEASE on 38f08c9bf2eb with PID 1 (/weather/weather-2.1.6.RELEASE.jar started by root in /weather)
361weather_1 | 2020-03-28 15:18:11.284 INFO 1 --- [ main] ru.sbt.weather.WeatherDollarResponse : No active profile set, falling back to default profiles: default
362rbc_1 | 2020-03-28 15:18:11.401 INFO 1 --- [ main] ru.sbt.rbc.RBCResponse : Starting RBCResponse v2.1.6.RELEASE on d783dd722e9b with PID 1 (/rbc/rbc-2.1.6.RELEASE.jar started by root in /rbc)
363rbc_1 | 2020-03-28 15:18:11.414 INFO 1 --- [ main] ru.sbt.rbc.RBCResponse : No active profile set, falling back to default profiles: default
364prediction_1 | 2020-03-28 15:18:11.435 INFO 1 --- [ main] ru.sbt.prediction.PredictionResponse : Starting PredictionResponse v2.1.6.RELEASE on 4b9b6c3665bd with PID 1 (/prediction/prediction-2.1.6.RELEASE.jar started by root in /prediction)
365prediction_1 | 2020-03-28 15:18:11.451 INFO 1 --- [ main] ru.sbt.prediction.PredictionResponse : No active profile set, falling back to default profiles: default
366weather_1 | 2020-03-28 15:18:15.010 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
367weather_1 | 2020-03-28 15:18:15.070 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31ms. Found 0 repository interfaces.
368prediction_1 | 2020-03-28 15:18:15.314 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
369rbc_1 | 2020-03-28 15:18:15.349 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
370prediction_1 | 2020-03-28 15:18:15.382 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 43ms. Found 0 repository interfaces.
371rbc_1 | 2020-03-28 15:18:15.546 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 181ms. Found 1 repository interfaces.
372weather_1 | 2020-03-28 15:18:16.190 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c74c8b74] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
373prediction_1 | 2020-03-28 15:18:16.721 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$185e80ce] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
374rbc_1 | 2020-03-28 15:18:16.963 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$538b7e3d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
375weather_1 | 2020-03-28 15:18:17.285 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8081 (http)
376weather_1 | 2020-03-28 15:18:17.473 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
377weather_1 | 2020-03-28 15:18:17.473 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
378prediction_1 | 2020-03-28 15:18:17.727 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8082 (http)
379weather_1 | 2020-03-28 15:18:17.776 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
380weather_1 | 2020-03-28 15:18:17.776 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6224 ms
381prediction_1 | 2020-03-28 15:18:17.889 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
382prediction_1 | 2020-03-28 15:18:17.890 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
383rbc_1 | 2020-03-28 15:18:17.970 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8083 (http)
384rbc_1 | 2020-03-28 15:18:18.110 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
385rbc_1 | 2020-03-28 15:18:18.110 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
386prediction_1 | 2020-03-28 15:18:18.201 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
387prediction_1 | 2020-03-28 15:18:18.205 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6462 ms
388weather_1 | 2020-03-28 15:18:18.295 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
389rbc_1 | 2020-03-28 15:18:18.398 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
390rbc_1 | 2020-03-28 15:18:18.399 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6685 ms
391prediction_1 | 2020-03-28 15:18:18.769 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
392rbc_1 | 2020-03-28 15:18:18.999 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
393weather_1 | 2020-03-28 15:18:19.237 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
394weather_1 | 2020-03-28 15:18:19.391 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
395weather_1 | name: default
396weather_1 | ...]
397prediction_1 | 2020-03-28 15:18:19.663 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
398weather_1 | 2020-03-28 15:18:19.684 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
399weather_1 | 2020-03-28 15:18:19.693 INFO 1 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
400rbc_1 | 2020-03-28 15:18:19.860 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
401prediction_1 | 2020-03-28 15:18:19.992 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
402prediction_1 | name: default
403prediction_1 | ...]
404rbc_1 | 2020-03-28 15:18:20.124 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
405rbc_1 | name: default
406rbc_1 | ...]
407weather_1 | 2020-03-28 15:18:20.161 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
408prediction_1 | 2020-03-28 15:18:20.213 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
409prediction_1 | 2020-03-28 15:18:20.225 INFO 1 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
410rbc_1 | 2020-03-28 15:18:20.494 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
411rbc_1 | 2020-03-28 15:18:20.501 INFO 1 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
412prediction_1 | 2020-03-28 15:18:20.763 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
413weather_1 | 2020-03-28 15:18:20.843 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
414rbc_1 | 2020-03-28 15:18:21.017 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
415prediction_1 | 2020-03-28 15:18:21.451 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
416weather_1 | 2020-03-28 15:18:21.475 INFO 1 --- [ main] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@483f6d77'
417weather_1 | 2020-03-28 15:18:21.482 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
418rbc_1 | 2020-03-28 15:18:21.676 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
419rbc_1 | 2020-03-28 15:18:21.871 INFO 1 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000421: Disabling contextual LOB creation as hibernate.jdbc.lob.non_contextual_creation is true
420rbc_1 | 2020-03-28 15:18:21.879 INFO 1 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@38cee291
421prediction_1 | 2020-03-28 15:18:22.202 INFO 1 --- [ main] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@73700b80'
422prediction_1 | 2020-03-28 15:18:22.209 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
423weather_1 | 2020-03-28 15:18:22.700 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
424weather_1 | 2020-03-28 15:18:22.876 WARN 1 --- [ main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
425rbc_1 | Hibernate: drop table if exists rate.quote cascade
426rbc_1 | 2020-03-28 15:18:23.227 WARN 1 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Warning Code: 0, SQLState: 00000
427rbc_1 | 2020-03-28 15:18:23.227 WARN 1 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : schema "rate" does not exist, skipping
428rbc_1 | Hibernate: drop sequence if exists rate.hibernate_sequence
429rbc_1 | 2020-03-28 15:18:23.234 WARN 1 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Warning Code: 0, SQLState: 00000
430rbc_1 | 2020-03-28 15:18:23.234 WARN 1 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : schema "rate" does not exist, skipping
431rbc_1 | Hibernate: create sequence rate.hibernate_sequence start 1 increment 1
432dbpostgresql_1 | 2020-03-28 15:18:23.242 UTC [32] ERROR: schema "rate" does not exist
433dbpostgresql_1 | 2020-03-28 15:18:23.242 UTC [32] STATEMENT: create sequence rate.hibernate_sequence start 1 increment 1
434rbc_1 | 2020-03-28 15:18:23.255 WARN 1 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL "create sequence rate.hibernate_sequence start 1 increment 1" via JDBC Statement
435rbc_1 |
436rbc_1 | org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "create sequence rate.hibernate_sequence start 1 increment 1" via JDBC Statement
437rbc_1 | at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) ~[hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
438rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.applySqlString(SchemaCreatorImpl.java:440) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
439rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.applySqlStrings(SchemaCreatorImpl.java:424) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
440rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.createFromMetadata(SchemaCreatorImpl.java:290) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
441rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.performCreation(SchemaCreatorImpl.java:166) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
442rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.doCreation(SchemaCreatorImpl.java:135) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
443rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.doCreation(SchemaCreatorImpl.java:121) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
444rbc_1 | at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:155) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
445rbc_1 | at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:72) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
446rbc_1 | at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:310) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
447rbc_1 | at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:467) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
448rbc_1 | at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:939) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
449rbc_1 | at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:57) [spring-orm-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
450rbc_1 | at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) [spring-orm-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
451rbc_1 | at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:390) [spring-orm-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
452rbc_1 | at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:377) [spring-orm-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
453rbc_1 | at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) [spring-orm-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
454rbc_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1837) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
455rbc_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1774) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
456rbc_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
457rbc_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
458rbc_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
459rbc_1 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
460rbc_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
461rbc_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
462rbc_1 | at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1105) ~[spring-context-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
463rbc_1 | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
464rbc_1 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
465rbc_1 | at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
466rbc_1 | at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
467rbc_1 | at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
468rbc_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
469rbc_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
470rbc_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
471rbc_1 | at ru.sbt.rbc.RBCResponse.main(RBCResponse.java:39) ~[classes!/:2.1.6.RELEASE]
472rbc_1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_242]
473rbc_1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_242]
474rbc_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_242]
475rbc_1 | at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_242]
476rbc_1 | at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:47) ~[rbc-2.1.6.RELEASE.jar:2.1.6.RELEASE]
477rbc_1 | at org.springframework.boot.loader.Launcher.launch(Launcher.java:86) ~[rbc-2.1.6.RELEASE.jar:2.1.6.RELEASE]
478rbc_1 | at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) ~[rbc-2.1.6.RELEASE.jar:2.1.6.RELEASE]
479rbc_1 | at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) ~[rbc-2.1.6.RELEASE.jar:2.1.6.RELEASE]
480rbc_1 | Caused by: org.postgresql.util.PSQLException: ERROR: schema "rate" does not exist
481rbc_1 | at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2510) ~[postgresql-42.2.10.jar!/:42.2.10]
482rbc_1 | at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2245) ~[postgresql-42.2.10.jar!/:42.2.10]
483rbc_1 | at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:311) ~[postgresql-42.2.10.jar!/:42.2.10]
484rbc_1 | at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:447) ~[postgresql-42.2.10.jar!/:42.2.10]
485rbc_1 | at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:368) ~[postgresql-42.2.10.jar!/:42.2.10]
486rbc_1 | at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:309) ~[postgresql-42.2.10.jar!/:42.2.10]
487rbc_1 | at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:295) ~[postgresql-42.2.10.jar!/:42.2.10]
488rbc_1 | at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:272) ~[postgresql-42.2.10.jar!/:42.2.10]
489rbc_1 | at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:267) ~[postgresql-42.2.10.jar!/:42.2.10]
490rbc_1 | at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:95) ~[HikariCP-3.2.0.jar!/:na]
491rbc_1 | at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) ~[HikariCP-3.2.0.jar!/:na]
492rbc_1 | at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54) ~[hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
493rbc_1 | ... 42 common frames omitted
494rbc_1 |
495rbc_1 | Hibernate: create table rate.quote (id int8 not null, date varchar(255), quote float8, primary key (id))
496dbpostgresql_1 | 2020-03-28 15:18:23.265 UTC [32] ERROR: schema "rate" does not exist at character 14
497dbpostgresql_1 | 2020-03-28 15:18:23.265 UTC [32] STATEMENT: create table rate.quote (id int8 not null, date varchar(255), quote float8, primary key (id))
498rbc_1 | 2020-03-28 15:18:23.269 WARN 1 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL "create table rate.quote (id int8 not null, date varchar(255), quote float8, primary key (id))" via JDBC Statement
499rbc_1 |
500rbc_1 | org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "create table rate.quote (id int8 not null, date varchar(255), quote float8, primary key (id))" via JDBC Statement
501rbc_1 | at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) ~[hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
502rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.applySqlString(SchemaCreatorImpl.java:440) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
503rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.applySqlStrings(SchemaCreatorImpl.java:424) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
504rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.createFromMetadata(SchemaCreatorImpl.java:315) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
505rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.performCreation(SchemaCreatorImpl.java:166) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
506rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.doCreation(SchemaCreatorImpl.java:135) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
507rbc_1 | at org.hibernate.tool.schema.internal.SchemaCreatorImpl.doCreation(SchemaCreatorImpl.java:121) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
508rbc_1 | at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:155) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
509rbc_1 | at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:72) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
510rbc_1 | at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:310) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
511rbc_1 | at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:467) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
512rbc_1 | at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:939) [hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
513rbc_1 | at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:57) [spring-orm-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
514rbc_1 | at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) [spring-orm-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
515rbc_1 | at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:390) [spring-orm-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
516rbc_1 | at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:377) [spring-orm-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
517rbc_1 | at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) [spring-orm-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
518rbc_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1837) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
519rbc_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1774) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
520rbc_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
521rbc_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
522rbc_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
523rbc_1 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
524rbc_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
525rbc_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
526rbc_1 | at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1105) ~[spring-context-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
527rbc_1 | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
528rbc_1 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.1.8.RELEASE.jar!/:5.1.8.RELEASE]
529rbc_1 | at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
530rbc_1 | at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
531rbc_1 | at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
532rbc_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
533rbc_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
534rbc_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar!/:2.1.6.RELEASE]
535rbc_1 | at ru.sbt.rbc.RBCResponse.main(RBCResponse.java:39) ~[classes!/:2.1.6.RELEASE]
536rbc_1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_242]
537rbc_1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_242]
538rbc_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_242]
539rbc_1 | at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_242]
540rbc_1 | at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:47) ~[rbc-2.1.6.RELEASE.jar:2.1.6.RELEASE]
541rbc_1 | at org.springframework.boot.loader.Launcher.launch(Launcher.java:86) ~[rbc-2.1.6.RELEASE.jar:2.1.6.RELEASE]
542rbc_1 | at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) ~[rbc-2.1.6.RELEASE.jar:2.1.6.RELEASE]
543rbc_1 | at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) ~[rbc-2.1.6.RELEASE.jar:2.1.6.RELEASE]
544rbc_1 | Caused by: org.postgresql.util.PSQLException: ERROR: schema "rate" does not exist
545rbc_1 | Position: 14
546rbc_1 | at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2510) ~[postgresql-42.2.10.jar!/:42.2.10]
547rbc_1 | at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2245) ~[postgresql-42.2.10.jar!/:42.2.10]
548rbc_1 | at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:311) ~[postgresql-42.2.10.jar!/:42.2.10]
549rbc_1 | at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:447) ~[postgresql-42.2.10.jar!/:42.2.10]
550rbc_1 | at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:368) ~[postgresql-42.2.10.jar!/:42.2.10]
551rbc_1 | at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:309) ~[postgresql-42.2.10.jar!/:42.2.10]
552rbc_1 | at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:295) ~[postgresql-42.2.10.jar!/:42.2.10]
553rbc_1 | at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:272) ~[postgresql-42.2.10.jar!/:42.2.10]
554rbc_1 | at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:267) ~[postgresql-42.2.10.jar!/:42.2.10]
555rbc_1 | at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:95) ~[HikariCP-3.2.0.jar!/:na]
556rbc_1 | at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) ~[HikariCP-3.2.0.jar!/:na]
557rbc_1 | at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54) ~[hibernate-core-5.3.10.Final.jar!/:5.3.10.Final]
558rbc_1 | ... 42 common frames omitted
559rbc_1 |
560rbc_1 | 2020-03-28 15:18:23.284 INFO 1 --- [ main] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@6a4f1a55'
561rbc_1 | 2020-03-28 15:18:23.289 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
562prediction_1 | 2020-03-28 15:18:23.309 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
563prediction_1 | 2020-03-28 15:18:23.510 WARN 1 --- [ main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
564weather_1 | 2020-03-28 15:18:23.902 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8081 (http) with context path ''
565weather_1 | 2020-03-28 15:18:23.915 INFO 1 --- [ main] ru.sbt.weather.WeatherDollarResponse : Started WeatherDollarResponse in 14.861 seconds (JVM running for 16.646)
566prediction_1 | 2020-03-28 15:18:24.335 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8082 (http) with context path ''
567prediction_1 | 2020-03-28 15:18:24.347 INFO 1 --- [ main] ru.sbt.prediction.PredictionResponse : Started PredictionResponse in 15.204 seconds (JVM running for 17.098)
568rbc_1 | 2020-03-28 15:18:24.698 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
569rbc_1 | 2020-03-28 15:18:24.773 WARN 1 --- [ main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
570rbc_1 | 2020-03-28 15:18:25.106 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8083 (http) with context path ''
571rbc_1 | 2020-03-28 15:18:25.110 INFO 1 --- [ main] ru.sbt.rbc.RBCResponse : Started RBCResponse in 15.919 seconds (JVM running for 17.882)