Port 80 In Use

Attempting to run Apache 2.2.9 on a freshly updated system; can't get it to start, however, as something else appears to be holding port 80 and is denying a socket connection.  I haven't any idea what service it is, other than what I can garner from
a quick probe via a telnet client:
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Wed, 04 Feb 2015 15:12:57 GMT
Connection: close
Content-Length: 326
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid Verb</h2>
<hr><p>HTTP Error 400. The request verb is invalid.</p>
</BODY></HTML>
netstat -ao identifies it as PID 4, but that's simply "System", so it leads nowhere.
Older information mentioned this could be the Web Deployment Agent Service but this doesn't appear to exist in Win10.  There's no good information in the Firewall or Event Viewer.

Hi,
The TCP port: 80 is used by System by default. For your problem, is there any detailed error message with this problem?
In my opininon, it would be better to use Process Monitor to captuer the Apache start process to find the reason of this problem.
You can access to the link below to download Process Monitor:
https://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
How to capture a Process Monitor trace:
http://blogs.msdn.com/b/dswl/archive/2010/01/10/how-to-capture-a-process-monitor-trace.aspx
Learning Example:
Using Process Monitor to Troubleshoot and Find Registry Hacks:
http://www.howtogeek.com/school/sysinternals-pro/lesson5/all/
Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
On the other hand, if your doubt the port 80 was using by other unknown process, it would be better to use Network Monitor to capture the trace of port 80.
Roger Lu
TechNet Community Support

Similar Messages

  • Ports Crystal Reports uses when Connecting to a Universe as a Data Source

    I have a couple of Crystal Reports that use universes as a data source.  On my Windows 7 machine I am getting an error message that "Logon Failed", rather opening and running the same report on my Windows XP machine, I get the results from the universe as expected.  I have tried multiple universes that report against different databases (Oracle, SQL Server, Sybase, etc) and I am getting the same vague error message on my Windows 7 machine with Crystal Reports 12.3.0.601. 
    Can someone please tell me what ports are being used within Crystal Reports (other than 6400) when connecting to the CMS and pulling back data from a universe?  The odd thing, is that I can connect to the CMS, see the universes that I have permissions too and even see the objects within the universe, but I cannot view the results.  This is a pretty high priority for us, so I would appreciate any feedback possible.

    Hello,
    "Seems contrary to the concept of isolating users (in this case designers) from connection details. I can only be hopeful that report users will not also have to have connections configured on the local workstations to view these reports ;-)"
    As long as you use/set Saved Data with the reports then they don't need the client installed. If they hit Refresh to update the data then obviously they need to be able to connect to the data source, how else are they going to get it.
    Think about it, you sit down to write a report off of a database you don't have access to? How are you going to create a report....
    If you planning on sending out reports for viewing only then export them to PDF or some other type, then DB connections are not an issue, the PDF's are for viewing only.
    Another concept is DB Security. Using NT Authentication or DB Authentication unless that user hitting the refresh button has access to the DB it won't prompt for log on info or if they don't provide the correct log on info they can't see new data.
    It's all about security, CR does not save the Password in the RPT file, if we did anyone could get it and hack your database.
    Not sure what your post has to do with Ports?
    If you have questions then please post, in this forum we assume post that are answered are closed.
    Don

  • Node port number :This port is in use.Select another port number-

    I am trying to insalled Informatica 9.0.1 Hotfix2 on my personal laptop and getting below error and was getting same error for 8.6.1, Si i have uninstalled it
    Node port number :This port is in use.Select another port number
    I have tried passing different no like 6005,6006,6007,6008.... but for all it giving me the same error.
    Can any please answer where i can check that which port system is using and what the available values?
    OS: Windows 7 Professional
    DB:Oracle11g

    Hi,
    Goto start > run > enter netstat -o command and execute it and it will display all the addresses. In Foreign Address column the entire ipaddress:portnumber will be display and along with this process id(pid) will be displayed. Check whether the portnumbers are being used by any other application or it is in blocked state. If it is in blocked state then kill that process id with taskkill /pid /f command at command prompt.
    After doing this you can try to install it one more and let us know whether it got succeeded or not.
    Thanks,
    Navin Kumar Bolla

  • Rmiregistry: Port already in use error

    Hi,
    I'm running the following comand to start a registry service listening on port 1099. I'll start and stop it several times with control-C and everything will work fine but if I do this a few times, it will get to the point that when I try to start it again I get a message
    saying the port is already in use(but I killed the service). Is there a way to start and stop the rmiregistry several times without it getting hung? I'm sure if you get into a production issue with this you need a way to get around it? Besides using the proper command, what can you do to free up a port? Note, I also noticed that netstat shows multiple entries listening on port 1099! Was this from re-trying the command when it failed or from the times that it was successful? Any help appreciated.
    Thanks,
    Peter
    C:\>rmiregistry -J-Djava.security.policy=C:\jdk1.3.0_02\jre\lib\security\pkjava2.policy
    java.rmi.server.ExportException: Port already in use: 1099; nested exception
    is:
    java.net.BindException: Address in use: JVM_Bind
    java.net.BindException: Address in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:408)
    at java.net.ServerSocket.<init>(ServerSocket.java:173)
    at java.net.ServerSocket.<init>(ServerSocket.java:85)
    at
    sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(RMIDirectSocketFactory.java:30)
    at
    sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(RMIMasterSocketFactory.java:312)
    at
    sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:559)
    at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:200)
    at
    sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:172)
    at
    sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:319)
    at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:119)
    at
    sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:125)
    at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:95)
    at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:81)
    at sun.rmi.registry.RegistryImpl.main(RegistryImpl.java:320)
    C:\>netstat -a
    Active Connections
    Proto Local Address Foreign Address State
    TCP reminetopk:135 0.0.0.0:0 LISTENING
    TCP reminetopk:135 0.0.0.0:0 LISTENING
    TCP reminetopk:1028 0.0.0.0:0 LISTENING
    TCP reminetopk:1030 0.0.0.0:0 LISTENING
    TCP reminetopk:1032 0.0.0.0:0 LISTENING
    TCP reminetopk:1033 0.0.0.0:0 LISTENING
    TCP reminetopk:1099 0.0.0.0:0 LISTENING
    TCP reminetopk:1099 0.0.0.0:0 LISTENING
    TCP reminetopk:1099 0.0.0.0:0 LISTENING
    TCP reminetopk:1409 0.0.0.0:0 LISTENING
    TCP reminetopk:1893 0.0.0.0:0 LISTENING
    TCP reminetopk:1972 0.0.0.0:0 LISTENING
    TCP reminetopk:2026 0.0.0.0:0 LISTENING
    TCP reminetopk:2359 0.0.0.0:0 LISTENING
    TCP reminetopk:2367 0.0.0.0:0 LISTENING
    TCP reminetopk:2369 0.0.0.0:0 LISTENING
    TCP reminetopk:7318 0.0.0.0:0 LISTENING
    TCP reminetopk:8082 0.0.0.0:0 LISTENING

    I have exactly the same problem. At first it was happening with the use of the "rmiregistry" command, but now my code creates the registry using registry = LocateRegistry.createRegistry(port) and I end up with the same problem.
    I too end up with (typically) 3 listening sockets (as reported by netstat), that don't seem to be owned by any processes. So without a process to kill, the only way to get rid of them is to reboot.

  • HT201300 You have Macbook of some kind and it has two Thunderbolt ports.  Which port do you use first for an external monitor/projector?

    You have Macbook of some kind and it has two Thunderbolt ports.  Which port do you use first for an external monitor/projector?

    By the way, I have tried shutting of the display switching in the power settings.  That was basically the only real answer I found anywhere.  It didn't work.

  • Tomcat Servlet - TCP Port Already in Use?

    My problem is that tomcat/servlet is not releasing its TCP port after my servlet closes the port. Next time a servlet tries to use the port it gets an error "Port already in use". Using netstat I can see the port is still in use. If I stop tomcat and restart it, the port is released. I have not had this sort of problem writing C programs that use sockets.
    My setup is Fedora Core 6 with JDK1.5_14 and Tomcat 5.5.26. I know it's not the latest, but sockets and streams have been around for a long time.
    Actual implementation uses a trivial javaserver page to instantiate a class to create/accept connection from a client (JApplet). After connection, it starts a thread to receive data. I am using ServerSocket(), InputStreamReader(), and OutputStreamWriter(). On ServerSocket I set ReuseAddress to true.
    I have try/catch on all my I/O and use tomcat context log for error and OK messages. Data transfer is perfect. Detect close by client works. In the context log I see close of streams and ServerSocket occur with no exceptions. Then, I manually close the jsp window. No indication of any problems. If I use different port 2nd time (e.g. 50001) it all works perfect. If I use my default (50000) again, servlet gets an error during bind, "Port already in use".
    2.5 years with Java. 5 years with Linux and C.
    Please advise or refer

    rwengr wrote:
    My problem is that tomcat/servlet is not releasing its TCP port after my servlet closes the port. Next time a servlet tries to use the port it gets an error "Port already in use". Using netstat I can see the port is still in use. If I stop tomcat and restart it, the port is released. I have not had this sort of problem writing C programs that use sockets.Nice.... Not sure that matters though.
    >
    My setup is Fedora Core 6 with JDK1.5_14 and Tomcat 5.5.26. I know it's not the latest, but sockets and streams have been around for a long time.
    Actual implementation uses a trivial javaserver page to instantiate a class to create/accept connection from a client (JApplet). Bleah! Don't use a JSP for that. Use a servlet at worst. At best use a Servlet to start some other socket manager class which you can/have tested outside the Servlet Container environment.
    After connection, it starts a thread to receive data. I am using ServerSocket(), InputStreamReader(), and OutputStreamWriter(). On ServerSocket I set ReuseAddress to true.
    I have try/catch on all my I/O and use tomcat context log for error and OK messages. Data transfer is perfect. Detect close by client works. In the context log I see close of streams and ServerSocket occur with no exceptions. Then, I manually close the jsp window. Closing the browser window has no affect on the server.
    No indication of any problems. If I use different port 2nd time (e.g. 50001) it all works perfect. If I use my default (50000) again, servlet gets an error during bind, "Port already in use".
    2.5 years with Java. 5 years with Linux and C.
    Please advise or referShow some code. If you just want some generic advice it would be to close the port, as soon as you don't need it anymore. But you know that. Without any further code I think that is about all that can be said.
    P.S. Make the code as small as possible, compilable, but still demonstrating the problem. Also see: [this tutorial as an example...|http://www.javaworld.com/javaworld/jw-12-1996/jw-12-sockets.html?page=1]

  • RC-50204 - Db port is in use. How to release ?

    RC-50204 - Db port is in use (Port Value 1523)
    I need to release this.
    I have issued netstat -a | grep 1523.
    How can I realease this port ??
    10.2.0
    AIX 5.2
    Thanks.

    Probably it is listener which is running on port 1523. Then stop the listener.
    Look at $ORACLE_HOME/network/admin/listener.ora is it really listening on port 1523 and then as oracle software owner issue
    lsnrctl stop
    Or You can do it following:
    Run command:
    lsof -i:1523
    This command will show which process is using port 1523.
    Then with
    ps -ef | grep ...
    find the process and then
    kill -9 ...

  • What are the system ports that XI uses to invoke web services?

    Hi guys,
    Anyone knows what are the system ports that XI uses to invoke and to be invoked from web services?
    I think it uses the port of AFW but I don’t have sure…
    Thanks in advance,
    Ricardo.

    hi,
    if you want to invoke a WS on the XI use
    the j2ee port (5XX00)
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • How do i find what ports are being used.

    I need to know how to tell what ports are being used and by what. I recently bought Apple Remote Desktop and have been pretty impressed but I have one computer here that won't let me Observe or Control. I think it is because the G4 in question has a program using port 5900. I need to confirm this is there any way that I can see if this port is being used?
    Thanks
    Moderith

    Hi Moderith--
    Welcome to the Apple Discussions.
    Look in your Utilities folder for the Network Utility program. Open it, and choose "Port Scan" from the row of tabs in its window. If you're not running Network Utility on the problematic G4, use the G4's IP address. But if you're actually on the G4, use "localhost".
    Note that if you check the open ports on the G4 from another computer, you won't see as many as if you check it from the G4 itself. That's because some ports are only local. For example, I have enabled the mail server on my Macs, but only to deliver mail, not relay it. So if I do a port scan using "localhost", I see port 25 open, but it's not open from another computer.
    charlie

  • Z22 sync with Win7 64 bit via IR: error that port is in use by another application.

    I've read the solution for syncing a Z22 with Win7/Vista 64-bit. I have a USB-to-IrDA adapter that is working. I've set Hotsync on both the Z22 and PC to Infrared. When I start to sync, I get a message on the Z22: "Unable to initiate HotSync operation because the port is in use by another application". I can beam files from the Z22 to the PC with no problem.  I'm not aware of any other app using the port. (When I put the Z22 in range of the IR adapter, the "send files" window comes up on the PC. I've tried syncing with this window open and closed, and the error's the same either way.) Any suggestions?
    Post relates to: Palm Z22
    Message Edited by jpendle on 12-01-2009 01:27 PM

    We followed a suggestion from another post.  And I wanted to add it here since it helped us after a lot of struggling.  We connected/synced a Z22 to windows 7 64 bit PC via a IR adapter Startech USB2IRX. Using a driver downloaded directly from their website, not the CD that comes with the adapter, driver installation was smooth. The installation application installed it without problems. (I also tried an adapter from cables unlimited IrDA wireless bridge. Then I had to install the drivers for windows vista 64bit manually onto my win 7 64 bit machine.)  After driver installation, we were getting an error indicating that the port is in use by another application.  And we were stuck until I read a post which suggests a soft-reset on the palm.  After that it was smooth sailing.
    Palm really is going the way of the dinosaur-otherwise they would have had a usb driver for windows 7 64 at this point. But it you need to as I did you should be able to sync your device.

  • Wat is the use of ports those are used for EMconsole

    hi all;,
    Could anyone please tell me
    1. the use of the agent,rmi and jms ports used for the dbconsole?
    2. if i block those ports can i use dbconsole?
    3. what are all the ports used for the database like listener, dbconsole http, dbconsole agent etc. and use of those.
    Thanks & Regards,
    Sagar Maram

    What is the use of the rmi and jms ports i mean how those are getting used internally. if block those ports with firewal then wat happend to dbconsole.?They are more appserver related components and to be clear..if the apps and DB are in the same server...then if you block these ports your DBConsole/Appconsole continues to work as long you have not blocked http DBconsole/Appconsole ports...
    But if you apps and DB are across network with a firewall between them then there is a possibility some of the functionality might not work but http console should work as long as http console port is opened in the firewall.....

  • Soap port already in use (856B) GW 703

    Anyone run into this problem where if you have multiple POA's on single server and if you enable SOAP to use default port of 7191 on both POA's, one or other POA complains about "soap port already in use (856B)" and shuts down that POA.
    BES doesn't seem to have option for add'l port number assignments? Or is there a workaround to allow both POA's to listen on same port number?
    Any help is greatly appreciated!
    Thanks

    On Tue, 22 Sep 2009 13:36:02 +0000, josejimenez wrote:
    > Anyone run into this problem where if you have multiple POA's on single
    > server and if you enable SOAP to use default port of 7191 on both POA's,
    > one or other POA complains about "soap port already in use (856B)" and
    > shuts down that POA.
    Makes sense. You can't run multiple services on the same server using
    the same IP address and port.
    > Or
    > is there a workaround to allow both POA's to listen on same port number?
    Use multiple IP addresses and bind each POA to a specific IP.
    Joe Marton
    Novell Knowledge Partner
    SUSE Linux Enterprise 11 is ready for action.

  • Hot sync error message reading: "Unable to initiate hotsync operation because the port is in use by another application

    Having HotSync error message on my M130 when I press hotsync button. USB cable at cradle and on computer are OK. Computer recognized Palm software, and device, and displays the hotsync symbol in the tray. I have trie all 4 USB connections on my Dell Inspiron running Windows XP home edition. NO LUCK! Hot Sync icon will come up, but when pressed on the cradle button or initiated from the M130 screen, the error messages reads as follows:
    "Unable to initiate HotSync operation because the port is in use by another application." I have checked "My Computer", Control panel port assignments in the hardware section. No conflect noted. All ports open and operating. No port conflict or channel conflict issues. ?????
    CAN YOU ASSIST? THANK YOU VERY MUCH.
    Tom G.

    On PC  Sync settings set connection to cable then set to bluetooth.  Problem fixed.
    Spoiler (Highlight to read)

  • What port numbers are used when creating temporary queues

    Using the following code as an example, what port(s) are used when creating temporary queues? Is it a range of ports? Is it random? And is it configurable? If you have any insight on this, please let me know. Thanks.
    QueueConnection con = connectionFactory.createQueueConnection();
    QueueSession session = con.createQueueSession(true, Session.AUTO_ACKNOWLEDGE);
    TemporaryQueue replyQueue = session.createTemporaryQueue();

    The only ports I know about are the defaults ports:
    JMS 7676
    IIOP 3700
    Are these the only ports that are used, even for temporary queues?

  • List of Port and Protocols used by OBIA and Informatica

    Hi Guys
    Please Let me know the List of Port and Protocols used by OBIA,Informatica.
    Regards
    Rama

    Re: OBIEE Ports

  • OracleXE-Server-Install-Message: The 8081 port is in use.

    I've a problem installing in a Windows System Operational with MCAfee anti-virus.
    OracleXE-Server-Install-Message: The 8081 port is in use.
    I need to install Oracle XE in the silent mode.

    Hi clcarter,
    I'd tried all yours the suggestions ports, but occurs the same error. I don't know if there is a problem with silent installation mode when it tries to get the port number in the configuration file. Because all ports that I try use, the error is always about 8081 port. I checked in the netstat and only the 8081 port is used by McAfee.
    The ports used in the machine are:
      TCP    0.0.0.0:25
      TCP    0.0.0.0:80
      TCP    0.0.0.0:135
      TCP    0.0.0.0:443
      TCP    0.0.0.0:445
      TCP    0.0.0.0:990
      TCP    0.0.0.0:1051
      TCP    0.0.0.0:3389
      TCP    0.0.0.0:8081
      TCP    127.0.0.1:5152
      TCP    127.0.0.1:5679
      TCP    127.0.0.1:7438
      TCP    172.1.3.158:139
      TCP    192.168.56.1:139
    I already tried 8080,  8090, 9090, 8070... and the answer was always - The 8081 port is in use. This error is for any port that I try configure in the OracleXE-install.iss file.
    Best regards,
    Jener

Maybe you are looking for

  • Cash Management after migration from 10.7 to 11i

    Hi All, We migrated from 10.7 to 11.5.5. In 10.7 we used to clear Payments using AP. We are not using accounting for clearing. The status of the Payment after clearing will be 'Cleared But Unaccounted'. In 11i, we setup the Cash Management. We are pl

  • FM or Tcode for No.of days employee attended Training in HR ABAP

    Hi Experts, I need to calculate No.of Days employee attended training in given payroll period level. For ex, iam giving 01.2010 FY (Payroll Period 21.04.2010 to 20.05.2010) . Need to find out how many days each employee under traning during this peri

  • Limewire playlists showing up in home sharing

    I have a weird problem. I have limewire playlists showing up in my Itunes 9 shared area. No one in the household has ever installed limewire on the pcs, and nothing shady is done on any of them. If I open the playlists they are full of music none of

  • Left ouer join with internal table

    Good morning to everybody I need created a internal table with 2 internal table but 1 is primary. I tried use "left outer join" but it allows  only with table and not with internal tabel I would to be this result a             a xxx b                

  • V$sqlarea encoding

    I have plsql code looking something like that: if v_state_flag = 'S' and v_next_query = 'Y' then       PKG_COMMON.DEBUG ('GET_ADDRESS_LEVEL_LIST.30, fill o_state_list');       -- kui #postal_flag = 'Y' ja #postalcode on antud, siis lisada klausel