You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Javier Arancibia <ja...@nacion-seguros.com.ar> on 2010/09/02 14:51:07 UTC

Re: [users@httpd] Intermittent crashing web server service

you have oracle. Open a metalink ticket,

Javier


                                                                           
             Mike Schleif                                                  
             <md...@helices.org>                                             
                                                                      Para 
             30/08/2010 15:33          users@httpd.apache.org              
                                                                        cc 
                                                                           
                Por favor,                                          Asunto 
                responda a             Re: [users@httpd] Intermittent      
             users@httpd.apach         crashing web server service         
                   e.org                                                   
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




On 8/28/2010 10:39 PM, Frank Gingras wrote:
 > On 08/28/2010 03:28 PM, Mike Schleif wrote:
 >> I've a client running Apache on a MSWindows server with an
 >> intermittent crashing web server service.
 >>
 >> [1] Names & Versions:
 >>
 >> OS Name Microsoft® Windows® Web Server 2008
 >> Version 6.0.6002 Service Pack 2 Build 6002
 >>
 >> C:\oracle\ora81\Apache\Apache\Apache.exe -v
 >> Server version: Apache/1.3.12 (Win32)
 >> Server built: Nov 8 2000 20:08:38
 >>
 >> Service: OracleOraHome81HTTPServer
 >>
 >> [2] SSL / https
 >>
 >> [3] Apparently, the service crashes when accessed by Firefox browsers,
 >> not Internet Explorer.
 >>
 >> [4] Following error_log message correlates with crashed service; but,
 >> service does NOT always crash when this error occurs:
 >>
 >> [crit] (10038)An operation was attempted on something that is not a
 >> socket: Parent: WSADuplicateSocket failed for socket 284.
 >>
 >> It is always: "10038" ; always "WSADuplicateSocket" ; always "socket
284"
 >>
 >> What else do you need to identify the root cause?
 >>
 >> How can we correct this problem and prevent this problem from
recurring?
 >>
 >> I appreciate all assistance in resolving this issue.

 > Mike,
 >
 > Are you really still running 1.3.12?
 >
 > Frank

Yes.  I've googled the error, and others have experienced it on v2.x
apache - so, something with this problem is apache version agnostic.

My client fears tampering with version dependencies.  Notice that their
application is on Oracle v8.1x.  Nothing about this problem is vendor
supported, which is why I'm consulting on this.

If they're right, and this problem only occurs with Firefox, there
should be several less invasive solutions.

Please, advise.


If ever I can be of service to you; contact me at once.

I wish for you a truly extraordinary day ...

--
Best Regards,

Mike Schleif
612-235-6060
http://mdsresource.net
http://www.linkedin.com/in/schleif
http://facebook.com/MDSResource
http://twitter.com/mikeschleif


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Intermittent crashing web server service

Posted by Tom Evans <te...@googlemail.com>.
On Thu, Sep 2, 2010 at 4:12 PM, Mike Schleif <md...@helices.org> wrote:
> I'd settle for any ideas from the Apache community.  How would you
> troubleshoot this as a web server issues?
>
> What is Apache error # 10038?

That isn't an Apache error code, it is a windows error code (did you
try googling for it?) that is raised when an application tries to do
socket operations on something that isn't a socket.

>
> Where are Apache configurations for sockets?

In 1.3, there are none.

>
> How could a Firefox browser session introduce a socket to a session that is
> NOT introduced in an IE session?
>

Application bug?

> Thank you, for your consideration.  I'm simply trying to troubleshoot this
> as far as I can.
>
> Also, I initially prepared this client for a scenario that we may need to
> REJECT Firefox browsers at session initialization.  What may be the
> simplest, most effective way to accomplish this?

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Firefox
RewriteRule ^ - [F]

Cheers

Tom

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Intermittent crashing web server service

Posted by Mike Schleif <md...@helices.org>.
On 9/2/2010 7:51 AM, Javier Arancibia wrote:
 > you have oracle. Open a metalink ticket,
 >
 > Javier
 > Mike Schleif
 > <md...@helices.org>
 > Para
 > 30/08/2010 15:33          users@httpd.apache.org
 > cc
 >
 > Por favor, Asunto responda a
 > Re: [users@httpd] Intermittent crashing web server service
 >
 > On 8/28/2010 10:39 PM, Frank Gingras wrote:
 >   >  On 08/28/2010 03:28 PM, Mike Schleif wrote:
 >   >>  I've a client running Apache on a MSWindows server with an
 >   >>  intermittent crashing web server service.
 >   >>
 >   >>  [1] Names&  Versions:
 >   >>
 >   >>  OS Name Microsoft® Windows® Web Server 2008
 >   >>  Version 6.0.6002 Service Pack 2 Build 6002
 >   >>
 >   >>  C:\oracle\ora81\Apache\Apache\Apache.exe -v
 >   >>  Server version: Apache/1.3.12 (Win32)
 >   >>  Server built: Nov 8 2000 20:08:38
 >   >>
 >   >>  Service: OracleOraHome81HTTPServer
 >   >>
 >   >>  [2] SSL / https
 >   >>
 >   >>  [3] Apparently, the service crashes when accessed by Firefox 
browsers,
 >   >>  not Internet Explorer.
 >   >>
 >   >>  [4] Following error_log message correlates with crashed 
service; but,
 >   >>  service does NOT always crash when this error occurs:
 >   >>
 >   >>  [crit] (10038)An operation was attempted on something that is not a
 >   >>  socket: Parent: WSADuplicateSocket failed for socket 284.
 >   >>
 >   >>  It is always: "10038" ; always "WSADuplicateSocket" ; always 
"socket
 > 284"
 >   >>
 >   >>  What else do you need to identify the root cause?
 >   >>
 >   >>  How can we correct this problem and prevent this problem from
 > recurring?
 >   >>
 >   >>  I appreciate all assistance in resolving this issue.
 >
 >   >  Mike,
 >   >
 >   >  Are you really still running 1.3.12?
 >   >
 >   >  Frank
 >
 > Yes.  I've googled the error, and others have experienced it on v2.x
 > apache - so, something with this problem is apache version agnostic.
 >
 > My client fears tampering with version dependencies.  Notice that their
 > application is on Oracle v8.1x.  Nothing about this problem is vendor
 > supported, which is why I'm consulting on this.
 >
 > If they're right, and this problem only occurs with Firefox, there
 > should be several less invasive solutions.
 >
 > Please, advise.

Of course, you noticed that this is running Oracle v8.1x ...

I'd settle for any ideas from the Apache community.  How would you 
troubleshoot this as a web server issues?

What is Apache error # 10038?

Where are Apache configurations for sockets?

How could a Firefox browser session introduce a socket to a session that 
is NOT introduced in an IE session?

Thank you, for your consideration.  I'm simply trying to troubleshoot 
this as far as I can.

Also, I initially prepared this client for a scenario that we may need 
to REJECT Firefox browsers at session initialization.  What may be the 
simplest, most effective way to accomplish this?


If ever I can be of service to you; contact me at once.

I wish for you a truly extraordinary day ...

-- 
Best Regards,

Mike Schleif
612-235-6060
http://mdsresource.net
http://www.linkedin.com/in/schleif
http://facebook.com/MDSResource
http://twitter.com/mikeschleif




If ever I can be of service to you; contact me at once.

I wish for you a truly extraordinary day ...


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org