BorkedBear Posted January 16, 2014 Posted January 16, 2014 (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 January 16, 2014 by BorkedBear
Edu-IT Posted January 16, 2014 Posted January 16, 2014 Have you tried it on a different port to see if it works?
benjie Posted January 16, 2014 Posted January 16, 2014 Have you got anything listening on port 80 already?
Edu-IT Posted January 16, 2014 Posted January 16, 2014 Is Eclipse.Net installed under the default web site, or a separate one? It may be the default listening on Port 80 if so.
benjie Posted January 16, 2014 Posted January 16, 2014 (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 January 16, 2014 by benjie
AceDaz Posted January 17, 2014 Posted January 17, 2014 I had to put Eclipse on its own server as it works better on its own, Have you used the Configure program to set the parameters?
BorkedBear Posted January 17, 2014 Author Posted January 17, 2014 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. >_<
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now