Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/Legacy/OnCommand_Suite/OnCommand_Application_installation_fails_to_start_Server_Services_due_to_port_conflict_with_WWW_Publishing_service
      Look at the CLI output of:> netstat -ano| findstr -i 80 you will we see: SYSTEM (PID 4) is LISTENING on Port 80. (the World Wide Web Publishing service starts as PID 4 by default) Services which faile...Look at the CLI output of:> netstat -ano| findstr -i 80 you will we see: SYSTEM (PID 4) is LISTENING on Port 80. (the World Wide Web Publishing service starts as PID 4 by default) Services which failed to start: service jboss.undertow.listener.default: org.jboss.msc.service.StartException in service jboss.undertow.listener.default: Could not start http listener.