WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Issue with starting IHS server

    Posted 02/01/16 10:17 AM

    while starting IHS server iam able to view the below error

    was7host01:/opt/IBM/HTTPServer/bin # ./apachectl -k start
    (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs

    Version being used:- WAS7 & IHS7 on suse linux 5

    Employed WAS in Vmware

    Please do the needful if any u have come across this issue

    With regards

    kalyan.



  • 2.  RE: Issue with starting IHS server

    Posted 02/01/16 11:17 AM

    Hello Kaylan,

      You problem is that your 80 port is in use.

      you can check wich process is taking the port with command:

      netstat -pan|grep LISTEN

      if you have more than one interface in your server asign one of the to apache

      edit in your httpd.conf file Listen directive

      Hope this helps. Tell us if you need more support.

    Regards



  • 3.  RE: Issue with starting IHS server

    Posted 02/02/16 02:03 AM

    Worked thx.

    kalyan.