 |
|
 |
|
Next: New POP3 Server released for IIS5
|
| Author |
Message |
External

Since: Nov 24, 2003 Posts: 1
|
(Msg. 1) Posted: Mon Nov 24, 2003 9:23 pm
Post subject: Can't start IIS-6.0 Instance Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
Folks:
Intersting problem with IIS-6.0 I got it up and running,
turned on SSL, then used the HTTPCFG tool to turn off
socket pooling as I have another process that wants 80 on
one of the IPs on the NIC.
As soon as I did that (all of this via Terminal Services)
the website stopped and couldn't be restarted. From
within the IIS Service Manager (running locally on the
server) if I right click the site and try to start the
site I get an error message saying "The network location
cannot be reached. Blah blah blah"
I looked at the W3SVC1 log files and anything else I could
think of. I even tried uninstalling IIS, blowing away the
Inetpub dir and reinstalling; no dice. As soon as I
restart the site (or the IIS manager) the site somes up
with the "stopped" icon and gives the above error message
on start attempts. I'm running this on Win-2003 Server on
a 1U server w/ dual AMDs and a wad of RAM and storage and
not much else.
Anyone have any idea where to go next? Log files?
Something? I'd rather not have to reinstall the OS.
BTB, I have run this same application configuration w/ no
problems w/ II-5.0, I suspect something about the changes
in 6.0 + need to use serious voodoo to disable socket
pooling may be causing th problem.
Thanks,
Bill >> Stay informed about: Can't start IIS-6.0 Instance |
|
| Back to top |
|
 |  |
External

Since: Nov 24, 2003 Posts: 1
|
(Msg. 2) Posted: Tue Nov 25, 2003 2:19 am
Post subject: Re: Can't start IIS-6.0 Instance [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I saw something like this myself when trying to use httpcfg. Try using
httpcfg delete iplisten -i xxxx:yy to remove what you added with httpcfg and
I bet it will start working again. Although that doesn't do you much good
since you need to disable the socket pooling, at least that will get you
back to having the sites start working.
When I was trying httpcfg today that's exactly what I saw. Then after
playing some more the error changed from the one you reported to one that
said that it could not access a resource because it was locked by another
process. Then used httpcfg to delete all entries for iplisten and the
errors went away. So the question remains is how can one use httpcfg as
documented to prevent socket pooling, without causing these other errors??
** What I really want to do is disable socket pooking entirely. **
I don't want to use iplisten and set up a list of all the IPs that IIS
should listen for and pool. Rather, I just want to tell IIS, "HEY, DON"T
USE SOCKET POOLING FOR ANYTHING!". Just like could be done under IIS 5 with
disablescoketpooling. Hey Microsoft gurus - is something like this
possible?? Please say so, as disabling socket pooling is something quite
different than eliminating IPs for IIS to listen to (which apparently is
what httpcfg does, not actually disabling socket pooling within the IIS
IPs...).
"Bill" <BillKatz RemoveThis @hotmail.com> wrote in message
news:5a5c01c3b2fb$21526810$a601280a@phx.gbl...
> Folks:
>
> Intersting problem with IIS-6.0 I got it up and running,
> turned on SSL, then used the HTTPCFG tool to turn off
> socket pooling as I have another process that wants 80 on
> one of the IPs on the NIC.
>
> As soon as I did that (all of this via Terminal Services)
> the website stopped and couldn't be restarted. From
> within the IIS Service Manager (running locally on the
> server) if I right click the site and try to start the
> site I get an error message saying "The network location
> cannot be reached. Blah blah blah"
>
> I looked at the W3SVC1 log files and anything else I could
> think of. I even tried uninstalling IIS, blowing away the
> Inetpub dir and reinstalling; no dice. As soon as I
> restart the site (or the IIS manager) the site somes up
> with the "stopped" icon and gives the above error message
> on start attempts. I'm running this on Win-2003 Server on
> a 1U server w/ dual AMDs and a wad of RAM and storage and
> not much else.
>
> Anyone have any idea where to go next? Log files?
> Something? I'd rather not have to reinstall the OS.
>
> BTB, I have run this same application configuration w/ no
> problems w/ II-5.0, I suspect something about the changes
> in 6.0 + need to use serious voodoo to disable socket
> pooling may be causing th problem.
>
> Thanks,
>
> Bill<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Can't start IIS-6.0 Instance |
|
| Back to top |
|
 |  |
External

Since: Nov 25, 2003 Posts: 1
|
(Msg. 3) Posted: Tue Nov 25, 2003 2:41 pm
Post subject: Re: Can't start IIS-6.0 Instance [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Richard:
Many thanks, that was indeed the problem, IIS is happy
once again. Of course I am now still faced with the
socket pooling issue and I am reluctant to go at it again
with httpcfg. I have to agree with you, I hope the
Microsoft guys can address this by restoring the ability
to REALLY disable socket pooling as you mention, because
httpcfg doesn't really do what I need it to do. I suppose
my work around is to throw my other process on a different
machine, but that seems a bit backwards as IIS-5.0 could
easily do what I needed it to do . . .
Bill
>-----Original Message-----
>I saw something like this myself when trying to use
httpcfg. Try using
>httpcfg delete iplisten -i xxxx:yy to remove what you
added with httpcfg and
>I bet it will start working again. Although that doesn't
do you much good
>since you need to disable the socket pooling, at least
that will get you
>back to having the sites start working.
>
>When I was trying httpcfg today that's exactly what I
saw. Then after
>playing some more the error changed from the one you
reported to one that
>said that it could not access a resource because it was
locked by another
>process. Then used httpcfg to delete all entries for
iplisten and the
>errors went away. So the question remains is how can one
use httpcfg as
>documented to prevent socket pooling, without causing
these other errors??
>
>** What I really want to do is disable socket pooking
entirely. **
>
>I don't want to use iplisten and set up a list of all the
IPs that IIS
>should listen for and pool. Rather, I just want to tell
IIS, "HEY, DON"T
>USE SOCKET POOLING FOR ANYTHING!". Just like could be
done under IIS 5 with
>disablescoketpooling. Hey Microsoft gurus - is something
like this
>possible?? Please say so, as disabling socket pooling is
something quite
>different than eliminating IPs for IIS to listen to
(which apparently is
>what httpcfg does, not actually disabling socket pooling
within the IIS
>IPs...).
>
>
>"Bill" <BillKatz.RemoveThis@hotmail.com> wrote in message
>news:5a5c01c3b2fb$21526810$a601280a@phx.gbl...
>> Folks:
>>
>> Intersting problem with IIS-6.0 I got it up and
running,
>> turned on SSL, then used the HTTPCFG tool to turn off
>> socket pooling as I have another process that wants 80
on
>> one of the IPs on the NIC.
>>
>> As soon as I did that (all of this via Terminal
Services)
>> the website stopped and couldn't be restarted. From
>> within the IIS Service Manager (running locally on the
>> server) if I right click the site and try to start the
>> site I get an error message saying "The network location
>> cannot be reached. Blah blah blah"
>>
>> I looked at the W3SVC1 log files and anything else I
could
>> think of. I even tried uninstalling IIS, blowing away
the
>> Inetpub dir and reinstalling; no dice. As soon as I
>> restart the site (or the IIS manager) the site somes up
>> with the "stopped" icon and gives the above error
message
>> on start attempts. I'm running this on Win-2003 Server
on
>> a 1U server w/ dual AMDs and a wad of RAM and storage
and
>> not much else.
>>
>> Anyone have any idea where to go next? Log files?
>> Something? I'd rather not have to reinstall the OS.
>>
>> BTB, I have run this same application configuration w/
no
>> problems w/ II-5.0, I suspect something about the
changes
>> in 6.0 + need to use serious voodoo to disable socket
>> pooling may be causing th problem.
>>
>> Thanks,
>>
>> Bill
>
>
>.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Can't start IIS-6.0 Instance |
|
| Back to top |
|
 |  |
External

Since: Sep 02, 2003 Posts: 912
|
(Msg. 4) Posted: Tue Dec 16, 2003 11:30 am
Post subject: Re: Can't start IIS-6.0 Instance [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I have yet to have any issues setting iplisten lists. Try again; ensure you are not binding the address (the one IIS will not be listening on) to any site within IIS.
Thank you. I hope this information is helpful.
Tim Coffey [MSFT]
This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: <BillKatz RemoveThis @hotmail.com>
| Sender: <BillKatz RemoveThis @hotmail.com>
| References: <5a5c01c3b2fb$21526810$a601280a@phx.gbl> <Pb2dnfauNaKlRV-i4p2dnA RemoveThis @comcast.com>
| Subject: Re: Can't start IIS-6.0 Instance
| Date: Tue, 25 Nov 2003 11:41:37 -0800
| Lines: 109
| Message-ID: <037f01c3b38c$241e3a60$a301280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcOzjCQe+pxZP0EXSzOkIZpfNQcyxQ==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.iis:284971
| NNTP-Posting-Host: tk2msftngxa11.phx.gbl 10.40.1.163
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Richard:
|
| Many thanks, that was indeed the problem, IIS is happy
| once again. Of course I am now still faced with the
| socket pooling issue and I am reluctant to go at it again
| with httpcfg. I have to agree with you, I hope the
| Microsoft guys can address this by restoring the ability
| to REALLY disable socket pooling as you mention, because
| httpcfg doesn't really do what I need it to do. I suppose
| my work around is to throw my other process on a different
| machine, but that seems a bit backwards as IIS-5.0 could
| easily do what I needed it to do . . .
|
| Bill
|
| >-----Original Message-----
| >I saw something like this myself when trying to use
| httpcfg. Try using
| >httpcfg delete iplisten -i xxxx:yy to remove what you
| added with httpcfg and
| >I bet it will start working again. Although that doesn't
| do you much good
| >since you need to disable the socket pooling, at least
| that will get you
| >back to having the sites start working.
| >
| >When I was trying httpcfg today that's exactly what I
| saw. Then after
| >playing some more the error changed from the one you
| reported to one that
| >said that it could not access a resource because it was
| locked by another
| >process. Then used httpcfg to delete all entries for
| iplisten and the
| >errors went away. So the question remains is how can one
| use httpcfg as
| >documented to prevent socket pooling, without causing
| these other errors??
| >
| >** What I really want to do is disable socket pooking
| entirely. **
| >
| >I don't want to use iplisten and set up a list of all the
| IPs that IIS
| >should listen for and pool. Rather, I just want to tell
| IIS, "HEY, DON"T
| >USE SOCKET POOLING FOR ANYTHING!". Just like could be
| done under IIS 5 with
| >disablescoketpooling. Hey Microsoft gurus - is something
| like this
| >possible?? Please say so, as disabling socket pooling is
| something quite
| >different than eliminating IPs for IIS to listen to
| (which apparently is
| >what httpcfg does, not actually disabling socket pooling
| within the IIS
| >IPs...).
| >
| >
| >"Bill" <BillKatz RemoveThis @hotmail.com> wrote in message
| >news:5a5c01c3b2fb$21526810$a601280a@phx.gbl...
| >> Folks:
| >>
| >> Intersting problem with IIS-6.0 I got it up and
| running,
| >> turned on SSL, then used the HTTPCFG tool to turn off
| >> socket pooling as I have another process that wants 80
| on
| >> one of the IPs on the NIC.
| >>
| >> As soon as I did that (all of this via Terminal
| Services)
| >> the website stopped and couldn't be restarted. From
| >> within the IIS Service Manager (running locally on the
| >> server) if I right click the site and try to start the
| >> site I get an error message saying "The network location
| >> cannot be reached. Blah blah blah"
| >>
| >> I looked at the W3SVC1 log files and anything else I
| could
| >> think of. I even tried uninstalling IIS, blowing away
| the
| >> Inetpub dir and reinstalling; no dice. As soon as I
| >> restart the site (or the IIS manager) the site somes up
| >> with the "stopped" icon and gives the above error
| message
| >> on start attempts. I'm running this on Win-2003 Server
| on
| >> a 1U server w/ dual AMDs and a wad of RAM and storage
| and
| >> not much else.
| >>
| >> Anyone have any idea where to go next? Log files?
| >> Something? I'd rather not have to reinstall the OS.
| >>
| >> BTB, I have run this same application configuration w/
| no
| >> problems w/ II-5.0, I suspect something about the
| changes
| >> in 6.0 + need to use serious voodoo to disable socket
| >> pooling may be causing th problem.
| >>
| >> Thanks,
| >>
| >> Bill
| >
| >
| >.
| >
| >> Stay informed about: Can't start IIS-6.0 Instance |
|
| Back to top |
|
 |  |
| Related Topics: | Object reference not set to an instance of an object - Hi, i created an alternate address for a web site on my companies intranet. The original site is reached by typing in an IP address. I created a host header with the name of helpdesk to also access the site. But when i try to reach the site with ...
How do I go about Stopping/Starting IIS Website Instance f.. - I am trying to figure out how to stop/start a particular IIS website from the command line. I don't want to stop the entire IIS service. Any help would be appreciated. Thanks much, Anthony Biondo Jr. Senior Web Developer Keystone Mercy Health Plan -..
IIS won't start.. - Out of the blue my IIS services will not start. Get: Error 13, Data is not valid. System is Windows XP Pro, SP1 IIS 5.1 with auto updates fully updated... This problem suddenly occurred today. Several reboots tried, tried starting service several time...
IIS 6 won`t start - <If this is the wrong news group, sorry.> I was have problems with iis. So, i wanted to start from the begin. (did not have much on the web server. thought it was the easiest thing to do) I removed and reinstalled iis on 2 of my servers. (in doma...
can not start IIS - Hi every body, I have win2000 installed and I need to use IIS but it's stopped and when i try to start it it wont start. any suggestuins? Thank you , Ania |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|