Can't user Wamp server
Posted by: ziohausam (---.static.link.net)
Date: October 02, 2010 11:44AM

Hello All,

I have been using wamp server for 3 years now. last version I have installed is WampServer2.0f. it was working fine and suddenly today I find my self can't access local host. it just keeps loading without redirecting me to the localhost home page. status bar just says waiting for [localhost]. any help about how i can detect the problem to fix it?

i have already uninstalled wamp server from control panel then deleted the wamp folder completely. reinstalled the application, and still can't load local host (i am sure that i am putting the server online).

any thoughts about how i can detect the problem?

Regards,
Hossam

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: yfastud (Moderator)
Date: October 02, 2010 02:46PM

if been using for 3 yrs then suddenly stop, you should NOT uninstall wamp but figure out which other soft prevent or conflict wamp; also, auto update win would auto enable IIS or reset hosts file which conflicts wamp; also, your firewall/antivirus auto update would block wamp too; any recent installed programs, no matter intended or unintended, would also conflict wamp; you should check these first

Have fun,

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

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: ziohausam (---.static.link.net)
Date: October 02, 2010 07:03PM

I haven't install anything new for the previous month. also the same work and security environment as it is. Auto update is disabled.

Is there any log I can check, or any analyzer I can run to detect the conflict?

Regards

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: yfastud (Moderator)
Date: October 02, 2010 07:32PM

log files in logs folder and you can run netstat command such as command below to find which soft runs on port 80 results conflict w/ wamp

netstat -o -n -a | findstr 0.0:80

Have fun,

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

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: ziohausam (---.static.link.net)
Date: October 03, 2010 08:40AM

The result of the command:

TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4332


I have checked logs folder, i found the following:

in apache_error.log. the latest line is an errors that just keeps copied in the file and increase the file size tremendously. just open wamp, and the log file will start increasing until you exit wamp.


[Sun Oct 03 08:31:15 2010] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 configured -- resuming normal operations
[Sun Oct 03 08:31:15 2010] [notice] Server built: Dec 10 2008 00:10:06
[Sun Oct 03 08:31:15 2010] [notice] Parent: Created child process 772
[Sun Oct 03 08:31:16 2010] [notice] Child 772: Child process is running
[Sun Oct 03 08:31:16 2010] [notice] Child 772: Acquired the start mutex.
[Sun Oct 03 08:31:16 2010] [notice] Child 772: Starting 64 worker threads.
[Sun Oct 03 08:31:16 2010] [notice] Child 772: Starting thread to listen on port 80.
[Sun Oct 03 08:31:16 2010] [error] (OS 10022)An invalid argument was supplied. : Child 772: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.

===============================


in php_error.log


[03-Oct-2010 08:31:02] PHP Notice: Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
[03-Oct-2010 08:31:02] PHP Notice: Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
[03-Oct-2010 08:31:02] PHP Notice: Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
[03-Oct-2010 08:31:02] PHP Notice: Undefined offset: 1 in C:\wamp\scripts\refresh.php on line 385
[03-Oct-2010 08:31:02] PHP Notice: Undefined offset: 1 in C:\wamp\scripts\refresh.php on line 385
[03-Oct-2010 08:31:02] PHP Notice: Undefined variable: list in C:\wamp\scripts\wampserver.lib.php on line 33
[03-Oct-2010 08:31:02] PHP Warning: Invalid argument supplied for foreach() in C:\wamp\scripts\refresh.php on line 497

==============================


in mysql.log:


101003 8:30:47 InnoDB: Starting shutdown...
101003 8:30:47 InnoDB: Shutdown completed; log sequence number 0 46409
101003 8:30:47 [Note] wampmysqld: Shutdown complete

101003 8:31:16 InnoDB: Started; log sequence number 0 46409
101003 8:31:16 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
101003 8:31:16 [ERROR] Incorrect definition of table mysql.event: expected column 'sql_mode' at position 14 to have type set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','NOT_USED','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_ALL_TABLES','NO_ZERO_IN_DATE','NO_ZERO_DATE','INVALID_DATES','ERROR_FOR_DIVISION_BY_ZERO','TRADITIONAL','NO_AUTO_CREATE_USER','HIGH_NOT_PRECEDENCE','NO_ENGINE_SUBSTITUTION','PAD_CHAR_TO_FULL_LENGTH'), found type set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','NOT_USED','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_ALL_TABLES','NO_Z
101003 8:31:16 [ERROR] Event Scheduler: An error occurred when initializing system tables. Disabling the Event Scheduler.
101003 8:31:16 [Note] wampmysqld: ready for connections.
Version: '5.1.30-community-log' socket: '' port: 3306 MySQL Community Server (GPL)

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: October 03, 2010 09:01AM

apache not enabled in firewall...

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: ziohausam (---.static.link.net)
Date: October 03, 2010 09:49AM

Firewall client is disabled. Also need to say that wamp server is installed on my laptop and i am trying to access it from the same laptop. not from any other machine on the network.
even when i am not accessing the work network, still the same.

What makes things harder is that httpd.exe process that is listening to port 80 takes more than 40% of the CPU usage.

shall I go a head and refresh my Windows installation? Any further check I can perform ?

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: October 03, 2010 11:01AM

ita probably using 40% cos its trying to start up...

u sure all firewalls are disabled? and other programs open? give a list..

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: Balachandra (117.198.96.---)
Date: October 03, 2010 12:54PM

I have installed the wamp server, but i cann't work with the wamp server, it is showing quick lunch icon with languge menu, about menu and etc but not showing anything that showed in web presentation section of this website.

So, my qustion is, How to config the wamp server to my computer?
my OS is windows XP SP3

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: October 03, 2010 01:15PM

left click smiling smiley

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Can't user Wamp server on Window 7 64 Bit Os
Posted by: wasimsse (119.153.69.---)
Date: October 06, 2010 06:45AM

HI

few day before i have installed a Win 7 by replacing Vista. when i installed a Wamp on it. it continuously come off line, i try all possible way for starting it .but steel cant able to start kindly help me out from this problem

thanks
Muhammad waseem

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: ziohausam (---.static.link.net)
Date: October 24, 2010 12:31PM

Just to let you know.

I tried to go into the registry and delete any possible Key, value, or data related to wamp server after I have uninstalled it, and now it works.

I don't know if this can help you understand what the problem was. I hope that any one can think about what the problem was to give his opinion.

I am fine now.

Regards,
Hossam

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: October 24, 2010 12:37PM

i know what this issue is.. im currently building a TroubleShooter for Wamp. i will include this check in the registry for the right apache version

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: ziohausam (---.static.link.net)
Date: October 24, 2010 04:02PM

That will be great.
Thanks
Hossam

Options: ReplyQuote
Re: Can't user Wamp server
Posted by: claudio.galdiolo (---.cable.mindspring.com)
Date: November 05, 2010 09:26PM

Hi guys,
I had the same problem and I just solved checking winsock, with start -> run -> msinfo32
as suggested in
[support.microsoft.com]

i've seen a software for recording streaming recently installed that took the place of the original MSAFD
so i uninstalled that software and everything works now! (now the protocol is back to MSAFD)
i've seen in other forum that the same result is achieved using the command:

netsh winsock RESET

but I never tried

2 days beating my head against the wall... so I hope this can help someone...

Options: ReplyQuote


Sorry, only registered users may post in this forum.