java - h2 does not work with no-ip provided host name -
i want connect h2 database (by example) job, , supposed can possible through host name provided no-ip, configuration read follows loooks this:
java -dh2.bindaddress=mydomain.ddns.net -jar h2-1.4.181.jar -tcp -web -browser -pg -weballowothers -pgallowothers -tcpallowothers -webssl
so, when run command line, appears next error:
the web console server not started. possible cause: server running @ https://188.138.138.98:8082 exception opening port "8082" (port may in use), cause: "java.net.bindexception ..... pg server not started. possible cause: server running @ pg://188.138.138.98:5435 tcp server not started. possible cause: server running @ tcp://188.138.138.98:9092
the 3 ports h2 uses appears connected , h2 not runs! it's same result if set public ip. making illustration localhost instead noip host name, server run correctly.
the version of library is: 1.4.181 under java 8.
what can connect through noip or similar service?
java h2
No comments:
Post a Comment