ok, so it's hanging in the
     at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
    at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928)
    at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:
1323)
    at java.net.InetAddress.getLocalHost(InetAddress.java:1500)
    - locked <0x0000000795802000> (a java.lang.Object)
    at org.h2.util.NetUtils.getLocalAddress(NetUtils.java:271)
    - locked <0x00000007957ff450> (a java.lang.Class for org.h2.util.
NetUtils)
    at org.h2.server.TcpServer.getURL(TcpServer.java:198)
    at org.h2.tools.Server.start(Server.java:485)
    at org.h2.tools.Console.runTool(Console.java:265)
    at org.h2.tools.Console.main(Console.java:99)

part.


​Some googling around doesn't find anything particularly interesting other
than this:

http://stackoverflow.com/questions/33289695/inetaddress-getlocalhost-slow-to-run-30-seconds

http://www.markhneedham.com/blog/2015/03/29/inetaddressimpllookupallhostaddr-slowhangs

Do either of those help?

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to