Cannot start default web site

I was being a nice husband and moving my wife to a new machine while she is in India on business. I went to join the machine using the connector and the connector install failed. During the troubleshooting of this issue I installed patches and rebooted.
I do not often patch so there were a few. Upon reboot I am unable to start the default website. I get the error This website cannot be started. Another website may be using the same port. I also did a netstat –o to see if anything was running on port 80. Can
anyone assist me?
 C:\Users\Administrator>netstat -o
 Active Connections
 Proto Local Address Foreign Address State PID
 TCP 10.0.0.114:389 whs:61103 ESTABLISHED 516
 TCP 10.0.0.114:445 10.0.0.88:55375 ESTABLISHED 4
 TCP 10.0.0.114:445 10.0.0.118:49169 ESTABLISHED 4
 TCP 10.0.0.114:3389 10.0.0.118:54357 ESTABLISHED 3260
 TCP 10.0.0.114:6602 10.0.0.88:51644 ESTABLISHED 1696
 TCP 10.0.0.114:6602 10.0.0.88:51656 ESTABLISHED 1696
 TCP 10.0.0.114:6602 10.0.0.118:49159 ESTABLISHED 1696
 TCP 10.0.0.114:6602 10.0.0.118:49163 ESTABLISHED 1696
 TCP 10.0.0.114:61103 whs:ldap ESTABLISHED 3268
 TCP 127.0.0.1:49175 whs:65532 ESTABLISHED 3060
 TCP 127.0.0.1:49177 whs:65532 ESTABLISHED 3060
 TCP 127.0.0.1:49178 whs:65532 ESTABLISHED 3060
 TCP 127.0.0.1:49179 whs:65532 ESTABLISHED 3060
 TCP 127.0.0.1:49191 whs:65532 ESTABLISHED 3204
 TCP 127.0.0.1:49193 whs:65532 ESTABLISHED 3204

Hi,
What's your mean of "cannot start default web site"?
If you mean that the client can't access the website, please follow the troubleshooting steps below:
Please try to ping an external IP address. If timeout occurs, this is a connectivity issue. You need to check the IP address, netmask, gateway, DNS.
Please try to run nslookup www.microsoft.com. If this website can't be resolved, this is a DNS issue. Please check the DNS settings and the firewall settings.
If all these tests passed, please try to reset your Internet Explorer.
If you mean that the server can't start the website in IIS, please check if there is any warning or error in the event viewer of the server. Besides, please try to start the IIS manually. If any error pops up, please post it here. It may give some hints.
Best regards.
Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Can't start the web site of Reports Services

    Does anybody know how to fix this problem?
    After installation of the 9iAS, can't start the web site of
    Reports Services
    and Form Services from the URL listed in the postinstallation
    guide using
    default port no 1950. The dev60html and devdem60/demo
    directories are not
    existing, the runrep.htm and runform.htm files are in the
    directory
    tools/web60/html. I also tried to replace the dev60html with
    tools/web60/html
    in the URL but it won't work.
    During the installation the discoverer and portal tools failed,
    the portal
    hanged at 100%, and the discoverer didn't install the util
    directory. But we
    can login to the portal from the URL.
    Below is the message when I start from the command line: I am
    not sure if it is
    working.
    $ reports60_server start
    Stopping Reports Server Rep60_abc.com processes...
    kill -9 5647
    Reports Server Rep60_abc.com stopped.
    Starting new Reports Server Rep60_abc.com .
    rwmts60 name=Rep60_abc.com
    Stopping Reports Server Rep60_abc.com processes...
    kill -9 5910
    Reports Server Rep60_abc.com stopped.
    $ reports60_server start
    Stopping Reports Server Rep60_abc.com processes...
    Could not find running instance of Reports Server
    Rep60_abc.com
    Starting new Reports Server Rep60_abc.com .
    rwmts60 name=Rep60_abc.com
    Thanks

    Hi,
    Dumb question : is one of your server listening on port 7001 ? If not, should it ?
    What is the expected behavior ? A managed trying to connect to the admin server ?
    Check the value for ADMIN_URL value, set in the startManagedServer.sh or cmd.
    Another dumb question : do you have a firewall ?

  • Since I updated my IPad software to iOS 5.0.1 from 5.0, I cannot access some web sites. Hoy can I go back?

    Since I updated my IPad software to iOS 5.0.1 from 5.0, I cannot access some web sites. How can I go back?

    Sorry, you cannot downgrade iOS software.
    First thing to try is a reboot of your iPad. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider until the Apple logo appear. Let go of the buttons and let the iPad restart. See if that fixes your problem.

  • Cannot print from web sites after update to FF 7.0.1

    cannot print from web sites after update to FF 7.0.1
    Printing from my email account (Cox) is OK
    System Windows Vista

    When my wife updated Firefox to version 7.0.1 she was no longer able to print items from the web such as coupons. She can print from her email (Cox) account.
    She is running Vista.
    When I updated to Firefox 7.0.1, I did not have a problem. I am running Vista also.
    Tried using the Firefox help page but no help so far.
    I did notice that on her computer in the "Plugins" for Firefox that HP Smart Web Printing is now disabled and is not compatible with Firefox 7.0.1. She had no problems until she did the update.

  • Safari Message: "Internet Explorer Cannot Display the Web Site" ?!?!?

    Safari is running strangely on my new MacBook Pro. It has decided to NOT automatically add .com
    when I type an address ..... THEN, when it can't find the website I get the message
    "Internet Explorer Cannot Display the Web Site". ***.
    Could the IE I am using when I'm using Windows XP (via Bootcamp) have corrupted Safari somehow?
    Ideas, please! Thanks.

    I found that the DNS settings in system prefs> networks > advanced had been mysteriously changed to something rather "foreign". An archive and Install solved the problem. Did your client happen to install a program called "Glim" (a Safari "enhancer"). That's our suspect.

  • How to nest a WCF service into a virtual directory off the Default Web Site

    I have a service called PdfCreator. I want it installed on my servers in this directory for QA: "Default Web Site/QA/PdfCreator/PdfCreator.svc". I want it installed in this directory for DEV: "Default Web Site/DEV/PdfCreator/PdfCreator.svc".
    If I specify QA/PdfCreator in the project's "Web service virtual directory name" field PB complains about invalid characters (the "/"). Is there any way to get around this? The only work around I can think of is adding "qa" or "dev" as a suffix/prefix to the virtual directory name ("Default Web Site/QAPdfCreator/PdfCreator.svc") which doesn't really give me what I want.
    This isn't a big deal with only a few services but could become one as more are created.
    Thanks,
    Mark
    PB 12.5.2.5006

    Antonio, Thanks! That seems to have worked for Safari. However, we like Firefox too, and I tried to set that up the same way, but was told "can't find a manifest for that app". I wonder if I can copy the Safari list then alter and rename it?
    ...Tom

  • Firefox cannot open any web site except facebook

    firefox cannot open any web site except facebook.when i browse other site except facebook, it automatically open facebook.

    Does Blackberry Link install any add-ons into Firefox? You can check here:
    orange Firefox button (or Tools menu) > Add-ons > Plugins category<br>
    orange Firefox button (or Tools menu) > Add-ons > Extensions category
    Also, does Blackberry Link create any Windows network connections? To make sure Firefox isn't randomly choosing dysfunctional networks, check your proxy setting here:
    orange Firefox button (or Tools menu) > Options > Advanced > Network > "Settings" button
    If you have Auto-detect, try either No Proxy or Use system proxy settings.

  • WcmUrl - Use default Web site section metadata

    We are generating links using links wizard and using "Use default Web site section metadata" option.
    We are expecting hyperlinked content file displays in the Web site section as currently specified in the Web Site
    Section metadata field for the content file.
    Link wizard is generating following link.
    [!--$wcmUrl(’link’,’10024’)--]
    From the primary page of section 1 and doing mouse over on a secondary page link of section 2. It is generating URL with section 2.
    Issue:
    From the secondary page of section 1 and doing mouse over on a secondary page link of section 2. It is generating URL with section 1.
    Expected:
    From the secondary page of section 1 and doing mouse over on a secondary page link of section 2. It should generate URL with section 2.

    I found my answer in this post: Dynamic Query in Element Definition
    Verified that it works even for 11g

  • Distribution Point IIS Config - Multiple applications using Default Web Site

    Hi all,
    I've having some problems with a distribution point, when trying to download content I'm getting the following error in the datatransferservices.log:
    Error sending DAV request. HTTP code 500, status 'Internal Server Error'
    Looking at IIS, I can see that another application (uniflow print server) has published folders under the Default Web Site. 
    Reading
    similar errors it appears it may be to do with ISAPI filters being configured by the other application. Unfortunately these filters are required by the Uniflow application. So, my question is:
    Is there any way to change the web site used by the distribution point?
    Thanks,
    Iain 

    Not on a one off basis, no. The web sites are tied to ports which means you would also have to change the port. Both are global changes. The better solution is to not multi-purpose a DP.
    Jason | http://blog.configmgrftw.com

  • Pc users cannot access my web site

    pc users trying to access my web site that I designed on iweb cannot play my podcast or my music samples. Why????
    Powerbook G4 10.4   Mac OS X (10.4.7)  

    That's because your QT clips are probably encoded with the latest video codec H.264. This is only available with QT 7 and is the new default for iLife applications. In order for your PC friends to see everything, they must download QuickTime 7.
    Refer them here... http://www.quicktime.com

  • Leopard Server redirecting the default web site

    Because my company's website and my blog are dynamic I had to use mod_jk in order to redirect to JBoss which means that I cannot access the default Mac OS X Server web site any longer.
    In the httpd.conf I added a mod_jk redirection for '/' and '/*'.
    Any ideas how I make them appear again under a sub context like '/internal'.
    Thanks

    Eventually I created an internal web site that would not use mod_jk and so is happily redirecting me to the old, default website. The only thing that was important is to make sure that I removed '*' from the web server aliases.
    -Andy

  • I cannot open my web site

    I get the following message when I try to open my web site which is cherrycreekwoodcrafts.com
    "An error occurred while processing your request.
    Reference #97.1625eb3f.1348245432.690562e"
    I'm using a MacBookPro, all software in current except iWeb.  When I try to update iWeb from 1.1.2 to 2.0.3 I get the following "An eligible iWeb application was not found in the location /Applications."  iWeb is, infact, in my Applications folder.  Are there two applications folders?  Am I looking at the wrong one?  FWIW, I updated to 1.1.2 just this from 1.1.1 morning with no problems.
    Any ideas or suggestions would be appreciated.
    Thanks in advance

    What website file are you trying to open when you open your site?
    You need to open your domain.sites file located under User/Library/Application Support/iWeb/domain.sites.
    Sounds like you are trying to open a published site and iWeb can't do that as it has no import facility - one way process.
    Also, if you hve iWeb version 1.1.2, this is iWeb 06 contained in iLife 06 and version 2 is iWeb 08 and you cannot just update like that from iWeb 06 to iWeb 08.  If you want to update your iWeb from iWeb 06 to iWeb 08, then you need to purchase the boxed set of iLife 08.  Better still, upgrade and purchase the iLife 09 or iLife 11 boxed set which contains the latest and last version of iWeb which is iWeb 09.
    You'll have to purchase this from Amazon though, as Apple no longer sells or supports iWeb since MobileMe ceased to exist at the end of June this year.

  • Solaris 10 11/06 - Cannot access external web sites from server

    Hi,
    I am relatively new with Solaris so I hope this is something simple. I just installed Solaris 10 11/06 with the `Secure By Default` option.
    From the command line I can use dig and nslookup to resolve external web sites fine, but if I try to use the update conection manager (desktop), mozilla browser (desktop), or pkg-get (command line) it fails to resolve the external sites. I have a valid resolv.conf file and I have named installed and running.
    It is on a LAN with other servers that have no problems with external access. I am running as root in all instances, so is there some permissions issue I am missing with this install/release?
    I don't want to open up the install more than I have to.
    Thanks,

    Hi again,
    I figured it out. The nsswitch.conf file was not referencing dns as part of the `hosts` and ipnodes` resolution methods. Once I added this and restarted named it worked.
    group: files
    hosts: files dns
    ipnodes: files dns
    networks: files
    -----------------------

  • Server default web site goes to wiki

    Hello all
    I am running mavericks and server 3.0.1
    and is I enable wiki server the default website goes directly to the wiki part and not to the top level server site....

    If you enable the wiki system it will always be what you reach if you use the default name for that IP address.
    Create at least one other DNS 'name' for the same IP address.  Have the wiki site respond if you address the computer by the original name.  You can enter any number of other web sites in the 'Websites' list on the Websites panel, and specify which 'Domain Name:' reaches each one of them.
    Suggestions:
    wiki.example.com
    www.example.com
    Something like that.

  • Cannot save any web sites to favorites

    Hello I am having  a problem with saving web sites to my favorites.  I can open the ones that are already saved but cannot add to it. On the tool bar I can click on "Favorites", the list will drop down, then click "Add To Favorites" and then nothing. The last thing I did to the laptop was get my printer program downloaded with help frop the Printer group.

    TJD01 wrote:
    Think I may have found something but not sure of a fix. I'm running Kaspersky anti virus and got on their forum. Others are having the same issue after installing the newest program. Have't seen a solution yet on their forum.  Any Ideas besides changing the anti virus?It would sound like the A/V is interfering with you saves I would disable it and try agian and if it saves your favorite then you should decide on a different A/V that doesn't interfere with your choice to make favorite links. I would try Windows Defender for Windows 8 it's free and comes from Microsoft and I use MSE since I have Windows 7 and I can save and make favorites without problems. This comes from my experience and usage since switching to MSE and using it when Windows 7 came out.

Maybe you are looking for