--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/d0b3a4d7-7262-431a-b4c4-126b66db69c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "vert.x" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vertx/XQjarD00WHU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/24264B9E-F64B-400D-9DBF-C913A94228C6%40julienviet.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/CAAA%2BwSC_8cVRtD4xt%2B6Nuako6Cayrcn79YCLBqUE4tV0tXgyjA%40mail.gmail.com.
command: java -Dvertx.disableDnsResolver=true -jar /src/build/libs/dns-reproducer.jar"Load the ndots value on linux from /etc/resolv.conf and allow a value of 0"
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/318c8147-29ad-44cc-bc53-9f32a4428549%40googlegroups.com.
2016-07-25 12:25:57.969 [vert.x-eventloop-thread-1] ERROR c.n.vex.clients.util.ExtranetClient - Request Exception: { failed to resolve
'REMOVED'. Exceeded max queries per resolve 3 }
java.net.UnknownHostException: failed to resolve 'REMOVED'. Exceeded max queries
per resolve 3
at io.vertx.core.dns.impl.fix.DnsNameResolverContext.finishResolve(DnsNameResolverContext.java:435)
at io.vertx.core.dns.impl.fix.DnsNameResolverContext.tryToFinishResolve(DnsNameResolverContext.java:362)
at io.vertx.core.dns.impl.fix.DnsNameResolverContext$2.operationComplete(DnsNameResolverContext.java:160)
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:518)
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:492)
at io.netty.util.concurrent.DefaultPromise.notifyListenersWithStackOverFlowProtection(DefaultPromise.java:431)
at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420)
at io.netty.util.concurrent.DefaultPromise.setSuccess(DefaultPromise.java:99)
at io.vertx.core.dns.impl.fix.DnsQueryContext.setSuccess(DnsQueryContext.java:197)
at io.vertx.core.dns.impl.fix.DnsQueryContext.finish(DnsQueryContext.java:180)
at io.vertx.core.dns.impl.fix.DnsNameResolver$DnsResponseHandler.channelRead(DnsNameResolver.java:680)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:334)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:326)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:334)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:326)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1320)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:334)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:905)
at io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:93)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:563)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:504)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:418)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:390)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:742)
at java.lang.Thread.run(Thread.java:745)
resolv.conf content:
search eu-west-1.compute.internal
nameserver 10.55.0.2
Any ideas?
Thanks
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/f6e7a707-d674-4d92-840a-51f4737dd439%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/7febb2c7-546e-4c39-a752-aeff7bc80f21%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/4825f2fe-e897-4606-bd28-371d2cdfbd76%40googlegroups.com.