patricia
patricia

Reputation: 41

Wampserver services do not start

I installed Wampserver3 yesterday on my Win7 laptop. After a few hours of troubleshooting (reinstalling, installation of VC versions, etc.) the icon finally went green. Today I rebooted my laptop and unfortunately the icon is red ('None of 2 services is running'). The interesting thing is that I am not even able to install the Apache and Mysql services within Wampserver: the Mysql installation does not start at all, the Apache installation quits after I press ENTER. (Yesterday, when somehow Wampserver managed to run, I did not have these problems of course.)

I have already done and checked these, no improvement:

After a new reinstallation the Apache error log looks like this:

[Thu Feb 18 12:54:59.108975 2016] [auth_digest:notice] [pid 2924:tid 352] AH01757: generating secret for digest authentication ...
[Thu Feb 18 12:54:59.124575 2016] [mpm_winnt:notice] [pid 2924:tid 352] AH00455: Apache/2.4.17 (Win32) PHP/5.6.15 configured -- resuming normal operations
[Thu Feb 18 12:54:59.124575 2016] [mpm_winnt:notice] [pid 2924:tid 352] AH00456: Apache Lounge VC14 Server built: Oct 11 2015 16:06:02
[Thu Feb 18 12:54:59.124575 2016] [core:notice] [pid 2924:tid 352] AH00094: Command line: 'C:\\wamp\\bin\\apache\\apache2.4.17\\bin\\httpd.exe -d C:/wamp/bin/apache/apache2.4.17'
[Thu Feb 18 12:54:59.124575 2016] [mpm_winnt:notice] [pid 2924:tid 352] AH00418: Parent: Created child process 4396
[Thu Feb 18 12:55:00.096204 2016] [auth_digest:notice] [pid 4396:tid 192] AH01757: generating secret for digest authentication ...
[Thu Feb 18 12:55:00.158604 2016] [mpm_winnt:notice] [pid 4396:tid 192] AH00354: Child: Starting 64 worker threads.

I guess these lines appear because I forced the services to run in the Computer Management / Services - there is no reaction if I start them within Wampserver, using 'Start All Services'.

Can anybody help, please? I've been reading forums and troubleshooting tips for hours, and really tried everything I could. Among others, I followed the instructions of the wampserver troubleshooting page.

EDIT:

I checked the Event Viewer. The only relevant errors were:

The wampmysqld service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly.

And the same with wampapache. I followed the instructions of Microsoft to this problem, no improvement.

Upvotes: 0

Views: 2045

Answers (1)

Tizak
Tizak

Reputation: 71

Try running Wampserver as Administrator.

Upvotes: 1

Related Questions