« Previous Next »

Thread: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

Last post 10-29-2009 8:36 AM by hedrinjt. 41 replies.

Average Rating Rate It (5)

RSS

Page 2 of 3 (42 items) < Previous 1 2 3 Next >

Sort Posts:

  • 11-12-2008, 8:28 AM In reply to

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

    the program id 1336 is HTTP? what is that? not inetinfo.exe ? can you get process explorer to find out what is that program binding to port 80? maybe it auto restart when u killed it.
    Cheers,
    Bernard Cheah
  • 11-12-2008, 8:45 AM In reply to

    • Nikoj
    • Not Ranked
    • Joined on 11-12-2008, 2:49 AM
    • Posts 6

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

     Apache.exe, a feel so stupid

  • 11-12-2008, 8:47 AM In reply to

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

    @@ glad you found it.

    Cheers,
    Bernard Cheah
  • 11-12-2008, 9:05 AM In reply to

    • Nikoj
    • Not Ranked
    • Joined on 11-12-2008, 2:49 AM
    • Posts 6

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

    I forgot to say thank you, thank you! 

  • 11-12-2008, 10:44 AM In reply to

    • Nikoj
    • Not Ranked
    • Joined on 11-12-2008, 2:49 AM
    • Posts 6

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

    Sorry again me, i dont want to open another topic i want to ask another thing:) Well now everything works fine exept the php i will handle with that later. When i try to open the website local it works fine. But, when i try to open the website from another computer not connected to the server it says:

     The server at ****** is taking too long to respond.
    # The site could be temporarily unavailable or too busy. Try again in a few
        moments.

    #   If you are unable to load any pages, check your computer's network
        connection.

    #   If your computer or network is protected by a firewall or proxy, make sure
        that Firefox is permitted to access the Web.

     

    Any help about this?:D Thank you 

  • 11-12-2008, 1:31 PM In reply to

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

    If it works locally, but not remotely.  It's most likely a local firewall or router blocking port 80.  On your remote box type , telnet x.x.x.x 80 (replace x.x.x.x with real ip address) and see if you have a black screen.  This will tell if connectivity is there. 

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield


    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 11-13-2008, 9:09 AM In reply to

    • Nikoj
    • Not Ranked
    • Joined on 11-12-2008, 2:49 AM
    • Posts 6

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

     Thank you very much m8. I set my server except i cannot test now php because i got error like this:

     You do not have permission to view this directory or page due to the access control list (ACL) that is configured for this resource on the Web server.

    This is my last asking help question here :D If you can answer ill be thankfull a lot :D

     

    Thanks

  • 11-14-2008, 5:16 PM In reply to

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

     if you get this when you try to browse the page ... check if the IIS ID's have the proper permissions on the resource...

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 01-05-2009, 5:49 PM In reply to

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

     I have a similar problem with a Small Business Server 2003.  The IIS service cannot be started and after following KB 890015 I don't find any processes using port 80 from netstat -anop TCP.  When I check the registry for the ListenOnlyList, there isn't a value, it is not present indicating the default setting of 0.0.0.0.  However, I did look at the running processes in Taskmgr and noticed that the Apache.exe is shown.

     

    Any suggestions for this situation?

  • 01-06-2009, 7:21 AM In reply to

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

    Err... so either make apache binds on other port or make sure IIS and apache bind to different IP.

    Cheers,
    Bernard Cheah
  • 01-06-2009, 7:35 AM In reply to

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield


    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 01-11-2009, 8:38 PM In reply to

    • madgts4
    • Not Ranked
    • Joined on 08-06-2007, 4:34 AM
    • Posts 1

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

    I am having the same problem. I have 3 test/development site setup on a serve.  They are using ports 1028, 1029 and 1030. Recently, 2 of sites automatically stop and when trying to restart I get the same error.

    I have change the ports and then after a day, the same thing happens.  I have run netstat -ano and found that "cimlistener" is using those ports. 

     TCP    127.0.0.1:1028         127.0.0.1:1029         ESTABLISHED     1292
     TCP    127.0.0.1:1029         127.0.0.1:1028         ESTABLISHED     1292

     

    I just find it strange that even if I change the ports, they lock up.  Any suggestions ?

  • 01-12-2009, 9:14 AM In reply to

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

    So there you go.. that cimlistener program is conflicting with the port you using.

    You can either use other port say 8080, 8081 which not so commonly used by others. or if you are using server OS, setup multiple site with single IP on the same port 80 via different host header.. google for more info.

    Cheers,
    Bernard Cheah
  • 01-16-2009, 2:54 PM In reply to

    • ptroy
    • Not Ranked
    • Joined on 01-16-2009, 7:45 PM
    • Posts 1

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

     I am having the same problem and getting the same error as most are talking about on here. Tried all suggestions and found the only thing using port 80 is 127.0.0.1 which would be my localhost I believe. Anyways, would this cause the error I am getting? I'm trying to learn some stuff about IIS as we haven't had any coursework yet in web development for my MIS degree. I have port forwarding setup on my router for port 80, and don't think this would be causing the error. Any suggestions?

  • 01-16-2009, 7:13 PM In reply to

    Re: IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

    type netstat -ano and see the PID numbers.  Open task manager and see what process is using it.

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield


    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
Page 2 of 3 (42 items) < Previous 1 2 3 Next >
Microsoft Communities