web_1 | 2018-01-23 01:54:24,933 117224 [vert.x-eventloop-thread-2] INFO i.g.c.v.e.s.EntityCommandHandlerService - command=:
web_1 | {
web_1 | "@class" : "io.github.crabzilla.example1.customer.CreateCustomer",
web_1 | "commandId" : "b128066b-64f1-457d-8e35-3f019175468c",
web_1 | "targetId" : {
web_1 | "@class" : "io.github.crabzilla.example1.customer.CustomerId",
web_1 | "id" : "6dec4ef2-1882-4e60-9292-ef4a0cba9b06"
web_1 | },
web_1 | "name" : "6dec4ef2-1882-4e60-9292-ef4a0cba9b06"
web_1 | }
web_1 |
web_1 | Jan 23, 2018 1:54:25 AM io.vertx.core.eventbus.impl.clustered.ConnectionHolder
web_1 | WARNING: Connecting to server localhost:33227 failed
web_1 | io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:33227 web_1 | at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
web_1 | at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
web_1 | at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:353)
web_1 | at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340)
web_1 | at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:633)
web_1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
web_1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
web_1 | at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
web_1 | at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
web_1 | at java.lang.Thread.run(Thread.java:745)
web_1 | Caused by: java.net.ConnectException: Connection refused
web_1 | ... 10 more