6 sonuçtan 1 ile 6 arası

Konu: IIS start olmuyor

  1. #1

    Standart IIS start olmuyor

    server 2003 standart edition kullanmaktayız ve kurduğum IIS start olmuyor.

    "dosya başka bir işlem tarafından kullanıldığından bu işlem dosyaya erişemiyor" hatası veriyor..
    Loglara baktığımda;
    ((((0.0.0.0:80 için temel alınan taşıyıcıya bağlanılamıyor. IP Salt Dinlenir listesinde, bu makinede olmayan bir arabirime başvuru olabilir. Veri alanı hata numarasını içeriyor.))))
    Kaynak:HTTP Olay Kimliği:15005

    ve hemen arkasından

    (((( '1' sitesinin 'http://*:80/' URL öneki kaydedilemiyor. Site devre dışı bırakıldı. Veri alanı, hata kodunu içermektedir. ))))
    Olay kimliği : 1004 - Kaynak : W3SVC
    gibi loglar var..

    yardımınızı bekliyorum...


     

  2. #2

    Standart Ynt: IIS start olmuyor

    Aşağıdaki makaleyi incelermisiniz

    http://support.microsoft.com/kb/890015

    Event Source: W3SVC
    Event ID: 1004
    Description: Cannot register the URL prefix 'http://*:80/' for site '1'. The site has been deactivated. The data field contains the error number.

    Event Source: HTTP
    Event ID: 15005
    Description: Unable to bind to the underlying transport for IPAddress:80. The IP Listen-Only list may contain a reference to an interface which may not exist on this machine. The data field contains the error number.

    CAUSE
    Typically, this issue occurs when one or more of the following conditions are true:• Another process is using port 80 or port 443 on the computer that is running IIS. By default, IIS uses port 80 as the default TCP port and port 443 for Secure Sockets Layer (SSL).
    • The ListenOnlyList registry subkey is not configured correctly on the computer that is running IIS.

    Back to the top

    RESOLUTION
    To resolve this issue, you must use the Netstat.exe utility at the command line to see if another process is using port 80 or port 443.

    If port 80 is not being used, you must then examine the ListenOnlyList registry subkey on the computer that is running IIS. To do this, follow these steps.

    Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.1. Log on the computer that is running IIS by using an account that has administrative permissions.
    2. Click Start, click Run, type cmd, and then click OK.
    3. At the command prompt, type the following command:
    netstat -ano
    Note For more information about the Netstat.exe utility, type the following command at the command prompt:
    netstat /?
    4. If the ports are not being used, you must examine the ListenOnlyList registry subkey on the computer that is running IIS. To do, this follow these steps:a. Click Start, click Run, type regedit, and then click OK.
    b. In Registry Editor, locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\HTTP\Parameters\ListenOnlyList

    5. Make sure that the ListenOnlyList subkey contains valid IP addresses. If the ListenOnlyList subkey contains an IP address that is not valid, you must remove the IP address or change the ListenOnlyList subkey entries to reflect a valid IP address.

    Note By default, if the ListenOnlyList subkey is not present, an IP address of 0.0.0.0 is used. However, if the ListenOnlyList subkey is present and the 0.0.0.0 IP address is listed, no other IP address should be listed. If other IP address are also listed, the other IP addresses must be deleted.
    6. Before you modify the ListenOnlyList subkey, you must stop the HTTP service on the computer that is running IIS. To do this, follow these steps:a. Click Start, click Run, type cmd, and then click OK.
    b. At the command prompt, type the following command, and then press ENTER:
    net stop http
    The following message appears:
    The following services are dependent on the HTTP service
    Stopping the HTTP service will also stop these services.

    World Wide Web Publishing Service
    HTTP SSL

    Do you want to continue this operation? (Y/N) [N]:
    Press Y, and then press ENTER.

    Note On Vista, the list of services in this message also includes the following services:• UPnP Device Host
    • SSDP Discovery
    • Print Spooler
    • Function Discovery Resource Publication


    7. To remove the IP address that is not valid in Registry Editor, right-click the string value that contains the IP address, and then click Delete. To modify the IP address value, right-click the string value that contains the IP address, and then click Modify.
    8. In the Edit String dialog box, type the correct IP address in the Value Data box, and then click OK.
    9. Close Registry Editor.
    10. You must now restart the HTTP service on the computer that is running IIS. To do this, follow these steps:a. Click Start, click Run, type cmd, and then click OK.
    b. At the command prompt, type the following command:
    net start http

    11. You must also restart the HTTP SSL service and the World Wide Web Publishing Service on the computer that is running IIS. To do this, follow these steps:a. Click Start, point to Administrative Tools, and then click Services.
    b. In the Services MMC snap-in, right-click the following services, and then click Start:• World Wide Web Publishing Service
    • HTTP SSL

    c. Close the Services MMC snap-in.


    Back to the top


    --------------------------------------------------------------------------------

    APPLIES TO
    • Microsoft Internet Information Services 7.0
    • Microsoft Internet Information Services 6.0



    Abdulkadir TOPHAN

  3. #3

    Standart Ynt: IIS start olmuyor

    Bu bilgiyi buldum zaten ancak içinden çıkamadığımdan dolayı buraya yazdım...
     

  4. #4

    Standart Ynt: IIS start olmuyor

    Merhaba,

    IIS in dinledigi IP yi tum IP ler yerine sabit kullanilan IP ye cekebilir miyiz? Ayrica IIS calisan bilgisayarda ISA Server calisiyor mu? Yada benzer ozelliklerde portlari dinleyen farkli bir yazilim var mi?

    Emre AYDIN
    Emre Aydın
    MVP | Office 365 | Since 2006
    MCT | Since 2005
    MCSD | Azure Solutions Architect
    MCSE | Private Cloud, Messaging, Communication, Server Infrastructure, Productivity, Platform
    MCSA | Office 365, Server 2012, Cloud Platform
    MCTS | Developing Azure Solutions, Implementing Azure Infrastructure, Architecting Microsoft Azure Solutions, SAM
    P-Seller
    Intelligent Cloud | EMS
    Web : www.mshowto.org
    Mail : emre.aydin [@] mshowto.org
    Twitter : https://twitter.com/emreaydn
    Linkedin : tr.linkedin.com/in/emreaydn

  5. #5

    Standart Ynt: IIS start olmuyor

    IIS üzerinde web sitesi kimliğine tüm ipler yerine sabit kullanılan ip yi yazdım ancak sorun devam etmekte, makina üzerinde oracle ve citrix çalışıyor ayrıca DC ile cluster çalışıyor.
     

  6. #6

    Standart Ynt: IIS start olmuyor

    emre bey konu ile ilgili başka verebileceğiniz fikir varmı?
     

Benzer Konular

  1. STOP: c00002e2 Directory Services could not start
    By emreaydin in forum Server2012
    Cevaplar: 0
    Son Mesaj: 02-04-2015, 08:27 PM
  2. Cevaplar: 3
    Son Mesaj: 10-14-2012, 07:10 PM
  3. Exchange 2007 Domainimde GAL update olmuyor.
    By xensology in forum Exchange Server
    Cevaplar: 3
    Son Mesaj: 06-08-2010, 09:44 AM
  4. exchange 2007 service start sorunu
    By RIZARIZA in forum Exchange Server
    Cevaplar: 2
    Son Mesaj: 01-07-2010, 03:39 PM
  5. Domain GPO local admin icin gecerli olmuyor.
    By alee in forum Server2003
    Cevaplar: 3
    Son Mesaj: 10-12-2007, 08:59 AM

Yetkileriniz

  • Konu Açma Yetkiniz Yok
  • Cevap Yazma Yetkiniz Yok
  • Eklenti Yükleme Yetkiniz Yok
  • Mesajınızı Değiştirme Yetkiniz Yok
  •  
Hakkımızda
MSHOWTO, herhangi bir firma ya da kuruluş ile bağı olmayan bağımsız teknik bir topluluktur.
Sosyal Medya Linklerimiz