Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: The Requested operation has failed! |
|
Author |
|
hrudayak.tammana
Joined: 14 Sep 2011 Posts: 2 Location: India
|
Posted: Wed 14 Sep '11 14:23 Post subject: The Requested operation has failed! |
|
|
Hi,
I'm installing apache for the first time
I have installed (httpd-2.2.20-win32-x86-no_ssl.msi) on a Win XP SP2 machine.
Network Domain: my computer name (dgslblr)
Server Name: my computer name (dgslblr)
Admin Email: my office mail id
After the installation I tryed to start the apache server, it only gave met the error "The Requested operation has failed!".
The event log only gives me a id :3299 and a time and date and it shows error for type field and
The Apache service named reported the following error:
>>> httpd.exe: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
I have not installed any other software.
I have also tried with the command httpd.exe -e debug in dos, it shows following statement
C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd.exe -e debug
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module actions_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module alias_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module asis_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module auth_basic_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module authn_default_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module authn_file_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module authz_default_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module authz_groupfile_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module authz_host_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module authz_user_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module autoindex_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module cgi_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module dir_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module env_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module include_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module isapi_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module log_config_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module mime_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module negotiation_module
[Wed Sep 14 16:56:47 2011] [debug] mod_so.c(246): loaded module setenvif_module
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.27 for ServerName(OS 10048)Only one usage of each socket address (protocol/network address/port)is normally permitted. : make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
Unable to open logs
Has anyone ever encountered this or can anyone help me?
Can you please help me on this issue
Regards,
Hrudaya |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Wed 14 Sep '11 14:39 Post subject: |
|
|
ServerName that is easy to solve.
Quote: |
Only one usage of each socket address
|
Did you install apache as service and tried to start it via console? |
|
Back to top |
|
hrudayak.tammana
Joined: 14 Sep 2011 Posts: 2 Location: India
|
Posted: Wed 14 Sep '11 15:08 Post subject: |
|
|
Do you mean I can't use same name for the network domain and server name.
I have installed for Current User |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Wed 14 Sep '11 16:40 Post subject: |
|
|
you can use the same name. Most common is to use localhost for server name.
It seems there is already a program listen on port 8080 or it is blocked by a firewall. |
|
Back to top |
|
|
|
|
|
|