【发布时间】:2015-03-09 04:33:47
【问题描述】:
我启动了 WSO2 API Manager 1.8 的新副本,但无缘无故地出现以下错误。
ERROR - ListenerManager Couldn't initialize the httpstransport listener
我该如何解决这个问题?
【问题讨论】:
标签: java https wso2 wso2carbon wso2-am
我启动了 WSO2 API Manager 1.8 的新副本,但无缘无故地出现以下错误。
ERROR - ListenerManager Couldn't initialize the httpstransport listener
我该如何解决这个问题?
【问题讨论】:
标签: java https wso2 wso2carbon wso2-am
通过运行以下命令检查系统主机名
$ hostname
尝试 ping 到该主机名的输出。
$ ping <output of the hostname command>
如果出现错误,请检查 /etc/hosts 文件。至少它应该有一个到 127.0.0.1 的主机条目
127.0.0.1 <hostname>
or
<local ip> <hostname>
【讨论】:
键入
root@S-06:hostname
S-06
键入获取您的 IP
root@S-06:ifconfig
将其添加到vim /etc/hosts作为记录。
192.168.4.123 S-06
【讨论】:
v标志