You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vert.x throws an exception related to DNS on startup:
java.lang.IllegalArgumentException: \etc\resolv.conf didn't provide any name servers
This happens only in the beginning, when the NetServer starts listening on localhost.
After that the program resumes normally.
The text was updated successfully, but these errors were encountered:
Seems like an issue with Netty which comes bundled with Vert.x.
Supposed to be fixed in the next Vert.x version.
A possible workaround can be running the program with an argument:
-Dvertx.disableDnsResolver=true
Vert.x throws an exception related to DNS on startup:
java.lang.IllegalArgumentException: \etc\resolv.conf didn't provide any name servers
This happens only in the beginning, when the NetServer starts listening on localhost.
After that the program resumes normally.
The text was updated successfully, but these errors were encountered: