You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Roman Neuhauser <cy...@mail.cz> on 2001/03/27 14:02:52 UTC

os-windows/7471: NT service is screwed

>Number:         7471
>Category:       os-windows
>Synopsis:       NT service is screwed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Mar 27 04:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     cynic@mail.cz
>Release:        apache-1.3_20010327051200
>Organization:
apache
>Environment:
NT 5 Pro SP 1
MSVC 6 SP 3
Intel C Compiler 4.5
>Description:
compilation went fine (except for the known issue with rotatelogs), the service installed fine, too. however, during startup of the service, NT reports a 'memory could not be written' error, the status of the service in the 'services' CP is displayed as stopped, but apache is in fact running. 

D:\__server__>apache -i -n __apache__ -f ./conf/httpd.conf
Installing the __apache__ service
The __apache__ service has been installed successfully.

D:\__server__>apache -k start -n __apache__
The __apache__ service is starting.
The __apache__ service has started.

D:\__server__>apache -k stop -n __apache__
The __apache__ service is not started.

The problem doesn't show up in the console mode.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]
 
 


Re: os-windows/7471: NT service is screwed

Posted by Cynic <cy...@mail.cz>.
Yes, I intended to update the PR, but forgot to do so.
Only one process running, >50 threads.

thanks for the prompt reply!

At 18:04 27.3. 2001, William A. Rowe, Jr. wrote the following:
-------------------------------------------------------------- 
>From: "Roman Neuhauser" <cy...@mail.cz>
>Sent: Tuesday, March 27, 2001 6:02 AM
>
>
>> compilation went fine (except for the known issue with rotatelogs), the service installed fine, too. however, during startup of
>the service, NT reports a 'memory could not be written' error, the status of the service in the 'services' CP is displayed as
>stopped, but apache is in fact running.
>
>Sound's like the parent died, orphaning the child.  You should see two Apache.exe
>apps in the taskbar.  Choose columns and add the thread count.  Parents have 3 or
>so threads, children have 50 and some change.  Which remains running (if either
>or both?)
------end of quote------ 


cynic@mail.cz
-------------
And the eyes of them both were opened and they saw that their files
were world readable and writable, so they chmoded 600 their files.
    - Book of Installation chapt 3 sec 7 


Re: os-windows/7471: NT service is screwed

Posted by "William A. Rowe, Jr." <ad...@rowe-clan.net>.
From: "Roman Neuhauser" <cy...@mail.cz>
Sent: Tuesday, March 27, 2001 6:02 AM


> compilation went fine (except for the known issue with rotatelogs), the service installed fine, too. however, during startup of
the service, NT reports a 'memory could not be written' error, the status of the service in the 'services' CP is displayed as
stopped, but apache is in fact running.

Sound's like the parent died, orphaning the child.  You should see two Apache.exe
apps in the taskbar.  Choose columns and add the thread count.  Parents have 3 or
so threads, children have 50 and some change.  Which remains running (if either
or both?)