Guest User

Untitled

a guest
Nov 3rd, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.58 KB | None | 0 0
  1. 02:08:27.042 [main] DEBUG reactor.util.Loggers$LoggerFactory - Using Slf4j logging framework
  2. 02:08:27.045 [main] DEBUG reactor.core.publisher.Hooks - Enabling stacktrace debugging via onOperatorDebug
  3. 02:08:27.046 [main] DEBUG reactor.core.publisher.Hooks - Hooking onEachOperator: onOperatorDebug
  4. 02:08:27.275 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
  5. 02:08:27.295 [main] DEBUG io.netty.util.internal.PlatformDependent - Platform: Windows
  6. 02:08:27.297 [main] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
  7. 02:08:27.297 [main] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 8
  8. 02:08:27.298 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
  9. 02:08:27.299 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
  10. 02:08:27.299 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
  11. 02:08:27.300 [main] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: available
  12. 02:08:27.301 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true
  13. 02:08:27.301 [main] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
  14. 02:08:27.301 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): available
  15. 02:08:27.301 [main] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
  16. 02:08:27.301 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: C:\Users\Rene\AppData\Local\Temp (java.io.tmpdir)
  17. 02:08:27.302 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
  18. 02:08:27.303 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
  19. 02:08:27.303 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: 3810525184 bytes
  20. 02:08:27.303 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
  21. 02:08:27.303 [main] DEBUG io.netty.util.internal.CleanerJava6 - java.nio.ByteBuffer.cleaner(): available
  22. 02:08:27.317 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
  23. 02:08:27.318 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4
  24. 02:08:27.320 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 16
  25. 02:08:27.320 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 16
  26. 02:08:27.321 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
  27. 02:08:27.321 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
  28. 02:08:27.321 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
  29. 02:08:27.321 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
  30. 02:08:27.321 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
  31. 02:08:27.321 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
  32. 02:08:27.321 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
  33. 02:08:27.321 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
  34. 02:08:27.321 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true
  35. 02:08:27.326 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
  36. 02:08:27.326 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
  37. 02:08:27.335 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false
  38. 02:08:27.335 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false
  39. 02:08:27.525 [main] DEBUG io.netty.util.NetUtil - Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1)
  40. 02:08:27.526 [main] DEBUG io.netty.util.NetUtil - Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200
  41. 02:08:27.543 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 16
  42. 02:08:27.563 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
  43. 02:08:27.563 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
  44. 02:08:27.571 [main] DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
  45. 02:08:27.827 [main] WARN reactor.netty.tcp.TcpResources - [tcp] resources will use the default LoopResources: DefaultLoopResources {prefix=reactor-tcp, daemon=true, selectCount=8, workerCount=8}
  46. 02:08:27.828 [main] WARN reactor.netty.tcp.TcpResources - [tcp] resources will use the default ConnectionProvider: PooledConnectionProvider {name=tcp, poolFactory=reactor.netty.resources.ConnectionProvider$$Lambda$21/572191680@62bd765}
  47. 02:08:27.833 [main] DEBUG reactor.netty.resources.DefaultLoopEpoll - Default Epoll support : false
  48. 02:08:27.834 [main] DEBUG reactor.netty.resources.DefaultLoopKQueue - Default KQueue support : false
  49. 02:08:27.867 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 13364 (auto-detected)
  50. 02:08:28.076 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 00:15:5d:ff:fe:00:0c:06 (auto-detected)
  51. 02:08:28.098 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled
  52. 02:08:28.098 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0
  53. 02:08:28.098 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
  54. 02:08:28.124 [reactor-tcp-nio-1] DEBUG reactor.netty.channel.BootstrapHandlers - [id: 0xa4f1fe49] Initialized pipeline DefaultChannelPipeline{(BootstrapHandlers$BootstrapInitializerHandler#0 = reactor.netty.channel.BootstrapHandlers$BootstrapInitializerHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)}
  55. 02:08:28.133 [reactor-tcp-nio-1] DEBUG reactor.netty.resources.NewConnectionProvider - [id: 0xa4f1fe49, L:/127.0.0.1:52700 - R:localhost/127.0.0.1:5432] Connected new channel
  56. 02:08:28.134 [reactor-tcp-nio-1] DEBUG reactor.netty.resources.NewConnectionProvider - [id: 0xa4f1fe49, L:/127.0.0.1:52700 - R:localhost/127.0.0.1:5432] onStateChange([connected], SimpleConnection{channel=[id: 0xa4f1fe49, L:/127.0.0.1:52700 - R:localhost/127.0.0.1:5432]})
  57. 02:08:28.137 [reactor-tcp-nio-1] DEBUG reactor.netty.resources.NewConnectionProvider - [id: 0xa4f1fe49, L:/127.0.0.1:52700 - R:localhost/127.0.0.1:5432] onStateChange([configured], ChannelOperations{SimpleConnection{channel=[id: 0xa4f1fe49, L:/127.0.0.1:52700 - R:localhost/127.0.0.1:5432]}})
  58. 02:08:28.169 [reactor-tcp-nio-1] DEBUG reactor.netty.ReactorNetty - [id: 0xa4f1fe49, L:/127.0.0.1:52700 - R:localhost/127.0.0.1:5432] Added encoder [EnsureSubscribersCompleteChannelHandler] at the beginning of the user pipeline, full pipeline: [EnsureSubscribersCompleteChannelHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0]
  59. 02:08:28.188 [reactor-tcp-nio-1] DEBUG reactor.netty.channel.FluxReceive - [id: 0xa4f1fe49, L:/127.0.0.1:52700 - R:localhost/127.0.0.1:5432] Subscribing inbound receiver [pending: 0, cancelled:false, inboundDone: false]
  60. 02:08:28.200 [reactor-tcp-nio-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.bytebuf.checkAccessible: true
  61. 02:08:28.201 [reactor-tcp-nio-1] DEBUG io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@2043803c
  62. 02:08:28.208 [reactor-tcp-nio-1] DEBUG io.r2dbc.postgresql.client.ReactorNettyClient - Request: StartupMessage{applicationName='postgresql-r2dbc', database='postgresql', username='postgresql'}
  63. 02:08:28.211 [reactor-tcp-nio-1] DEBUG reactor.netty.channel.ChannelOperationsHandler - [id: 0xa4f1fe49, L:/127.0.0.1:52700 - R:localhost/127.0.0.1:5432] Writing object
  64. 02:08:28.215 [reactor-tcp-nio-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096
  65. 02:08:28.215 [reactor-tcp-nio-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxSharedCapacityFactor: 2
  66. 02:08:28.215 [reactor-tcp-nio-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.linkCapacity: 16
  67. 02:08:28.215 [reactor-tcp-nio-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.ratio: 8
  68. 02:08:28.235 [reactor-tcp-nio-1] DEBUG io.r2dbc.postgresql.client.ReactorNettyClient - Response: AuthenticationMD5Password{salt=java.nio.DirectByteBuffer[pos=0 lim=4 cap=4]}
  69. 02:08:28.239 [reactor-tcp-nio-1] DEBUG io.r2dbc.postgresql.client.ReactorNettyClient - Request: PasswordMessage{password='md560b161b959c2fc10f30c854334962210'}
  70. 02:08:28.240 [reactor-tcp-nio-1] DEBUG reactor.netty.channel.ChannelOperationsHandler - [id: 0xa4f1fe49, L:/127.0.0.1:52700 - R:localhost/127.0.0.1:5432] Writing object
  71. 02:08:28.242 [reactor-tcp-nio-1] DEBUG io.r2dbc.postgresql.client.ReactorNettyClient - Response: ErrorResponse{fields=[Field{type=SEVERITY_LOCALIZED, value='FATAL'}, Field{type=SEVERITY_NON_LOCALIZED, value='FATAL'}, Field{type=CODE, value='28P01'}, Field{type=MESSAGE, value='password authentication failed for user "postgresql"'}, Field{type=FILE, value='auth.c'}, Field{type=LINE, value='328'}, Field{type=ROUTINE, value='auth_failed'}]}
  72. 02:08:28.249 [reactor-tcp-nio-1] ERROR io.r2dbc.postgresql.client.ReactorNettyClient - Error: SEVERITY_LOCALIZED=FATAL, SEVERITY_NON_LOCALIZED=FATAL, CODE=28P01, MESSAGE=password authentication failed for user "postgresql", FILE=auth.c, LINE=328, ROUTINE=auth_failed
  73. null
  74. Exception in thread "main" PostgresqlServerErrorException{code='28P01', columnName='null', constraintName='null', dataTypeName='null', detail='null', file='auth.c', hint='null', internalPosition='null', internalQuery='null', line='328', message='password authentication failed for user "postgresql"', position='null', routine='auth_failed', schemaName='null', severityLocalized='FATAL', severityNonLocalized='FATAL', tableName='null', where='null'} R2dbcException{errorCode=0, sqlState='28P01'} io.r2dbc.postgresql.PostgresqlServerErrorException: password authentication failed for user "postgresql"
  75. at io.r2dbc.postgresql.PostgresqlServerErrorException.toException(PostgresqlServerErrorException.java:369)
  76. at io.r2dbc.postgresql.PostgresqlServerErrorException.handleErrorResponse(PostgresqlServerErrorException.java:350)
  77. at reactor.core.publisher.FluxHandleFuseable$HandleFuseableSubscriber.onNext(FluxHandleFuseable.java:165)
  78. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  79. at reactor.core.publisher.FluxHandleFuseable$HandleFuseableConditionalSubscriber.onNext(FluxHandleFuseable.java:484)
  80. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  81. at reactor.core.publisher.MonoFlatMapMany$FlatMapManyInner.onNext(MonoFlatMapMany.java:238)
  82. at reactor.core.publisher.FluxWindowPredicate$WindowFlux.drainRegular(FluxWindowPredicate.java:617)
  83. at reactor.core.publisher.FluxWindowPredicate$WindowFlux.drain(FluxWindowPredicate.java:695)
  84. at reactor.core.publisher.FluxWindowPredicate$WindowFlux.onNext(FluxWindowPredicate.java:737)
  85. at reactor.core.publisher.FluxWindowPredicate$WindowPredicateMain.onNext(FluxWindowPredicate.java:248)
  86. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  87. at reactor.core.publisher.FluxHandleFuseable$HandleFuseableSubscriber.onNext(FluxHandleFuseable.java:180)
  88. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  89. at reactor.core.publisher.FluxHandleFuseable$HandleFuseableConditionalSubscriber.onNext(FluxHandleFuseable.java:484)
  90. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  91. at reactor.core.publisher.FluxHandleFuseable$HandleFuseableConditionalSubscriber.onNext(FluxHandleFuseable.java:484)
  92. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  93. at reactor.core.publisher.FluxHandleFuseable$HandleFuseableConditionalSubscriber.onNext(FluxHandleFuseable.java:484)
  94. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  95. at reactor.core.publisher.FluxHandleFuseable$HandleFuseableConditionalSubscriber.onNext(FluxHandleFuseable.java:484)
  96. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  97. at reactor.core.publisher.FluxPeekFuseable$PeekFuseableConditionalSubscriber.onNext(FluxPeekFuseable.java:486)
  98. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  99. at reactor.core.publisher.FluxConcatMap$ConcatMapImmediate.innerNext(FluxConcatMap.java:275)
  100. at reactor.core.publisher.FluxConcatMap$ConcatMapInner.onNext(FluxConcatMap.java:849)
  101. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  102. at reactor.core.publisher.FluxGenerate$GenerateSubscription.next(FluxGenerate.java:169)
  103. at io.r2dbc.postgresql.message.backend.BackendMessageDecoder.lambda$decode$1(BackendMessageDecoder.java:106)
  104. at reactor.core.publisher.FluxGenerate$GenerateSubscription.slowPath(FluxGenerate.java:262)
  105. at reactor.core.publisher.FluxGenerate$GenerateSubscription.request(FluxGenerate.java:204)
  106. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.request(FluxOnAssembly.java:458)
  107. at reactor.core.publisher.Operators$MultiSubscriptionSubscriber.set(Operators.java:1849)
  108. at reactor.core.publisher.Operators$MultiSubscriptionSubscriber.onSubscribe(Operators.java:1723)
  109. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onSubscribe(FluxOnAssembly.java:442)
  110. at reactor.core.publisher.FluxGenerate.subscribe(FluxGenerate.java:83)
  111. at reactor.core.publisher.FluxOnAssembly.subscribe(FluxOnAssembly.java:164)
  112. at reactor.core.publisher.Flux.subscribe(Flux.java:7734)
  113. at reactor.core.publisher.FluxConcatMap$ConcatMapImmediate.drain(FluxConcatMap.java:442)
  114. at reactor.core.publisher.FluxConcatMap$ConcatMapImmediate.onNext(FluxConcatMap.java:244)
  115. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  116. at reactor.core.publisher.FluxPeek$PeekSubscriber.onNext(FluxPeek.java:192)
  117. at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:373)
  118. at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:114)
  119. at reactor.netty.channel.FluxReceive.drainReceiver(FluxReceive.java:211)
  120. at reactor.netty.channel.FluxReceive.onInboundNext(FluxReceive.java:327)
  121. at reactor.netty.channel.ChannelOperations.onInboundNext(ChannelOperations.java:310)
  122. at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:141)
  123. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  124. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  125. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  126. at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)
  127. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  128. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  129. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  130. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
  131. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  132. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  133. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
  134. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
  135. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:628)
  136. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:563)
  137. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:480)
  138. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:442)
  139. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  140. at java.lang.Thread.run(Unknown Source)
  141. Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
  142. Assembly trace from producer [reactor.core.publisher.FluxHandleFuseable] :
  143. reactor.core.publisher.Flux.handle(Flux.java:5203)
  144. io.r2dbc.postgresql.PostgresqlConnectionFactory.lambda$create$1(PostgresqlConnectionFactory.java:65)
  145. reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator.subscribeNextTrigger(MonoDelayUntil.java:169)
  146. reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator.onNext(MonoDelayUntil.java:132)
  147. reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:121)
  148. reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:121)
  149. reactor.core.publisher.MonoCreate$DefaultMonoSink.success(MonoCreate.java:147)
  150. reactor.netty.resources.NewConnectionProvider$NewConnectionObserver.onStateChange(NewConnectionProvider.java:193)
  151. reactor.netty.channel.ChannelOperationsHandler.channelActive(ChannelOperationsHandler.java:112)
  152. io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:213)
  153. io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:199)
  154. io.netty.channel.AbstractChannelHandlerContext.fireChannelActive(AbstractChannelHandlerContext.java:192)
  155. io.netty.channel.DefaultChannelPipeline$HeadContext.channelActive(DefaultChannelPipeline.java:1422)
  156. io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:213)
  157. io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:199)
  158. io.netty.channel.DefaultChannelPipeline.fireChannelActive(DefaultChannelPipeline.java:941)
  159. io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:311)
  160. io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341)
  161. io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:616)
  162. io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:563)
  163. io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:480)
  164. io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:442)
  165. io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  166. Error has been observed by the following operator(s):
  167. |_ Flux.handle ⇢ io.r2dbc.postgresql.PostgresqlConnectionFactory.lambda$create$1(PostgresqlConnectionFactory.java:65)
  168. |_ Mono.delayUntil ⇢ io.r2dbc.postgresql.PostgresqlConnectionFactory.create(PostgresqlConnectionFactory.java:62)
  169. |_ Mono.map ⇢ io.r2dbc.postgresql.PostgresqlConnectionFactory.create(PostgresqlConnectionFactory.java:66)
  170. |_ Mono.map ⇢ io.r2dbc.client.R2dbc.open(R2dbc.java:71)
  171. |_ Mono.flatMapMany ⇢ io.r2dbc.client.R2dbc.withHandle(R2dbc.java:122)
  172. |_ Flux.doOnEach ⇢ com.example.demo.DemoApplication.main(DemoApplication.java:25)
  173.  
  174. Suppressed: java.lang.Exception: #block terminated with an error
  175. at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:93)
  176. at reactor.core.publisher.Flux.blockLast(Flux.java:2361)
  177. at com.example.demo.DemoApplication.main(DemoApplication.java:26)
Add Comment
Please, Sign In to add comment