Page 1 of 1

new install won't load eventhough all services are active

PostPosted: 20. July 2008 05:33
by kipasa
i have installed XAMPP numerous times before on my XP based machines, with no problem, until now. The install seems to be working fine, and the xampp control panel tells me apache and mysql services have started. but when i try to access http://localhost/ it continues trying to access that address for 10 minutes and doesn't load.

So i went to my error.log, and found this:
===========================================
[Sun Jul 20 12:29:16 2008] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Sun Jul 20 12:29:16 2008] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Sun Jul 20 12:29:16 2008] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Sun Jul 20 12:29:16 2008] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Sun Jul 20 12:29:17 2008] [notice] Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.1 configured -- resuming normal operations
[Sun Jul 20 12:29:17 2008] [notice] Server built: Mar 5 2007 11:23:00
[Sun Jul 20 12:29:17 2008] [notice] Parent: Created child process 5284
[Sun Jul 20 12:29:19 2008] [notice] Child 5284: Child process is running
[Sun Jul 20 12:29:19 2008] [notice] Child 5284: Acquired the start mutex.
[Sun Jul 20 12:29:19 2008] [notice] Child 5284: Starting 250 worker threads.
[Sun Jul 20 12:29:19 2008] [notice] Child 5284: Starting thread to listen on port 443.
[Sun Jul 20 12:29:19 2008] [notice] Child 5284: Starting thread to listen on port 80.
[Sun Jul 20 12:29:19 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 5284: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sun Jul 20 12:29:19 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 5284: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sun Jul 20 12:29:19 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 5284: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sun Jul 20 12:29:19 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 5284: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sun Jul 20 12:29:19 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 5284: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sun Jul 20 12:29:19 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 5284: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sun Jul 20 12:29:19 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 5284: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sun Jul 20 12:29:19 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 5284: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sun Jul 20 12:29:19 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 5284: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Sun Jul 20 12:29:19 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 5284: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
===========================================

I don't understand this, can anyone explain it to me please? and what do i do to fix this install?

Thanks!

Kipasa

PostPosted: 20. July 2008 05:35
by kipasa
I forgot to say that my firewall is turned OFF, and my machine runs Windows XP 32bit SP3...

PostPosted: 20. July 2008 11:10
by Wiedmann
[Sun Jul 20 12:29:19 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 5284: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.

and what do i do to fix this install?

Add "Win32DisableAcceptEx" to your httpd.conf.

PostPosted: 20. July 2008 12:56
by kipasa
thank you , you are the MAN :)
i saw that sentence but didn't understand it.
it works now... i love xampp