Hello,
I'm using H2 Database for development in server mode (to access it from within application and also from query browser).
Till now everything worked ok, but currently I'm getting strange IP in lock.db file.
Can somebody please tell me how is the IP obtained?
this is my current config:
jdbc:h2:~/h2db/bank;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
when I access it from query browser I get exception
"java.net.ConnectException: Connection refused (Connection refused): X.Y.Z.ZZ:51149" [90067-193]
but that address is not mine...it's external address which I can see.
Thanks