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

£可爱£侵袭症+ 提交于 2019-12-02 01:20:08

问题


I started fresh copy of the WSO2 API Manager 1.8 and get below error for no reason.

ERROR - ListenerManager Couldn't initialize the httpstransport listener

How can I fix this?


回答1:


Check the system hostname by running following command

$ hostname

try to ping to the output for that hostname.

$ ping <output of the hostname command>

If that gives an error check the /etc/hosts file. At least it should have a host entry to 127.0.0.1

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



回答2:


Type

root@S-06:hostname
S-06

Type get your IP

root@S-06:ifconfig

Add it to vim /etc/hosts as a record.

192.168.4.123   S-06


来源:https://stackoverflow.com/questions/28935302/error-listenermanager-couldnt-initialize-the-httpstransport-listener-wso2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!