· 6 years ago · Apr 23, 2019, 04:40 AM
1
2
3
4 ## .
5 ## ## ## ==
6 ## ## ## ## ## ===
7 /"""""""""""""""""\___/ ===
8 ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
9 \______ o __/
10 \ \ __/
11 \____\_______/
12
13docker is configured to use the default machine with IP 192.168.99.100
14For help getting started, check out the docs at https://docs.docker.com
15
16
17Start interactive shell
18
19William@DESKTOP-UUPVNHF MINGW64 /c/Program Files/Docker Toolbox
20$
21
22William@DESKTOP-UUPVNHF MINGW64 /c/Program Files/Docker Toolbox
23$
24
25William@DESKTOP-UUPVNHF MINGW64 /c/Program Files/Docker Toolbox
26$
27
28William@DESKTOP-UUPVNHF MINGW64 /c/Program Files/Docker Toolbox
29$
30
31William@DESKTOP-UUPVNHF MINGW64 /c/Program Files/Docker Toolbox
32$
33
34William@DESKTOP-UUPVNHF MINGW64 /c/Program Files/Docker Toolbox
35$ gradlew build
36bash: gradlew: command not found
37
38William@DESKTOP-UUPVNHF MINGW64 /c/Program Files/Docker Toolbox
39$ cd ..
40
41William@DESKTOP-UUPVNHF MINGW64 /c/Program Files
42$ cd ..
43
44William@DESKTOP-UUPVNHF MINGW64 /c
45$ cd Users/
46
47William@DESKTOP-UUPVNHF MINGW64 /c/Users
48$ cd Public/
49
50William@DESKTOP-UUPVNHF MINGW64 /c/Users/Public
51$ cd Robotics/
52
53William@DESKTOP-UUPVNHF MINGW64 /c/Users/Public/Robotics
54$ cd ktor-react-starter/
55
56William@DESKTOP-UUPVNHF MINGW64 /c/Users/Public/Robotics/ktor-react-starter (master)
57$ gradlew build
58bash: gradlew: command not found
59
60William@DESKTOP-UUPVNHF MINGW64 /c/Users/Public/Robotics/ktor-react-starter (master)
61$ ./gradlew build
62
63> Task :frontend:build
64Creating an optimized production build...
65Compiled successfully.
66
67File sizes after gzip:
68
69 44.28 KB build\static\js\2.7980f885.chunk.js
70 764 B build\static\js\runtime~main.c5541365.js
71 694 B build\static\js\main.d6000d5c.chunk.js
72 276 B build\static\css\main.1b67ecc5.chunk.css
73
74The project was built assuming it is hosted at the server root.
75You can control this with the homepage field in your package.json.
76For example, add this to build it for GitHub Pages:
77
78 "homepage" : "http://myname.github.io/myapp",
79
80The build folder is ready to be deployed.
81You may serve it with a static server:
82
83 yarn global add serve
84 serve -s build
85
86Find out more about deployment here:
87
88 https://bit.ly/CRA-deploy
89
90
91BUILD SUCCESSFUL in 14s
9212 actionable tasks: 3 executed, 9 up-to-date
93
94
95William@DESKTOP-UUPVNHF MINGW64 /c/Users/Public/Robotics/ktor-react-starter (master)
96$
97
98William@DESKTOP-UUPVNHF MINGW64 /c/Users/Public/Robotics/ktor-react-starter (master)
99$
100
101William@DESKTOP-UUPVNHF MINGW64 /c/Users/Public/Robotics/ktor-react-starter (master)
102$ docker build -t webapp .
103Sending build context to Docker daemon 409.8MB
104Step 1/6 : FROM openjdk:11.0-stretch
105 ---> 0aa10063a184
106Step 2/6 : EXPOSE 8080
107 ---> Using cache
108 ---> f090825716ef
109Step 3/6 : USER root
110 ---> Using cache
111 ---> a82516e9d0f7
112Step 4/6 : ADD backend/build/distributions/backend.tar app/
113 ---> Using cache
114 ---> 20189d6910fe
115Step 5/6 : WORKDIR app/backend/bin
116 ---> Using cache
117 ---> 3a1647e40aaa
118Step 6/6 : CMD while true; do ./backend; done
119 ---> Using cache
120 ---> da4a4f04f996
121Successfully built da4a4f04f996
122Successfully tagged webapp:latest
123SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have '-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories.
124
125William@DESKTOP-UUPVNHF MINGW64 /c/Users/Public/Robotics/ktor-react-starter (master)
126$
127
128William@DESKTOP-UUPVNHF MINGW64 /c/Users/Public/Robotics/ktor-react-starter (master)
129$
130
131William@DESKTOP-UUPVNHF MINGW64 /c/Users/Public/Robotics/ktor-react-starter (master)
132$
133
134William@DESKTOP-UUPVNHF MINGW64 /c/Users/Public/Robotics/ktor-react-starter (master)
135$ docker-compose up
136ktor-react-starter_mysql_1 is up-to-date
137ktor-react-starter_webapp_1 is up-to-date
138Attaching to ktor-react-starter_mysql_1, ktor-react-starter_webapp_1
139mysql_1 | Initializing database
140mysql_1 | 2019-04-23T04:17:38.178795Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release.
141mysql_1 | 2019-04-23T04:17:38.178887Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.15) initializing of server in progress as process 27
142mysql_1 | 2019-04-23T04:17:42.873415Z 5 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
143mysql_1 | 2019-04-23T04:17:48.108858Z 0 [System] [MY-013170] [Server] /usr/sbin/mysqld (mysqld 8.0.15) initializing of server has completed
144mysql_1 | Database initialized
145mysql_1 | MySQL init process in progress...
146mysql_1 | MySQL init process in progress...
147mysql_1 | mbind: Operation not permitted
148mysql_1 | 2019-04-23T04:17:50.556991Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release.
149mysql_1 | 2019-04-23T04:17:50.557077Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.15) starting as process 78
150mysql_1 | 2019-04-23T04:17:51.708758Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
151mysql_1 | 2019-04-23T04:17:51.711344Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
152mysql_1 | 2019-04-23T04:17:51.767831Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.15' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server - GPL.
153mysql_1 | 2019-04-23T04:17:51.858835Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: '/var/run/mysqld/mysqlx.sock'
154mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
155mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
156mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
157mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it.
158mysql_1 | mysql: [Warning] Using a password on the command line interface can be insecure.
159mysql_1 |
160mysql_1 | 2019-04-23T04:18:05.333083Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.15) MySQL Community Server - GPL.
161mysql_1 |
162mysql_1 | MySQL init process done. Ready for start up.
163mysql_1 |
164mysql_1 | 2019-04-23T04:18:05.922435Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release.
165mysql_1 | 2019-04-23T04:18:05.922535Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.15) starting as process 1
166mysql_1 | 2019-04-23T04:18:06.749708Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
167mysql_1 | 2019-04-23T04:18:06.752149Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
168mysql_1 | 2019-04-23T04:18:06.806348Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.15' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server - GPL.
169mysql_1 | 2019-04-23T04:18:06.830557Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: '/var/run/mysqld/mysqlx.sock' bind-address: '::' port: 33060
170mysql_1 | mbind: Operation not permitted
171mysql_1 | 2019-04-23T04:19:21.272410Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.15) MySQL Community Server - GPL.
172mysql_1 | 2019-04-23T04:22:01.398676Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release.
173mysql_1 | 2019-04-23T04:22:01.398875Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.15) starting as process 1
174mysql_1 | 2019-04-23T04:22:03.581666Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
175mysql_1 | 2019-04-23T04:22:03.591673Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
176mysql_1 | 2019-04-23T04:22:03.730444Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.15' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server - GPL.
177mysql_1 | 2019-04-23T04:22:03.803465Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: '/var/run/mysqld/mysqlx.sock' bind-address: '::' port: 33060
178mysql_1 | mbind: Operation not permitted
179webapp_1 | 04:17:41.099 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
180webapp_1 | 04:17:41.134 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 2
181webapp_1 | 04:17:41.255 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
182webapp_1 | 04:17:41.256 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
183webapp_1 | 04:17:41.358 [main] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
184webapp_1 | 04:17:41.359 [main] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 11
185webapp_1 | 04:17:41.381 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
186webapp_1 | 04:17:41.387 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
187webapp_1 | 04:17:41.388 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
188webapp_1 | 04:17:41.417 [main] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: unavailable
189webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
190webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
191webapp_1 | at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224)
192webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
193webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:218)
194webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
195webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
196webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
197webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
198webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
199webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
200webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
201webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
202webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
203webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
204webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
205webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
206webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
207webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
208webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
209webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
210webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
211webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
212webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
213webapp_1 | 04:17:41.420 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: unavailable true
214webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
215webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
216webapp_1 | at io.netty.util.internal.PlatformDependent0$5.run(PlatformDependent0.java:273)
217webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
218webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:266)
219webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
220webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
221webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
222webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
223webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
224webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
225webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
226webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
227webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
228webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
229webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
230webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
231webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
232webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
233webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
234webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
235webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
236webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
237webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
238webapp_1 | 04:17:41.424 [main] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
239webapp_1 | java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @5a955565
240webapp_1 | at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
241webapp_1 | at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
242webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:558)
243webapp_1 | at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:315)
244webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
245webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:306)
246webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
247webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
248webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
249webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
250webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
251webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
252webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
253webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
254webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
255webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
256webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
257webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
258webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
259webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
260webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
261webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
262webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
263webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
264webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
265webapp_1 | 04:17:41.425 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): unavailable
266webapp_1 | 04:17:41.426 [main] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
267webapp_1 | 04:17:41.523 [main] DEBUG io.netty.util.internal.PlatformDependent - maxDirectMemory: 251396096 bytes (maybe)
268webapp_1 | 04:17:41.524 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
269webapp_1 | 04:17:41.524 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
270webapp_1 | 04:17:41.528 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
271webapp_1 | 04:17:41.531 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes
272webapp_1 | 04:17:41.532 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
273webapp_1 | 04:17:41.535 [main] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available
274webapp_1 | 04:17:41.550 [main] DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
275webapp_1 | 04:17:41.619 [main] DEBUG Application - Java Home: /usr/lib/jvm
276webapp_1 | 04:17:41.621 [main] DEBUG Application - Class Loader: jdk.internal.loader.ClassLoaders$AppClassLoader@8bcc55f: []
277webapp_1 | 04:17:41.659 [main] INFO Application - No ktor.deployment.watch patterns match classpath entries, automatic reload is not active
278webapp_1 | 04:17:44.622 [main] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration:
279webapp_1 | 04:17:44.703 [main] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false
280webapp_1 | 04:17:44.706 [main] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true
281webapp_1 | 04:17:44.707 [main] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none
282webapp_1 | 04:17:44.709 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none
283webapp_1 | 04:17:44.710 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none
284webapp_1 | 04:17:44.716 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000
285webapp_1 | 04:17:44.719 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................none
286webapp_1 | 04:17:44.720 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none
287webapp_1 | 04:17:44.723 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none
288webapp_1 | 04:17:44.741 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=<masked>}
289webapp_1 | 04:17:44.742 [main] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none
290webapp_1 | 04:17:44.745 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{}
291webapp_1 | 04:17:44.749 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none
292webapp_1 | 04:17:44.752 [main] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000
293webapp_1 | 04:17:44.753 [main] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1
294webapp_1 | 04:17:44.755 [main] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false
295webapp_1 | 04:17:44.757 [main] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................jdbc:mysql://root:root@mysql:3306/test
296webapp_1 | 04:17:44.758 [main] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0
297webapp_1 | 04:17:44.760 [main] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000
298webapp_1 | 04:17:44.762 [main] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10
299webapp_1 | 04:17:44.764 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none
300webapp_1 | 04:17:44.766 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none
301webapp_1 | 04:17:44.769 [main] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10
302webapp_1 | 04:17:44.771 [main] DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked>
303webapp_1 | 04:17:44.773 [main] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1"
304webapp_1 | 04:17:44.774 [main] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false
305webapp_1 | 04:17:44.775 [main] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false
306webapp_1 | 04:17:44.776 [main] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none
307webapp_1 | 04:17:44.776 [main] DEBUG com.zaxxer.hikari.HikariConfig - schema..........................none
308webapp_1 | 04:17:44.779 [main] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal
309webapp_1 | 04:17:44.784 [main] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default
310webapp_1 | 04:17:44.786 [main] DEBUG com.zaxxer.hikari.HikariConfig - username........................none
311webapp_1 | 04:17:44.789 [main] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000
312webapp_1 | 04:17:44.790 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
313webapp_1 | 04:17:45.129 [main] DEBUG com.zaxxer.hikari.util.DriverDataSource - Loaded driver with class name com.mysql.cj.jdbc.Driver for jdbcUrl=jdbc:mysql://root:root@mysql:3306/test
314webapp_1 | 04:17:45.858 [main] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to create/setup connection: Communications link failure
315webapp_1 |
316webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
317webapp_1 | 04:17:45.873 [main] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Cannot acquire connection from data source
318webapp_1 | com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
319webapp_1 |
320webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
321webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
322webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
323webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
324webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
325webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
326webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
327webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
328webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
329webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
330webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
331webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
332webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
333webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
334webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
335webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
336webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
337webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
338webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
339webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
340webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
341webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
342webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
343webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
344webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
345webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
346webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
347webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
348webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
349webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
350webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
351webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
352webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
353webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
354webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
355webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
356webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
357webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
358webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
359webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
360webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
361webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
362webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
363webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
364webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
365webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
366webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
367webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
368webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
369webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
370webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
371webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
372webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
373webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
374webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
375webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
376webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
377webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
378webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
379webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
380webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
381webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
382webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
383webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
384webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
385webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
386webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
387webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
388webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
389webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
390webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
391webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
392webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
393webapp_1 |
394webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
395webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
396webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
397webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
398webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
399webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
400webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
401webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
402webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
403webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
404webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
405webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
406webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
407webapp_1 | ... 68 common frames omitted
408webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
409webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
410webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
411webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
412webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
413webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
414webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
415webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
416webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
417webapp_1 | ... 71 common frames omitted
418webapp_1 | 04:17:45.884 [main] ERROR com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
419webapp_1 | com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
420webapp_1 |
421webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
422webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
423webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
424webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
425webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
426webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
427webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
428webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
429webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
430webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
431webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
432webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
433webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
434webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
435webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
436webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
437webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
438webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
439webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
440webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
441webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
442webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
443webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
444webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
445webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
446webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
447webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
448webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
449webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
450webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
451webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
452webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
453webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
454webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
455webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
456webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
457webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
458webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
459webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
460webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
461webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
462webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
463webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
464webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
465webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
466webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
467webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
468webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
469webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
470webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
471webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
472webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
473webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
474webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
475webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
476webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
477webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
478webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
479webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
480webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
481webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
482webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
483webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
484webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
485webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
486webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
487webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
488webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
489webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
490webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
491webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
492webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
493webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
494webapp_1 |
495webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
496webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
497webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
498webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
499webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
500webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
501webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
502webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
503webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
504webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
505webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
506webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
507webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
508webapp_1 | ... 68 common frames omitted
509webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
510webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
511webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
512webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
513webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
514webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
515webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
516webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
517webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
518webapp_1 | ... 71 common frames omitted
519webapp_1 | Exception in thread "main" java.lang.reflect.InvocationTargetException
520webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
521webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
522webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
523webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
524webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
525webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
526webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
527webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
528webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
529webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
530webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
531webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
532webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
533webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
534webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
535webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
536webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
537webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
538webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
539webapp_1 | Caused by: java.lang.ExceptionInInitializerError
540webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
541webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
542webapp_1 | ... 19 more
543webapp_1 | Caused by: java.lang.reflect.InvocationTargetException
544webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
545webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
546webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
547webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
548webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
549webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
550webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
551webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
552webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
553webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
554webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
555webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
556webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
557webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
558webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
559webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
560webapp_1 | ... 21 more
561webapp_1 | Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
562webapp_1 |
563webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
564webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
565webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
566webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
567webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
568webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
569webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
570webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
571webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
572webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
573webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
574webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
575webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
576webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
577webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
578webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
579webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
580webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
581webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
582webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
583webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
584webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
585webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
586webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
587webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
588webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
589webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
590webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
591webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
592webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
593webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
594webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
595webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
596webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
597webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
598webapp_1 | ... 37 more
599webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
600webapp_1 |
601webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
602webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
603webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
604webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
605webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
606webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
607webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
608webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
609webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
610webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
611webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
612webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
613webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
614webapp_1 | ... 68 more
615webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
616webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
617webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
618webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
619webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
620webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
621webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
622webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
623webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
624webapp_1 | ... 71 more
625webapp_1 | 04:17:48.550 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
626webapp_1 | 04:17:48.560 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 2
627webapp_1 | 04:17:48.590 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
628webapp_1 | 04:17:48.591 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
629webapp_1 | 04:17:48.634 [main] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
630webapp_1 | 04:17:48.635 [main] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 11
631webapp_1 | 04:17:48.638 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
632webapp_1 | 04:17:48.639 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
633webapp_1 | 04:17:48.640 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
634webapp_1 | 04:17:48.652 [main] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: unavailable
635webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
636webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
637webapp_1 | at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224)
638webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
639webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:218)
640webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
641webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
642webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
643webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
644webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
645webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
646webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
647webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
648webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
649webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
650webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
651webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
652webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
653webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
654webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
655webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
656webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
657webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
658webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
659webapp_1 | 04:17:48.656 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: unavailable true
660webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
661webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
662webapp_1 | at io.netty.util.internal.PlatformDependent0$5.run(PlatformDependent0.java:273)
663webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
664webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:266)
665webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
666webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
667webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
668webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
669webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
670webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
671webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
672webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
673webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
674webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
675webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
676webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
677webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
678webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
679webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
680webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
681webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
682webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
683webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
684webapp_1 | 04:17:48.667 [main] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
685webapp_1 | java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @5a955565
686webapp_1 | at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
687webapp_1 | at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
688webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:558)
689webapp_1 | at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:315)
690webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
691webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:306)
692webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
693webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
694webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
695webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
696webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
697webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
698webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
699webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
700webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
701webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
702webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
703webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
704webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
705webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
706webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
707webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
708webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
709webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
710webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
711webapp_1 | 04:17:48.671 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): unavailable
712webapp_1 | 04:17:48.672 [main] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
713webapp_1 | 04:17:48.784 [main] DEBUG io.netty.util.internal.PlatformDependent - maxDirectMemory: 251396096 bytes (maybe)
714webapp_1 | 04:17:48.785 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
715webapp_1 | 04:17:48.785 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
716webapp_1 | 04:17:48.787 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
717webapp_1 | 04:17:48.788 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes
718webapp_1 | 04:17:48.789 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
719webapp_1 | 04:17:48.790 [main] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available
720webapp_1 | 04:17:48.798 [main] DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
721webapp_1 | 04:17:48.829 [main] DEBUG Application - Java Home: /usr/lib/jvm
722webapp_1 | 04:17:48.830 [main] DEBUG Application - Class Loader: jdk.internal.loader.ClassLoaders$AppClassLoader@8bcc55f: []
723webapp_1 | 04:17:48.847 [main] INFO Application - No ktor.deployment.watch patterns match classpath entries, automatic reload is not active
724webapp_1 | 04:17:49.904 [main] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration:
725webapp_1 | 04:17:49.928 [main] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false
726webapp_1 | 04:17:49.930 [main] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true
727webapp_1 | 04:17:49.931 [main] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none
728webapp_1 | 04:17:49.931 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none
729webapp_1 | 04:17:49.932 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none
730webapp_1 | 04:17:49.934 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000
731webapp_1 | 04:17:49.935 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................none
732webapp_1 | 04:17:49.940 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none
733webapp_1 | 04:17:49.940 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none
734webapp_1 | 04:17:49.955 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=<masked>}
735webapp_1 | 04:17:49.955 [main] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none
736webapp_1 | 04:17:49.956 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{}
737webapp_1 | 04:17:49.957 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none
738webapp_1 | 04:17:49.959 [main] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000
739webapp_1 | 04:17:49.960 [main] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1
740webapp_1 | 04:17:49.963 [main] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false
741webapp_1 | 04:17:49.964 [main] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................jdbc:mysql://root:root@mysql:3306/test
742webapp_1 | 04:17:49.967 [main] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0
743webapp_1 | 04:17:49.967 [main] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000
744webapp_1 | 04:17:49.967 [main] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10
745webapp_1 | 04:17:49.968 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none
746webapp_1 | 04:17:49.968 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none
747webapp_1 | 04:17:49.970 [main] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10
748webapp_1 | 04:17:49.972 [main] DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked>
749webapp_1 | 04:17:49.973 [main] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1"
750webapp_1 | 04:17:49.974 [main] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false
751webapp_1 | 04:17:49.974 [main] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false
752webapp_1 | 04:17:49.975 [main] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none
753webapp_1 | 04:17:49.976 [main] DEBUG com.zaxxer.hikari.HikariConfig - schema..........................none
754webapp_1 | 04:17:49.976 [main] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal
755webapp_1 | 04:17:49.977 [main] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default
756webapp_1 | 04:17:49.978 [main] DEBUG com.zaxxer.hikari.HikariConfig - username........................none
757webapp_1 | 04:17:49.983 [main] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000
758webapp_1 | 04:17:49.984 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
759webapp_1 | 04:17:50.285 [main] DEBUG com.zaxxer.hikari.util.DriverDataSource - Loaded driver with class name com.mysql.cj.jdbc.Driver for jdbcUrl=jdbc:mysql://root:root@mysql:3306/test
760webapp_1 | 04:17:50.926 [main] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to create/setup connection: Communications link failure
761webapp_1 |
762webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
763webapp_1 | 04:17:50.935 [main] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Cannot acquire connection from data source
764webapp_1 | com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
765webapp_1 |
766webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
767webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
768webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
769webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
770webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
771webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
772webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
773webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
774webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
775webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
776webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
777webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
778webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
779webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
780webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
781webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
782webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
783webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
784webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
785webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
786webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
787webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
788webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
789webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
790webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
791webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
792webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
793webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
794webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
795webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
796webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
797webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
798webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
799webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
800webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
801webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
802webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
803webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
804webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
805webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
806webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
807webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
808webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
809webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
810webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
811webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
812webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
813webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
814webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
815webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
816webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
817webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
818webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
819webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
820webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
821webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
822webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
823webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
824webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
825webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
826webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
827webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
828webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
829webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
830webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
831webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
832webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
833webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
834webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
835webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
836webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
837webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
838webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
839webapp_1 |
840webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
841webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
842webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
843webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
844webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
845webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
846webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
847webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
848webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
849webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
850webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
851webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
852webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
853webapp_1 | ... 68 common frames omitted
854webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
855webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
856webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
857webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
858webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
859webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
860webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
861webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
862webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
863webapp_1 | ... 71 common frames omitted
864webapp_1 | 04:17:50.942 [main] ERROR com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
865webapp_1 | com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
866webapp_1 |
867webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
868webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
869webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
870webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
871webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
872webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
873webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
874webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
875webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
876webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
877webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
878webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
879webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
880webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
881webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
882webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
883webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
884webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
885webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
886webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
887webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
888webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
889webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
890webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
891webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
892webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
893webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
894webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
895webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
896webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
897webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
898webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
899webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
900webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
901webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
902webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
903webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
904webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
905webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
906webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
907webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
908webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
909webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
910webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
911webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
912webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
913webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
914webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
915webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
916webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
917webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
918webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
919webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
920webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
921webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
922webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
923webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
924webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
925webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
926webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
927webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
928webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
929webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
930webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
931webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
932webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
933webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
934webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
935webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
936webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
937webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
938webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
939webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
940webapp_1 |
941webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
942webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
943webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
944webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
945webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
946webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
947webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
948webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
949webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
950webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
951webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
952webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
953webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
954webapp_1 | ... 68 common frames omitted
955webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
956webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
957webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
958webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
959webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
960webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
961webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
962webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
963webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
964webapp_1 | ... 71 common frames omitted
965webapp_1 | Exception in thread "main" java.lang.reflect.InvocationTargetException
966webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
967webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
968webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
969webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
970webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
971webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
972webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
973webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
974webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
975webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
976webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
977webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
978webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
979webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
980webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
981webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
982webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
983webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
984webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
985webapp_1 | Caused by: java.lang.ExceptionInInitializerError
986webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
987webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
988webapp_1 | ... 19 more
989webapp_1 | Caused by: java.lang.reflect.InvocationTargetException
990webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
991webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
992webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
993webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
994webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
995webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
996webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
997webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
998webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
999webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
1000webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
1001webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
1002webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
1003webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
1004webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
1005webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
1006webapp_1 | ... 21 more
1007webapp_1 | Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
1008webapp_1 |
1009webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1010webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
1011webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
1012webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
1013webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
1014webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
1015webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
1016webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
1017webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
1018webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
1019webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
1020webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
1021webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
1022webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
1023webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
1024webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
1025webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
1026webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
1027webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
1028webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
1029webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
1030webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
1031webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
1032webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
1033webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
1034webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
1035webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1036webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
1037webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
1038webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
1039webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1040webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
1041webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
1042webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
1043webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
1044webapp_1 | ... 37 more
1045webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
1046webapp_1 |
1047webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1048webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1049webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1050webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1051webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
1052webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
1053webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
1054webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
1055webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
1056webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
1057webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
1058webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
1059webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
1060webapp_1 | ... 68 more
1061webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
1062webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
1063webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
1064webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
1065webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
1066webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
1067webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
1068webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
1069webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
1070webapp_1 | ... 71 more
1071webapp_1 | 04:17:53.288 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
1072webapp_1 | 04:17:53.325 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 2
1073webapp_1 | 04:17:53.446 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
1074webapp_1 | 04:17:53.449 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
1075webapp_1 | 04:17:53.552 [main] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
1076webapp_1 | 04:17:53.552 [main] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 11
1077webapp_1 | 04:17:53.569 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
1078webapp_1 | 04:17:53.572 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
1079webapp_1 | 04:17:53.575 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
1080webapp_1 | 04:17:53.604 [main] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: unavailable
1081webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
1082webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
1083webapp_1 | at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224)
1084webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
1085webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:218)
1086webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
1087webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
1088webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
1089webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
1090webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
1091webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
1092webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
1093webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
1094webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
1095webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
1096webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
1097webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
1098webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
1099webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
1100webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
1101webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
1102webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
1103webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1104webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1105webapp_1 | 04:17:53.607 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: unavailable true
1106webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
1107webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
1108webapp_1 | at io.netty.util.internal.PlatformDependent0$5.run(PlatformDependent0.java:273)
1109webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
1110webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:266)
1111webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
1112webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
1113webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
1114webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
1115webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
1116webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
1117webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
1118webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
1119webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
1120webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
1121webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
1122webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
1123webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
1124webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
1125webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
1126webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
1127webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
1128webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1129webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1130webapp_1 | 04:17:53.614 [main] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
1131webapp_1 | java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @5a955565
1132webapp_1 | at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
1133webapp_1 | at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
1134webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:558)
1135webapp_1 | at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:315)
1136webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
1137webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:306)
1138webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
1139webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
1140webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
1141webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
1142webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
1143webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
1144webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
1145webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
1146webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
1147webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
1148webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
1149webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
1150webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
1151webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
1152webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
1153webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
1154webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
1155webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1156webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1157webapp_1 | 04:17:53.617 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): unavailable
1158webapp_1 | 04:17:53.618 [main] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
1159webapp_1 | 04:17:53.735 [main] DEBUG io.netty.util.internal.PlatformDependent - maxDirectMemory: 251396096 bytes (maybe)
1160webapp_1 | 04:17:53.736 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
1161webapp_1 | 04:17:53.737 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
1162webapp_1 | 04:17:53.739 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
1163webapp_1 | 04:17:53.741 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes
1164webapp_1 | 04:17:53.743 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
1165webapp_1 | 04:17:53.744 [main] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available
1166webapp_1 | 04:17:53.760 [main] DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
1167webapp_1 | 04:17:53.836 [main] DEBUG Application - Java Home: /usr/lib/jvm
1168webapp_1 | 04:17:53.838 [main] DEBUG Application - Class Loader: jdk.internal.loader.ClassLoaders$AppClassLoader@8bcc55f: []
1169webapp_1 | 04:17:53.877 [main] INFO Application - No ktor.deployment.watch patterns match classpath entries, automatic reload is not active
1170webapp_1 | 04:17:57.001 [main] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration:
1171webapp_1 | 04:17:57.045 [main] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false
1172webapp_1 | 04:17:57.050 [main] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true
1173webapp_1 | 04:17:57.051 [main] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none
1174webapp_1 | 04:17:57.052 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none
1175webapp_1 | 04:17:57.055 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none
1176webapp_1 | 04:17:57.057 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000
1177webapp_1 | 04:17:57.060 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................none
1178webapp_1 | 04:17:57.063 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none
1179webapp_1 | 04:17:57.064 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none
1180webapp_1 | 04:17:57.079 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=<masked>}
1181webapp_1 | 04:17:57.083 [main] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none
1182webapp_1 | 04:17:57.086 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{}
1183webapp_1 | 04:17:57.088 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none
1184webapp_1 | 04:17:57.089 [main] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000
1185webapp_1 | 04:17:57.089 [main] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1
1186webapp_1 | 04:17:57.093 [main] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false
1187webapp_1 | 04:17:57.096 [main] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................jdbc:mysql://root:root@mysql:3306/test
1188webapp_1 | 04:17:57.096 [main] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0
1189webapp_1 | 04:17:57.099 [main] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000
1190webapp_1 | 04:17:57.100 [main] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10
1191webapp_1 | 04:17:57.101 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none
1192webapp_1 | 04:17:57.102 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none
1193webapp_1 | 04:17:57.106 [main] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10
1194webapp_1 | 04:17:57.108 [main] DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked>
1195webapp_1 | 04:17:57.109 [main] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1"
1196webapp_1 | 04:17:57.109 [main] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false
1197webapp_1 | 04:17:57.110 [main] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false
1198webapp_1 | 04:17:57.112 [main] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none
1199webapp_1 | 04:17:57.116 [main] DEBUG com.zaxxer.hikari.HikariConfig - schema..........................none
1200webapp_1 | 04:17:57.116 [main] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal
1201webapp_1 | 04:17:57.118 [main] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default
1202webapp_1 | 04:17:57.120 [main] DEBUG com.zaxxer.hikari.HikariConfig - username........................none
1203webapp_1 | 04:17:57.121 [main] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000
1204webapp_1 | 04:17:57.122 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
1205webapp_1 | 04:17:57.461 [main] DEBUG com.zaxxer.hikari.util.DriverDataSource - Loaded driver with class name com.mysql.cj.jdbc.Driver for jdbcUrl=jdbc:mysql://root:root@mysql:3306/test
1206webapp_1 | 04:17:58.133 [main] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to create/setup connection: Communications link failure
1207webapp_1 |
1208webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1209webapp_1 | 04:17:58.141 [main] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Cannot acquire connection from data source
1210webapp_1 | com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
1211webapp_1 |
1212webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1213webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
1214webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
1215webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
1216webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
1217webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
1218webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
1219webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
1220webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
1221webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
1222webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
1223webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
1224webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
1225webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
1226webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
1227webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
1228webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
1229webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
1230webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
1231webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
1232webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
1233webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
1234webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
1235webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
1236webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
1237webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
1238webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1239webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
1240webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
1241webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
1242webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1243webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
1244webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
1245webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
1246webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
1247webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1248webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1249webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1250webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1251webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1252webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
1253webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1254webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
1255webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
1256webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
1257webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
1258webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
1259webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
1260webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
1261webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
1262webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
1263webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
1264webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
1265webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1266webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1267webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1268webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1269webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1270webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
1271webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1272webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
1273webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
1274webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
1275webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
1276webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
1277webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
1278webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
1279webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
1280webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
1281webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
1282webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1283webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1284webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
1285webapp_1 |
1286webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1287webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1288webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1289webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1290webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
1291webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
1292webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
1293webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
1294webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
1295webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
1296webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
1297webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
1298webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
1299webapp_1 | ... 68 common frames omitted
1300webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
1301webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
1302webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
1303webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
1304webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
1305webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
1306webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
1307webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
1308webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
1309webapp_1 | ... 71 common frames omitted
1310webapp_1 | 04:17:58.153 [main] ERROR com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
1311webapp_1 | com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
1312webapp_1 |
1313webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1314webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
1315webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
1316webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
1317webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
1318webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
1319webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
1320webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
1321webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
1322webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
1323webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
1324webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
1325webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
1326webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
1327webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
1328webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
1329webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
1330webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
1331webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
1332webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
1333webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
1334webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
1335webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
1336webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
1337webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
1338webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
1339webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1340webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
1341webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
1342webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
1343webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1344webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
1345webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
1346webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
1347webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
1348webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1349webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1350webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1351webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1352webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1353webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
1354webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1355webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
1356webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
1357webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
1358webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
1359webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
1360webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
1361webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
1362webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
1363webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
1364webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
1365webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
1366webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1367webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1368webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1370webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1371webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
1372webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1373webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
1374webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
1375webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
1376webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
1377webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
1378webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
1379webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
1380webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
1381webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
1382webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
1383webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1384webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1385webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
1386webapp_1 |
1387webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1388webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1389webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1390webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1391webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
1392webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
1393webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
1394webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
1395webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
1396webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
1397webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
1398webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
1399webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
1400webapp_1 | ... 68 common frames omitted
1401webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
1402webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
1403webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
1404webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
1405webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
1406webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
1407webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
1408webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
1409webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
1410webapp_1 | ... 71 common frames omitted
1411webapp_1 | Exception in thread "main" java.lang.reflect.InvocationTargetException
1412webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1413webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1414webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1415webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1416webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1417webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
1418webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1419webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
1420webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
1421webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
1422webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
1423webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
1424webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
1425webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
1426webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
1427webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
1428webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
1429webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1430webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1431webapp_1 | Caused by: java.lang.ExceptionInInitializerError
1432webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
1433webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
1434webapp_1 | ... 19 more
1435webapp_1 | Caused by: java.lang.reflect.InvocationTargetException
1436webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1437webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1438webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1439webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1440webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1441webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
1442webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1443webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
1444webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
1445webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
1446webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
1447webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
1448webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
1449webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
1450webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
1451webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
1452webapp_1 | ... 21 more
1453webapp_1 | Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
1454webapp_1 |
1455webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1456webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
1457webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
1458webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
1459webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
1460webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
1461webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
1462webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
1463webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
1464webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
1465webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
1466webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
1467webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
1468webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
1469webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
1470webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
1471webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
1472webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
1473webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
1474webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
1475webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
1476webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
1477webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
1478webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
1479webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
1480webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
1481webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1482webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
1483webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
1484webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
1485webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1486webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
1487webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
1488webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
1489webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
1490webapp_1 | ... 37 more
1491webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
1492webapp_1 |
1493webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1494webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1495webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1496webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1497webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
1498webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
1499webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
1500webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
1501webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
1502webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
1503webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
1504webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
1505webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
1506webapp_1 | ... 68 more
1507webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
1508webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
1509webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
1510webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
1511webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
1512webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
1513webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
1514webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
1515webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
1516webapp_1 | ... 71 more
1517webapp_1 | 04:18:01.353 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
1518webapp_1 | 04:18:01.379 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 2
1519webapp_1 | 04:18:01.488 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
1520webapp_1 | 04:18:01.488 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
1521webapp_1 | 04:18:01.554 [main] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
1522webapp_1 | 04:18:01.557 [main] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 11
1523webapp_1 | 04:18:01.569 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
1524webapp_1 | 04:18:01.572 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
1525webapp_1 | 04:18:01.573 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
1526webapp_1 | 04:18:01.607 [main] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: unavailable
1527webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
1528webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
1529webapp_1 | at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224)
1530webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
1531webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:218)
1532webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
1533webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
1534webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
1535webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
1536webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
1537webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
1538webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
1539webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
1540webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
1541webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
1542webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
1543webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
1544webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
1545webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
1546webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
1547webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
1548webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
1549webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1550webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1551webapp_1 | 04:18:01.611 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: unavailable true
1552webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
1553webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
1554webapp_1 | at io.netty.util.internal.PlatformDependent0$5.run(PlatformDependent0.java:273)
1555webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
1556webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:266)
1557webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
1558webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
1559webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
1560webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
1561webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
1562webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
1563webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
1564webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
1565webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
1566webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
1567webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
1568webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
1569webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
1570webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
1571webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
1572webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
1573webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
1574webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1575webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1576webapp_1 | 04:18:01.616 [main] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
1577webapp_1 | java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @5a955565
1578webapp_1 | at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
1579webapp_1 | at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
1580webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:558)
1581webapp_1 | at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:315)
1582webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
1583webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:306)
1584webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
1585webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
1586webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
1587webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
1588webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
1589webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
1590webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
1591webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
1592webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
1593webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
1594webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
1595webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
1596webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
1597webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
1598webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
1599webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
1600webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
1601webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1602webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1603webapp_1 | 04:18:01.621 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): unavailable
1604webapp_1 | 04:18:01.622 [main] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
1605webapp_1 | 04:18:01.749 [main] DEBUG io.netty.util.internal.PlatformDependent - maxDirectMemory: 251396096 bytes (maybe)
1606webapp_1 | 04:18:01.750 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
1607webapp_1 | 04:18:01.750 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
1608webapp_1 | 04:18:01.752 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
1609webapp_1 | 04:18:01.755 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes
1610webapp_1 | 04:18:01.757 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
1611webapp_1 | 04:18:01.759 [main] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available
1612webapp_1 | 04:18:01.779 [main] DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
1613webapp_1 | 04:18:01.853 [main] DEBUG Application - Java Home: /usr/lib/jvm
1614webapp_1 | 04:18:01.854 [main] DEBUG Application - Class Loader: jdk.internal.loader.ClassLoaders$AppClassLoader@8bcc55f: []
1615webapp_1 | 04:18:01.886 [main] INFO Application - No ktor.deployment.watch patterns match classpath entries, automatic reload is not active
1616webapp_1 | 04:18:04.003 [main] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration:
1617webapp_1 | 04:18:04.034 [main] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false
1618webapp_1 | 04:18:04.035 [main] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true
1619webapp_1 | 04:18:04.035 [main] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none
1620webapp_1 | 04:18:04.036 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none
1621webapp_1 | 04:18:04.037 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none
1622webapp_1 | 04:18:04.039 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000
1623webapp_1 | 04:18:04.039 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................none
1624webapp_1 | 04:18:04.039 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none
1625webapp_1 | 04:18:04.040 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none
1626webapp_1 | 04:18:04.047 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=<masked>}
1627webapp_1 | 04:18:04.049 [main] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none
1628webapp_1 | 04:18:04.050 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{}
1629webapp_1 | 04:18:04.051 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none
1630webapp_1 | 04:18:04.051 [main] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000
1631webapp_1 | 04:18:04.052 [main] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1
1632webapp_1 | 04:18:04.054 [main] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false
1633webapp_1 | 04:18:04.056 [main] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................jdbc:mysql://root:root@mysql:3306/test
1634webapp_1 | 04:18:04.059 [main] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0
1635webapp_1 | 04:18:04.060 [main] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000
1636webapp_1 | 04:18:04.060 [main] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10
1637webapp_1 | 04:18:04.061 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none
1638webapp_1 | 04:18:04.062 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none
1639webapp_1 | 04:18:04.064 [main] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10
1640webapp_1 | 04:18:04.066 [main] DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked>
1641webapp_1 | 04:18:04.066 [main] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1"
1642webapp_1 | 04:18:04.067 [main] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false
1643webapp_1 | 04:18:04.068 [main] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false
1644webapp_1 | 04:18:04.069 [main] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none
1645webapp_1 | 04:18:04.069 [main] DEBUG com.zaxxer.hikari.HikariConfig - schema..........................none
1646webapp_1 | 04:18:04.070 [main] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal
1647webapp_1 | 04:18:04.071 [main] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default
1648webapp_1 | 04:18:04.072 [main] DEBUG com.zaxxer.hikari.HikariConfig - username........................none
1649webapp_1 | 04:18:04.072 [main] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000
1650webapp_1 | 04:18:04.072 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
1651webapp_1 | 04:18:04.219 [main] DEBUG com.zaxxer.hikari.util.DriverDataSource - Loaded driver with class name com.mysql.cj.jdbc.Driver for jdbcUrl=jdbc:mysql://root:root@mysql:3306/test
1652webapp_1 | 04:18:04.511 [main] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to create/setup connection: Communications link failure
1653webapp_1 |
1654webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1655webapp_1 | 04:18:04.518 [main] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Cannot acquire connection from data source
1656webapp_1 | com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
1657webapp_1 |
1658webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1659webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
1660webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
1661webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
1662webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
1663webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
1664webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
1665webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
1666webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
1667webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
1668webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
1669webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
1670webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
1671webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
1672webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
1673webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
1674webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
1675webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
1676webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
1677webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
1678webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
1679webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
1680webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
1681webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
1682webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
1683webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
1684webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1685webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
1686webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
1687webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
1688webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1689webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
1690webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
1691webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
1692webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
1693webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1694webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1695webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1696webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1697webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1698webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
1699webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1700webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
1701webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
1702webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
1703webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
1704webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
1705webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
1706webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
1707webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
1708webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
1709webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
1710webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
1711webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1712webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1713webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1714webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1715webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1716webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
1717webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1718webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
1719webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
1720webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
1721webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
1722webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
1723webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
1724webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
1725webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
1726webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
1727webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
1728webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1729webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1730webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
1731webapp_1 |
1732webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1733webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1734webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1735webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1736webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
1737webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
1738webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
1739webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
1740webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
1741webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
1742webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
1743webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
1744webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
1745webapp_1 | ... 68 common frames omitted
1746webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
1747webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
1748webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
1749webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
1750webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
1751webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
1752webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
1753webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
1754webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
1755webapp_1 | ... 71 common frames omitted
1756webapp_1 | 04:18:04.522 [main] ERROR com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
1757webapp_1 | com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
1758webapp_1 |
1759webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1760webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
1761webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
1762webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
1763webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
1764webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
1765webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
1766webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
1767webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
1768webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
1769webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
1770webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
1771webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
1772webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
1773webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
1774webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
1775webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
1776webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
1777webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
1778webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
1779webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
1780webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
1781webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
1782webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
1783webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
1784webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
1785webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1786webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
1787webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
1788webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
1789webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1790webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
1791webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
1792webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
1793webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
1794webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1795webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1796webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1797webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1798webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1799webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
1800webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1801webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
1802webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
1803webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
1804webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
1805webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
1806webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
1807webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
1808webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
1809webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
1810webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
1811webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
1812webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1813webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1814webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1815webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1816webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1817webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
1818webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1819webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
1820webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
1821webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
1822webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
1823webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
1824webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
1825webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
1826webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
1827webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
1828webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
1829webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1830webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1831webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
1832webapp_1 |
1833webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1834webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1835webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1836webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1837webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
1838webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
1839webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
1840webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
1841webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
1842webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
1843webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
1844webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
1845webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
1846webapp_1 | ... 68 common frames omitted
1847webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
1848webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
1849webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
1850webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
1851webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
1852webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
1853webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
1854webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
1855webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
1856webapp_1 | ... 71 common frames omitted
1857webapp_1 | Exception in thread "main" java.lang.reflect.InvocationTargetException
1858webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1859webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1860webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1861webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1862webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1863webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Static.call(CallerImpl.kt:106)
1864webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1865webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflect_api(KCallableImpl.kt:152)
1866webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:110)
1867webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.callFunctionWithInjection(ApplicationEngineEnvironmentReloading.kt:349)
1868webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.executeModuleFunction(ApplicationEngineEnvironmentReloading.kt:299)
1869webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.instantiateAndConfigureApplication(ApplicationEngineEnvironmentReloading.kt:275)
1870webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.createApplication(ApplicationEngineEnvironmentReloading.kt:127)
1871webapp_1 | at io.ktor.server.engine.ApplicationEngineEnvironmentReloading.start(ApplicationEngineEnvironmentReloading.kt:247)
1872webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:106)
1873webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.start(NettyApplicationEngine.kt:18)
1874webapp_1 | at io.ktor.server.engine.ApplicationEngine$DefaultImpls.start$default(ApplicationEngine.kt:52)
1875webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1876webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1877webapp_1 | Caused by: java.lang.ExceptionInInitializerError
1878webapp_1 | at me.andrewda.utils.Database.init(Database.kt:40)
1879webapp_1 | at me.andrewda.ServerKt.main(Server.kt:24)
1880webapp_1 | ... 19 more
1881webapp_1 | Caused by: java.lang.reflect.InvocationTargetException
1882webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1883webapp_1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1884webapp_1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1885webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1886webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
1887webapp_1 | at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
1888webapp_1 | at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:106)
1889webapp_1 | at kotlin.reflect.jvm.internal.KProperty1Impl.get(KProperty1Impl.kt:35)
1890webapp_1 | at org.jetbrains.exposed.sql.Table.clone(Table.kt:212)
1891webapp_1 | at org.jetbrains.exposed.sql.Table.cloneWithAutoInc(Table.kt:361)
1892webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement(Table.kt:365)
1893webapp_1 | at org.jetbrains.exposed.sql.Table.autoIncrement$default(Table.kt:365)
1894webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:6)
1895webapp_1 | at org.jetbrains.exposed.dao.IntIdTable.<init>(IntEntity.kt:5)
1896webapp_1 | at me.andrewda.models.Users.<init>(User.kt:20)
1897webapp_1 | at me.andrewda.models.Users.<clinit>(User.kt:20)
1898webapp_1 | ... 21 more
1899webapp_1 | Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
1900webapp_1 |
1901webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1902webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
1903webapp_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
1904webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
1905webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
1906webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
1907webapp_1 | at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)
1908webapp_1 | at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
1909webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
1910webapp_1 | at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
1911webapp_1 | at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
1912webapp_1 | at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:562)
1913webapp_1 | at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
1914webapp_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
1915webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:102)
1916webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$connect$3.invoke(Database.kt:72)
1917webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:93)
1918webapp_1 | at org.jetbrains.exposed.sql.Database$Companion$doConnect$3.invoke(Database.kt:72)
1919webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:26)
1920webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction$connectionLazy$1.invoke(ThreadLocalTransactionManager.kt:23)
1921webapp_1 | at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
1922webapp_1 | at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManager$ThreadLocalTransaction.getConnection(ThreadLocalTransactionManager.kt:32)
1923webapp_1 | at org.jetbrains.exposed.sql.Transaction.getConnection(Transaction.kt)
1924webapp_1 | at org.jetbrains.exposed.sql.Database.getMetadata$exposed(Database.kt:18)
1925webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:27)
1926webapp_1 | at org.jetbrains.exposed.sql.Database$url$2.invoke(Database.kt:16)
1927webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1928webapp_1 | at org.jetbrains.exposed.sql.Database.getUrl(Database.kt)
1929webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:30)
1930webapp_1 | at org.jetbrains.exposed.sql.Database$dialect$2.invoke(Database.kt:16)
1931webapp_1 | at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
1932webapp_1 | at org.jetbrains.exposed.sql.Database.getDialect(Database.kt)
1933webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialect(Default.kt:365)
1934webapp_1 | at org.jetbrains.exposed.sql.vendors.DefaultKt.getCurrentDialectIfAvailable(Default.kt:369)
1935webapp_1 | at org.jetbrains.exposed.sql.Column.getOnDelete$exposed(Column.kt:17)
1936webapp_1 | ... 37 more
1937webapp_1 | Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
1938webapp_1 |
1939webapp_1 | The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1940webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1941webapp_1 | at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1942webapp_1 | at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1943webapp_1 | at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
1944webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
1945webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
1946webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
1947webapp_1 | at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
1948webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
1949webapp_1 | at com.mysql.cj.NativeSession.connect(NativeSession.java:152)
1950webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:955)
1951webapp_1 | at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
1952webapp_1 | ... 68 more
1953webapp_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
1954webapp_1 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
1955webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
1956webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
1957webapp_1 | at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
1958webapp_1 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
1959webapp_1 | at java.base/java.net.Socket.connect(Socket.java:591)
1960webapp_1 | at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
1961webapp_1 | at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
1962webapp_1 | ... 71 more
1963webapp_1 | 04:18:06.656 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
1964webapp_1 | 04:18:06.669 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 2
1965webapp_1 | 04:18:06.789 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
1966webapp_1 | 04:18:06.791 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
1967webapp_1 | 04:18:06.852 [main] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
1968webapp_1 | 04:18:06.852 [main] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 11
1969webapp_1 | 04:18:06.857 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
1970webapp_1 | 04:18:06.858 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
1971webapp_1 | 04:18:06.859 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
1972webapp_1 | 04:18:06.870 [main] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: unavailable
1973webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
1974webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
1975webapp_1 | at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224)
1976webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
1977webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:218)
1978webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
1979webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
1980webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
1981webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
1982webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
1983webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
1984webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
1985webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
1986webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
1987webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
1988webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
1989webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
1990webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
1991webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
1992webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
1993webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
1994webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
1995webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
1996webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
1997webapp_1 | 04:18:06.872 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: unavailable true
1998webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
1999webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
2000webapp_1 | at io.netty.util.internal.PlatformDependent0$5.run(PlatformDependent0.java:273)
2001webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
2002webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:266)
2003webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
2004webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
2005webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
2006webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
2007webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
2008webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
2009webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
2010webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
2011webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
2012webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
2013webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
2014webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
2015webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
2016webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
2017webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
2018webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
2019webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
2020webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
2021webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
2022webapp_1 | 04:18:06.875 [main] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
2023webapp_1 | java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @5a955565
2024webapp_1 | at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
2025webapp_1 | at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
2026webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:558)
2027webapp_1 | at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:315)
2028webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
2029webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:306)
2030webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
2031webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
2032webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
2033webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
2034webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
2035webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
2036webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
2037webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
2038webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
2039webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
2040webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
2041webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
2042webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
2043webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
2044webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
2045webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
2046webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
2047webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
2048webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
2049webapp_1 | 04:18:06.876 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): unavailable
2050webapp_1 | 04:18:06.876 [main] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
2051webapp_1 | 04:18:06.921 [main] DEBUG io.netty.util.internal.PlatformDependent - maxDirectMemory: 251396096 bytes (maybe)
2052webapp_1 | 04:18:06.921 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
2053webapp_1 | 04:18:06.922 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
2054webapp_1 | 04:18:06.923 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
2055webapp_1 | 04:18:06.925 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes
2056webapp_1 | 04:18:06.925 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
2057webapp_1 | 04:18:06.927 [main] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available
2058webapp_1 | 04:18:06.938 [main] DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
2059webapp_1 | 04:18:06.975 [main] DEBUG Application - Java Home: /usr/lib/jvm
2060webapp_1 | 04:18:06.975 [main] DEBUG Application - Class Loader: jdk.internal.loader.ClassLoaders$AppClassLoader@8bcc55f: []
2061webapp_1 | 04:18:06.995 [main] INFO Application - No ktor.deployment.watch patterns match classpath entries, automatic reload is not active
2062webapp_1 | 04:18:08.269 [main] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration:
2063webapp_1 | 04:18:08.312 [main] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false
2064webapp_1 | 04:18:08.315 [main] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true
2065webapp_1 | 04:18:08.315 [main] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none
2066webapp_1 | 04:18:08.316 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none
2067webapp_1 | 04:18:08.317 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none
2068webapp_1 | 04:18:08.319 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000
2069webapp_1 | 04:18:08.320 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................none
2070webapp_1 | 04:18:08.321 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none
2071webapp_1 | 04:18:08.321 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none
2072webapp_1 | 04:18:08.328 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=<masked>}
2073webapp_1 | 04:18:08.330 [main] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none
2074webapp_1 | 04:18:08.331 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{}
2075webapp_1 | 04:18:08.334 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none
2076webapp_1 | 04:18:08.334 [main] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000
2077webapp_1 | 04:18:08.335 [main] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1
2078webapp_1 | 04:18:08.336 [main] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false
2079webapp_1 | 04:18:08.339 [main] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................jdbc:mysql://root:root@mysql:3306/test
2080webapp_1 | 04:18:08.339 [main] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0
2081webapp_1 | 04:18:08.340 [main] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000
2082webapp_1 | 04:18:08.340 [main] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10
2083webapp_1 | 04:18:08.344 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none
2084webapp_1 | 04:18:08.345 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none
2085webapp_1 | 04:18:08.347 [main] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10
2086webapp_1 | 04:18:08.349 [main] DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked>
2087webapp_1 | 04:18:08.349 [main] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1"
2088webapp_1 | 04:18:08.350 [main] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false
2089webapp_1 | 04:18:08.350 [main] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false
2090webapp_1 | 04:18:08.351 [main] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none
2091webapp_1 | 04:18:08.352 [main] DEBUG com.zaxxer.hikari.HikariConfig - schema..........................none
2092webapp_1 | 04:18:08.353 [main] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal
2093webapp_1 | 04:18:08.354 [main] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default
2094webapp_1 | 04:18:08.360 [main] DEBUG com.zaxxer.hikari.HikariConfig - username........................none
2095webapp_1 | 04:18:08.361 [main] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000
2096webapp_1 | 04:18:08.362 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2097webapp_1 | 04:18:08.505 [main] DEBUG com.zaxxer.hikari.util.DriverDataSource - Loaded driver with class name com.mysql.cj.jdbc.Driver for jdbcUrl=jdbc:mysql://root:root@mysql:3306/test
2098webapp_1 | 04:18:09.858 [main] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2bf94401
2099webapp_1 | 04:18:09.859 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2100webapp_1 | 04:18:09.963 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=1, active=1, idle=0, waiting=0)
2101webapp_1 | 04:18:10.109 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@41625fce
2102webapp_1 | 04:18:10.109 [main] INFO Exposed - Preparing create tables statements took 223ms
2103webapp_1 | 04:18:10.168 [main] DEBUG Exposed - CREATE TABLE IF NOT EXISTS Users (id INT AUTO_INCREMENT PRIMARY KEY, username VARCHAR(20) NOT NULL, name VARCHAR(50) NOT NULL, email VARCHAR(50) NOT NULL)
2104webapp_1 | 04:18:10.234 [main] DEBUG Exposed - ALTER TABLE Users ADD CONSTRAINT Users_username_unique UNIQUE (username)
2105webapp_1 | 04:18:10.244 [main] INFO Exposed - Executing create tables statements took 129ms
2106webapp_1 | 04:18:10.273 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@3195f5f6
2107webapp_1 | 04:18:10.298 [main] INFO Exposed - Extracting table columns took 50ms
2108webapp_1 | 04:18:10.335 [main] DEBUG Exposed - SELECT
2109webapp_1 | rc.CONSTRAINT_NAME,
2110webapp_1 | ku.TABLE_NAME,
2111webapp_1 | ku.COLUMN_NAME,
2112webapp_1 | ku.REFERENCED_TABLE_NAME,
2113webapp_1 | ku.REFERENCED_COLUMN_NAME,
2114webapp_1 | rc.UPDATE_RULE,
2115webapp_1 | rc.DELETE_RULE
2116webapp_1 | FROM INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS rc
2117webapp_1 | INNER JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE ku
2118webapp_1 | ON ku.TABLE_SCHEMA = rc.CONSTRAINT_SCHEMA AND rc.CONSTRAINT_NAME = ku.CONSTRAINT_NAME
2119webapp_1 | WHERE ku.TABLE_SCHEMA = 'test' AND ku.TABLE_NAME IN ('Users')
2120webapp_1 | 04:18:10.341 [main] INFO Exposed - Extracting column constraints took 40ms
2121webapp_1 | 04:18:10.342 [main] INFO Exposed - Preparing alter table statements took 94ms
2122webapp_1 | 04:18:10.343 [main] INFO Exposed - Executing alter table statements took 1ms
2123webapp_1 | 04:18:10.370 [main] DEBUG Exposed - SELECT
2124webapp_1 | rc.CONSTRAINT_NAME,
2125webapp_1 | ku.TABLE_NAME,
2126webapp_1 | ku.COLUMN_NAME,
2127webapp_1 | ku.REFERENCED_TABLE_NAME,
2128webapp_1 | ku.REFERENCED_COLUMN_NAME,
2129webapp_1 | rc.UPDATE_RULE,
2130webapp_1 | rc.DELETE_RULE
2131webapp_1 | FROM INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS rc
2132webapp_1 | INNER JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE ku
2133webapp_1 | ON ku.TABLE_SCHEMA = rc.CONSTRAINT_SCHEMA AND rc.CONSTRAINT_NAME = ku.CONSTRAINT_NAME
2134webapp_1 | WHERE ku.TABLE_SCHEMA = 'test' AND ku.TABLE_NAME IN ('Users')
2135webapp_1 | 04:18:10.417 [main] DEBUG Exposed - SELECT
2136webapp_1 | rc.CONSTRAINT_NAME,
2137webapp_1 | ku.TABLE_NAME,
2138webapp_1 | ku.COLUMN_NAME,
2139webapp_1 | ku.REFERENCED_TABLE_NAME,
2140webapp_1 | ku.REFERENCED_COLUMN_NAME,
2141webapp_1 | rc.UPDATE_RULE,
2142webapp_1 | rc.DELETE_RULE
2143webapp_1 | FROM INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS rc
2144webapp_1 | INNER JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE ku
2145webapp_1 | ON ku.TABLE_SCHEMA = rc.CONSTRAINT_SCHEMA AND rc.CONSTRAINT_NAME = ku.CONSTRAINT_NAME
2146webapp_1 | WHERE ku.TABLE_SCHEMA = 'test' AND ku.TABLE_NAME IN ('Users')
2147webapp_1 | 04:18:10.424 [main] INFO Exposed - Checking mapping consistence took 77ms
2148webapp_1 | 04:18:10.426 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@6070aaba
2149webapp_1 | Database initiated
2150webapp_1 | 04:18:10.541 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@4eece178
2151webapp_1 | 04:18:10.638 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@643eb67b
2152webapp_1 | 04:18:10.721 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@3e529e6b
2153webapp_1 | 04:18:10.809 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@4bce6850
2154webapp_1 | 04:18:10.830 [main] INFO Application - Responding at http://0.0.0.0:8080
2155webapp_1 | 04:18:10.833 [main] INFO Application - Application started: io.ktor.application.Application@5a8cbffe
2156webapp_1 | 04:18:10.898 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5a640842
2157webapp_1 | 04:18:10.969 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 94 (auto-detected)
2158webapp_1 | 04:18:10.982 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false
2159webapp_1 | 04:18:10.984 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false
2160webapp_1 | 04:18:10.989 [main] DEBUG io.netty.util.NetUtil - Loopback interface: lo (lo, 127.0.0.1)
2161webapp_1 | 04:18:10.995 [main] DEBUG io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 128
2162webapp_1 | 04:18:11.006 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5ea66afb
2163webapp_1 | 04:18:11.011 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=10, active=1, idle=9, waiting=0)
2164webapp_1 | 04:18:11.014 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 02:42:ac:ff:fe:12:00:03 (auto-detected)
2165webapp_1 | 04:18:11.033 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
2166webapp_1 | 04:18:11.036 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
2167webapp_1 | 04:18:11.067 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
2168webapp_1 | 04:18:11.067 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4
2169webapp_1 | 04:18:11.128 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 2
2170webapp_1 | 04:18:11.132 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 2
2171webapp_1 | 04:18:11.137 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
2172webapp_1 | 04:18:11.137 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
2173webapp_1 | 04:18:11.138 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
2174webapp_1 | 04:18:11.139 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
2175webapp_1 | 04:18:11.139 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
2176webapp_1 | 04:18:11.140 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
2177webapp_1 | 04:18:11.140 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
2178webapp_1 | 04:18:11.140 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
2179webapp_1 | 04:18:11.141 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true
2180webapp_1 | 04:18:11.160 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled
2181webapp_1 | 04:18:11.163 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0
2182webapp_1 | 04:18:11.164 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
2183webapp_1 | 04:18:39.965 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2184webapp_1 | 04:19:09.967 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2185webapp_1 | 04:22:05.143 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
2186webapp_1 | 04:22:05.158 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 2
2187webapp_1 | 04:22:05.222 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
2188webapp_1 | 04:22:05.223 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
2189webapp_1 | 04:22:05.338 [main] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
2190webapp_1 | 04:22:05.339 [main] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 11
2191webapp_1 | 04:22:05.347 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
2192webapp_1 | 04:22:05.350 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
2193webapp_1 | 04:22:05.352 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
2194webapp_1 | 04:22:05.383 [main] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: unavailable
2195webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
2196webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
2197webapp_1 | at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224)
2198webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
2199webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:218)
2200webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
2201webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
2202webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
2203webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
2204webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
2205webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
2206webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
2207webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
2208webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
2209webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
2210webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
2211webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
2212webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
2213webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
2214webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
2215webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
2216webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
2217webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
2218webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
2219webapp_1 | 04:22:05.388 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: unavailable true
2220webapp_1 | java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
2221webapp_1 | at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
2222webapp_1 | at io.netty.util.internal.PlatformDependent0$5.run(PlatformDependent0.java:273)
2223webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
2224webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:266)
2225webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
2226webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
2227webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
2228webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
2229webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
2230webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
2231webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
2232webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
2233webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
2234webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
2235webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
2236webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
2237webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
2238webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
2239webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
2240webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
2241webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
2242webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
2243webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
2244webapp_1 | 04:22:05.392 [main] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
2245webapp_1 | java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @5a955565
2246webapp_1 | at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
2247webapp_1 | at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
2248webapp_1 | at java.base/java.lang.reflect.Method.invoke(Method.java:558)
2249webapp_1 | at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:315)
2250webapp_1 | at java.base/java.security.AccessController.doPrivileged(Native Method)
2251webapp_1 | at io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:306)
2252webapp_1 | at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208)
2253webapp_1 | at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:79)
2254webapp_1 | at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259)
2255webapp_1 | at io.netty.util.concurrent.SingleThreadEventExecutor.<init>(SingleThreadEventExecutor.java:165)
2256webapp_1 | at io.netty.channel.SingleThreadEventLoop.<init>(SingleThreadEventLoop.java:58)
2257webapp_1 | at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:141)
2258webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
2259webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
2260webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
2261webapp_1 | at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
2262webapp_1 | at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
2263webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
2264webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
2265webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63)
2266webapp_1 | at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51)
2267webapp_1 | at io.ktor.server.netty.NettyConnectionPool.<init>(NettyApplicationEngine.kt:158)
2268webapp_1 | at io.ktor.server.netty.NettyApplicationEngine.<init>(NettyApplicationEngine.kt:59)
2269webapp_1 | at io.ktor.server.netty.EngineMain.main(EngineMain.kt:17)
2270webapp_1 | at io.ktor.server.netty.DevelopmentEngine.main(EngineMain.kt:43)
2271webapp_1 | 04:22:05.393 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): unavailable
2272webapp_1 | 04:22:05.394 [main] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
2273webapp_1 | 04:22:05.518 [main] DEBUG io.netty.util.internal.PlatformDependent - maxDirectMemory: 251396096 bytes (maybe)
2274webapp_1 | 04:22:05.529 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
2275webapp_1 | 04:22:05.530 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
2276webapp_1 | 04:22:05.533 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
2277webapp_1 | 04:22:05.536 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes
2278webapp_1 | 04:22:05.537 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
2279webapp_1 | 04:22:05.539 [main] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available
2280webapp_1 | 04:22:05.552 [main] DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
2281webapp_1 | 04:22:05.633 [main] DEBUG Application - Java Home: /usr/lib/jvm
2282webapp_1 | 04:22:05.633 [main] DEBUG Application - Class Loader: jdk.internal.loader.ClassLoaders$AppClassLoader@8bcc55f: []
2283webapp_1 | 04:22:05.656 [main] INFO Application - No ktor.deployment.watch patterns match classpath entries, automatic reload is not active
2284webapp_1 | 04:22:07.665 [main] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration:
2285webapp_1 | 04:22:07.711 [main] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false
2286webapp_1 | 04:22:07.713 [main] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true
2287webapp_1 | 04:22:07.717 [main] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none
2288webapp_1 | 04:22:07.718 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none
2289webapp_1 | 04:22:07.719 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none
2290webapp_1 | 04:22:07.722 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000
2291webapp_1 | 04:22:07.723 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................none
2292webapp_1 | 04:22:07.725 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none
2293webapp_1 | 04:22:07.726 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none
2294webapp_1 | 04:22:07.733 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=<masked>}
2295webapp_1 | 04:22:07.734 [main] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none
2296webapp_1 | 04:22:07.738 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{}
2297webapp_1 | 04:22:07.740 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none
2298webapp_1 | 04:22:07.741 [main] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000
2299webapp_1 | 04:22:07.741 [main] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1
2300webapp_1 | 04:22:07.743 [main] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false
2301webapp_1 | 04:22:07.744 [main] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................jdbc:mysql://root:root@mysql:3306/test
2302webapp_1 | 04:22:07.749 [main] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0
2303webapp_1 | 04:22:07.749 [main] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000
2304webapp_1 | 04:22:07.750 [main] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10
2305webapp_1 | 04:22:07.752 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none
2306webapp_1 | 04:22:07.753 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none
2307webapp_1 | 04:22:07.756 [main] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10
2308webapp_1 | 04:22:07.757 [main] DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked>
2309webapp_1 | 04:22:07.758 [main] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1"
2310webapp_1 | 04:22:07.759 [main] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false
2311webapp_1 | 04:22:07.760 [main] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false
2312webapp_1 | 04:22:07.761 [main] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none
2313webapp_1 | 04:22:07.762 [main] DEBUG com.zaxxer.hikari.HikariConfig - schema..........................none
2314webapp_1 | 04:22:07.763 [main] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal
2315webapp_1 | 04:22:07.765 [main] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default
2316webapp_1 | 04:22:07.766 [main] DEBUG com.zaxxer.hikari.HikariConfig - username........................none
2317webapp_1 | 04:22:07.767 [main] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000
2318webapp_1 | 04:22:07.768 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2319webapp_1 | 04:22:08.048 [main] DEBUG com.zaxxer.hikari.util.DriverDataSource - Loaded driver with class name com.mysql.cj.jdbc.Driver for jdbcUrl=jdbc:mysql://root:root@mysql:3306/test
2320webapp_1 | 04:22:10.314 [main] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2bf94401
2321webapp_1 | 04:22:10.325 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2322webapp_1 | 04:22:10.422 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=1, active=1, idle=0, waiting=0)
2323webapp_1 | 04:22:10.556 [main] INFO Exposed - Preparing create tables statements took 165ms
2324webapp_1 | 04:22:10.592 [main] INFO Exposed - Executing create tables statements took 35ms
2325webapp_1 | 04:22:10.672 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@116d2e97
2326webapp_1 | 04:22:10.681 [main] INFO Exposed - Extracting table columns took 87ms
2327webapp_1 | 04:22:10.758 [main] DEBUG Exposed - SELECT
2328webapp_1 | rc.CONSTRAINT_NAME,
2329webapp_1 | ku.TABLE_NAME,
2330webapp_1 | ku.COLUMN_NAME,
2331webapp_1 | ku.REFERENCED_TABLE_NAME,
2332webapp_1 | ku.REFERENCED_COLUMN_NAME,
2333webapp_1 | rc.UPDATE_RULE,
2334webapp_1 | rc.DELETE_RULE
2335webapp_1 | FROM INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS rc
2336webapp_1 | INNER JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE ku
2337webapp_1 | ON ku.TABLE_SCHEMA = rc.CONSTRAINT_SCHEMA AND rc.CONSTRAINT_NAME = ku.CONSTRAINT_NAME
2338webapp_1 | WHERE ku.TABLE_SCHEMA = 'test' AND ku.TABLE_NAME IN ('Users')
2339webapp_1 | 04:22:10.760 [main] INFO Exposed - Extracting column constraints took 76ms
2340webapp_1 | 04:22:10.764 [main] INFO Exposed - Preparing alter table statements took 170ms
2341webapp_1 | 04:22:10.767 [main] INFO Exposed - Executing alter table statements took 2ms
2342webapp_1 | 04:22:10.784 [main] DEBUG Exposed - SELECT
2343webapp_1 | rc.CONSTRAINT_NAME,
2344webapp_1 | ku.TABLE_NAME,
2345webapp_1 | ku.COLUMN_NAME,
2346webapp_1 | ku.REFERENCED_TABLE_NAME,
2347webapp_1 | ku.REFERENCED_COLUMN_NAME,
2348webapp_1 | rc.UPDATE_RULE,
2349webapp_1 | rc.DELETE_RULE
2350webapp_1 | FROM INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS rc
2351webapp_1 | INNER JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE ku
2352webapp_1 | ON ku.TABLE_SCHEMA = rc.CONSTRAINT_SCHEMA AND rc.CONSTRAINT_NAME = ku.CONSTRAINT_NAME
2353webapp_1 | WHERE ku.TABLE_SCHEMA = 'test' AND ku.TABLE_NAME IN ('Users')
2354webapp_1 | 04:22:10.888 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@614a53c3
2355webapp_1 | 04:22:10.962 [main] DEBUG Exposed - SELECT
2356webapp_1 | rc.CONSTRAINT_NAME,
2357webapp_1 | ku.TABLE_NAME,
2358webapp_1 | ku.COLUMN_NAME,
2359webapp_1 | ku.REFERENCED_TABLE_NAME,
2360webapp_1 | ku.REFERENCED_COLUMN_NAME,
2361webapp_1 | rc.UPDATE_RULE,
2362webapp_1 | rc.DELETE_RULE
2363webapp_1 | FROM INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS rc
2364webapp_1 | INNER JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE ku
2365webapp_1 | ON ku.TABLE_SCHEMA = rc.CONSTRAINT_SCHEMA AND rc.CONSTRAINT_NAME = ku.CONSTRAINT_NAME
2366webapp_1 | WHERE ku.TABLE_SCHEMA = 'test' AND ku.TABLE_NAME IN ('Users')
2367webapp_1 | 04:22:10.980 [main] INFO Exposed - Checking mapping consistence took 209ms
2368webapp_1 | Database initiated
2369webapp_1 | 04:22:11.048 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@307fdbe3
2370webapp_1 | 04:22:11.236 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@448bff89
2371webapp_1 | 04:22:11.387 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@34310735
2372webapp_1 | 04:22:11.482 [main] INFO Application - Responding at http://0.0.0.0:8080
2373webapp_1 | 04:22:11.485 [main] INFO Application - Application started: io.ktor.application.Application@7cb8437d
2374webapp_1 | 04:22:11.518 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@6e2f907
2375webapp_1 | 04:22:11.639 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 6 (auto-detected)
2376webapp_1 | 04:22:11.656 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false
2377webapp_1 | 04:22:11.660 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false
2378webapp_1 | 04:22:11.665 [main] DEBUG io.netty.util.NetUtil - Loopback interface: lo (lo, 127.0.0.1)
2379webapp_1 | 04:22:11.671 [main] DEBUG io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 128
2380webapp_1 | 04:22:11.676 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@434b0c70
2381webapp_1 | 04:22:11.688 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 02:42:ac:ff:fe:12:00:03 (auto-detected)
2382webapp_1 | 04:22:11.713 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
2383webapp_1 | 04:22:11.735 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
2384webapp_1 | 04:22:11.781 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
2385webapp_1 | 04:22:11.783 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4
2386webapp_1 | 04:22:11.825 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@604c3f94
2387webapp_1 | 04:22:11.925 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 2
2388webapp_1 | 04:22:11.926 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 2
2389webapp_1 | 04:22:11.926 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
2390webapp_1 | 04:22:11.928 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
2391webapp_1 | 04:22:11.932 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
2392webapp_1 | 04:22:11.934 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
2393webapp_1 | 04:22:11.935 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
2394webapp_1 | 04:22:11.936 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
2395webapp_1 | 04:22:11.936 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
2396webapp_1 | 04:22:11.938 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
2397webapp_1 | 04:22:11.940 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true
2398webapp_1 | 04:22:11.939 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@b46c736
2399webapp_1 | 04:22:11.945 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=10, active=1, idle=9, waiting=0)
2400webapp_1 | 04:22:11.978 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled
2401webapp_1 | 04:22:11.979 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0
2402webapp_1 | 04:22:11.979 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
2403webapp_1 | 04:22:40.424 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2404webapp_1 | 04:23:10.426 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2405webapp_1 | 04:23:40.427 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2406webapp_1 | 04:24:10.427 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2407webapp_1 | 04:24:40.428 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2408webapp_1 | 04:25:10.431 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2409webapp_1 | 04:25:40.434 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2410webapp_1 | 04:26:10.439 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2411webapp_1 | 04:26:40.440 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2412webapp_1 | 04:27:10.441 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2413webapp_1 | 04:27:40.442 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2414webapp_1 | 04:28:10.447 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2415webapp_1 | 04:28:40.448 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2416webapp_1 | 04:29:10.449 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2417webapp_1 | 04:29:40.450 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2418webapp_1 | 04:30:10.452 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2419webapp_1 | 04:30:40.455 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2420webapp_1 | 04:31:10.456 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2421webapp_1 | 04:31:40.460 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2422webapp_1 | 04:32:10.462 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2423webapp_1 | 04:32:40.464 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2424webapp_1 | 04:33:10.470 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2425webapp_1 | 04:33:40.474 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2426webapp_1 | 04:34:10.476 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2427webapp_1 | 04:34:40.477 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2428webapp_1 | 04:35:10.479 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)
2429webapp_1 | 04:35:40.480 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=1, idle=9, waiting=0)