Problem not yet solved!
Posted by: Slider (---.rdsnet.ro)
Date: December 18, 2007 05:51PM

ok...here is the thing, i am using wamp over 1 year now, never had problems before, all
went smothly as can be....

got the wampserver 2 and the problem that i have is like this:
-if i start a webpage it loads only half or only some of the images that should load
-phpmyadmin running the same , frezzing from time to time
-not even one page hasn't been loaded corectly

What i have tried:

1. reinstall wampserver. nothing
2. cleaning register , uninstalling wampserver, cleaning register, restart, install wamp, nothing
3. went to see if IIS blockes my 80 port, i don't have IIS installed.
4. i presume maybe something else blocking my port, got a port software, to see all the ports that i am using, only apache is using port 80. nothing
5. disabled my firewall , get restart, and start wamp. nothing
6. used wamp on other browsers: IE7, Firefox, Opera. nothing
7. disabled my antivirus from my computer , (even if wamp worked with the same antivirus). nothing
8. also changed port to 81 , maybe i am missing something, and again nothing
9. i have a new install now, with the same problem, waiting for your respond

So, i would like to now, what to do please, if there is a solution without remaking the hole SO, because i have work to do.

The only ideea is that i should post here the log files, not all , but at least a part.

apache_error.log
[Tue Dec 18 18:26:10 2007] [notice] Apache/2.2.6 (Win32) PHP/5.2.5 configured -- resuming normal operations
[Tue Dec 18 18:26:10 2007] [notice] Server built: Sep 5 2007 08:58:56
[Tue Dec 18 18:26:10 2007] [notice] Parent: Created child process 2624
[Tue Dec 18 18:26:10 2007] [notice] Child 2624: Child process is running
[Tue Dec 18 18:26:10 2007] [notice] Child 2624: Acquired the start mutex.
[Tue Dec 18 18:26:10 2007] [notice] Child 2624: Starting 250 worker threads.
[Tue Dec 18 18:26:10 2007] [notice] Child 2624: Starting thread to listen on port 80.
[Tue Dec 18 18:27:29 2007] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed.
[Tue Dec 18 18:27:36 2007] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Tue Dec 18 18:27:36 2007] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed.
[Tue Dec 18 18:27:38 2007] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Tue Dec 18 18:27:39 2007] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Tue Dec 18 18:27:40 2007] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed.
[Tue Dec 18 18:27:41 2007] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed.




If someone can help me, i am freeking out for over a week.
BTW i have installed Wampserver on a different computer, just to see if it works, and yes it works just fine.
I can't seem to figure out my problem!!



Edited 1 time(s). Last edit at 12/18/2007 06:01PM by Slider.

Options: ReplyQuote
Re: Problem not yet solved!
Posted by: yfastud (Moderator)
Date: December 18, 2007 06:36PM

I wonder if your current computer is using w2k or 2k3 and other computer is xp or vista? I've been here for awhile and notice that "winnt_accept: Asynchronous AcceptEx failed" is a common fail for w2k and 2k3

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Problem not yet solved!
Posted by: Slider (---.rdsnet.ro)
Date: December 18, 2007 07:28PM

so, my computer is using XP, the other computer uses XP, and on my computer wampserver worked, it worked just fine for about 8 months or so.

about w2k or 2k3, i don't know what does means.........tongue sticking out smiley....if you could explain i will say what my computer uses.



Edited 1 time(s). Last edit at 12/18/2007 07:30PM by Slider.

Options: ReplyQuote
Re: Problem not yet solved!
Posted by: yfastud (Moderator)
Date: December 18, 2007 07:51PM

It's windows 2000 and 2003, and for your problem, try this:

Open file httpd.conf in C:/wamp/bin/apache/apache2.2.6/conf

Find:
ThreadsPerChild 250

Replace with:

ThreadsPerChild 400

Find:
#EnableMMAP off
#EnableSendfile off

Replace with:
EnableMMAP off
EnableSendfile off

Restart wamp to take effect

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Problem not yet solved!
Posted by: Slider (---.rdsnet.ro)
Date: December 18, 2007 07:51PM

ok......got a little documentation on that apache warn, so......



i have edited httpd.conf and there are these two lines:

#EnableMMAP off
#EnableSendfile off

i have enabled them like so :

EnableMMAP off
EnableSendfile off

and after these two added:

Win32DisableAcceptEx

tongue sticking out smileyPPPPPPPPPPPPPPPPP

So: just put the 3 lines like so in your httpd.conf, if you have the same problem as me:

EnableMMAP off
EnableSendfile off
Win32DisableAcceptEx

...................

Works again smoothly!!!!!!

Thank you!

Options: ReplyQuote
Re: Problem not yet solved!
Posted by: Slider (---.rdsnet.ro)
Date: December 18, 2007 07:55PM

can't find the line : ThreadsPerChild 250

But, thank you alot ! Problem solve!

BTW.....I am having fun!

Options: ReplyQuote


Sorry, only registered users may post in this forum.