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

后端 未结 2 1956
一向
一向 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:08

    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
    
    0 讨论(0)
  • 2021-01-20 12:28

    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>
    
    0 讨论(0)
提交回复
热议问题