Re: [h2] Could not connect

2014-04-22 Thread Craig Smith
Good tip on that command, thank you! I was seeing a SocketTimeoutException there, not surprisingly. It looks to be VPN related. With VPN I can get it to work at localhost but not with my IP address. If I disconnect VPN, it works for either url. Craig On Tuesday, April 22, 2014 12:43:11 AM

Re: [h2] Could not connect

2014-04-21 Thread Thomas Mueller
Hi, It's usually a network configuration or firewall issue. Verify /etc/hosts is correct, then try running ./build.sh testNetwork in the H2 directory. For me, the result is: Target: testNetwork localhost: localhost/127.0.0.1 localhost/127.0.0.1 localhost/0:0:0:0:0:0:0:1

[h2] Could not connect

2014-04-20 Thread Craig Smith
I've been happily using a local H2 database (installed on a Mac) and the other day the console stopped connecting to it. I don't see any errors in sys out and don't find a log file where there would be any. I thought maybe I had did something screwy to the schema and it's not starting up. I