Link to home
Start Free TrialLog in
Avatar of jcjans
jcjans

asked on

SBS 2003 Premium Default Website

Ok I am at the end of my rope with this...
I recently had to restore my SBS box from NTBACKUP, and now the default website,(with OWA, OMA, RWW), and the  companyweb sites will not start in IIS (6) due to error "The process cannot access the file because it is being used by another process" ... I am using pretty much out of the box defaults, with ISA 2004 configured. Default uses ports 80 and 443,and companyweb is using 80 and 444. Everything worked great prior to a drive failure that required the restore from backup.

I have ran the Connect to the Internet Wizards and  followed about a zillion threads and articles on this starting with this one:
http://support.microsoft.com/kb/890015

I receive paired errors in the event log each time I try to start the websites:

1:
Event Type:      Error
Event Source:      HTTP
Event Category:      None
Event ID:      15005

Description:
Unable to bind to the underlying transport for 192.168.3.1:443. The IP Listen-Only list may contain a reference to an interface which may not exist on this machine.  The data field contains the error number.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 00 00 04 00 02 00 52 00   ......R.
0008: 00 00 00 00 9d 3a 00 c0   ....:.À
0010: 00 00 00 00 00 00 00 00   ........
0018: 00 00 00 00 00 00 00 00   ........
0020: 00 00 00 00 00 00 00 00   ........
0028: 43 00 00 c0               C..À    


2.:
Cannot register the URL prefix 'https://xxx.xxx.xxx.xxx:443/ExchWeb/' for site '1'. The site has been deactivated.  The data field contains the error number.

Need help please...
Avatar of mark_3094
mark_3094
Flag of Australia image

Check that nothing else is listening on those ports.

Eg, run:

netstat -ano|find "80"

Then, if something has 'stolen' that port (IBM Flashcopy Agent and HP Power manager are notorious for this) it will be displayed with a PID. Match up the PID to the PID in task manager (you will have to turn on the PID column) to get the process that's stolen it.
Avatar of Keith Alabaster
Have you rerun the configure email and internet connection wizard yet?
Avatar of jcjans
jcjans

ASKER

Ok, thanks for the replies...
The email and internet connection wizard was the first thing I attempted, and it in fact fails during the Firewall part configuration.

I ran netstat -ano|find "80" and discovered the following on TCP:

TCP    127.0.0.1:80           0.0.0.0:0              LISTENING       4920 wspsrv.exe (ISA 2004)
TCP    192.168.1.2:80         0.0.0.0:0              LISTENING       4920
TCP    192.168.3.1:80         0.0.0.0:0              LISTENING       4920
TCP    192.168.3.108:80       0.0.0.0:0              LISTENING       4920 System

This is a dual homed server.
Did you re-setup ISA after the rebuild?
You will need to have a web publishing rule, so ISA forwards traffic to IIS
Avatar of jcjans

ASKER

No, didn't think I needed to, as all the publishing rules were restored with ISA when I pulled the backup. I'll give that a try and see if that helps. Not sure if this will help, as a forwarding rule to a different (virtual guest) webserver that hosts a seperate site is working fine for external access.
ASKER CERTIFIED SOLUTION
Avatar of jcjans
jcjans

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial