错误 - ListenerManager 无法初始化 httpstransport 侦听器 - WSO2

ERROR - ListenerManager Couldn't initialize the httpstransport listener - WSO2

我重新开始了 WSO2 API Manager 1.8 的副本,但无缘无故地遇到以下错误。

ERROR - ListenerManager Couldn't initialize the httpstransport listener

我该如何解决这个问题?

输入

root@S-06:hostname
S-06

键入获取您的 IP

root@S-06:ifconfig

将其作为记录添加到 vim /etc/hosts

192.168.4.123   S-06

通过运行以下命令检查系统主机名

$ hostname

尝试 ping 到该主机名的输出。

$ ping <output of the hostname command>

如果出现错误,请检查 /etc/hosts 文件。至少它应该有一个主机条目到 127.0.0.1

127.0.0.1 <hostname>
or 
<local ip> <hostname>