h2不能与no-ip提供的主机名一起使用

时间:2014-10-24 08:14:43

标签: java h2

我想从(通过示例)我的工作连接到我的h2数据库,我认为可以通过no-ip提供的某些主机名来实现,所以我读到的配置如下所示:

java -Dh2.bindAddress=mydomain.ddns.net  -jar h2-1.4.181.jar -tcp -web -browser  -pg -webAllowOthers -pgAllowOthers -tcpAllowOthers  -webSSL

因此,当我运行命令行时,会出现下一个错误:

The Web Console server could not be started. Possible cause: another server is already running at https://188.138.138.98:8082

Exception opening port "8082" (port may be in use), cause: "java.net.BindException
.....

The PG server could not be started. Possible cause: another server is already running at pg://188.138.138.98:5435
The TCP server could not be started. Possible cause: another server is already running at tcp://188.138.138.98:9092

h2使用的三个端口显示为已连接且h2未运行! 如果我把我的公共IP放在同一个结果上。 使用localhost而不是noip主机名作为示例,服务器正确运行。

该库的版本是:Java 8下的1.4.181。

如何通过noip或类似的服务进行连接?

0 个答案:

没有答案