Jump to content

Recommended Posts

Posted (edited)

Hi guys, sorry if I'm not making much sense just been on this for a while and my brains starting to turn to mush.

 

I've just been trying to get Eclipse.Net set up on one of our servers. After getting IIS7, MySQL and the Eclipse Server actually installed and licensed I've not been able to figure out how to get it running. After opening Server Manager and trying to start the website the following error comes up;

"The World Wide Web Publishing Service (WWW Service) did not register the URL prefix http://*:80/ for site 1. The site has been disabled. The data field contains the error number."

 

After doing some research into this and what I'm finding is several blogs suggesting that I use "netstat -ano |findstr 80" on the command prompt to see what's using the port. My first line returned is "TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 1672". The problem is I can't figure out what to do next since everything that gave me the netstat command to try says the solution won't work if something is listening. Any help on how to continue or what to try next to find out what's going on would be greatly appreciated.

Edited by BorkedBear
Posted (edited)
By the looks of it you have something already listening on port 80. To find out what it is : open task manager, Process tab, add the PID column. Look for the process with PID of 1672. You can't have two different programs listening on port 80, you then need to change the port on either that service or IIS. Edited by benjie
Posted
Hey all, thanks for your suggestions. Shortly after posting this thread yesterday I realised someone forgot to restart the server. It was working after that so guess that was all it was. Sorry about that. >_<

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...