Hi, I recently heard it's a problem (in a project unrelated to H2 actually). Could you post the result of "./build.sh testNetwork" ? It is supposed to throw an exception if the target address can't be reached within 2 seconds. If it hangs, could you get a full thread dump (using "jps -l" and then "jstack -l <pid>")?
Regards, Thomas On Sunday, November 20, 2011, Peter Yuill wrote: > Hi Nick, > > http://www.h2database.com/**html/advanced.html#server_**bind_address<http://www.h2database.com/html/advanced.html#server_bind_address> > > I just noticed this today, I was breaking in my new MacBook AIR and >> the DB just wouldn't start up. It would hang on startup. I tried the >> testNetwork and it did the same thing. My hosts file is OK. >> >> Finally figured out that H2 was binding to my VPN DCHP assigned IP >> rather than my local IP when the VPN was enabled. Is there any way to >> prevent this from happening or will I have to write code to get around >> this? The ifconfig output shows definite differences so it's easy to >> tell that it's attached via VPN. >> > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at http://groups.google.com/** > group/h2-database?hl=en <http://groups.google.com/group/h2-database?hl=en> > . > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
