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

后端 未结 2 1957
一向
一向 2021-01-20 12:06

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
         


        
2条回答
  •  南笙
    南笙 (楼主)
    2021-01-20 12:28

    Check the system hostname by running following command

    $ hostname
    

    try to ping to the output for that hostname.

    $ ping 
    

    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 
    or 
     
    

提交回复
热议问题