Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 2 results
    • https://kb.netapp.com/data-mgmt/OCI_Kbs/Unable_to_launch_OnCommand_Application_with_port_80_Address_already_in_use_error_JVM_Bind
      Java client returns the following Application Error: Unable to launch the application. ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service org.wildfly.undert...Java client returns the following Application Error: Unable to launch the application. ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service org.wildfly.undertow.listener.default: org.jboss.msc.service.StartException in service org.wildfly.undertow.listener.default: Address already in use: bind /0.0.0.0:80
    • 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.