Private Messages Options Search Blogs Images Chat Cam Portals Calendar FAQ's Join  
Asylum Forums : Powered by vBulletin version 2.2.8 Asylum Forums > WIT - Whore Institute of Technology > Windows Server 2003 Blocking Services
  Last Thread   Next Thread
Author
Thread [new thread]    [post reply]
Super Gremlin
Eye Dee Ten Tee

Registered: Jan 2002
Location: Saskatoon, Saskatchewan
Posts: 1055

Windows Server 2003 Blocking Services

Okay, here goes.

I've run into a Windows 2003 server (With SP1) that's blocking information from getting to a service. The service runs on port 8080. There is no conflict. It starts without a problem and throws no errors. I've port scanned the server. The port is open. The windows firewall service is completely shutdown. I can get it to run on all of my other machines, including another Windows 2003 Server. I can fire up IIS and create a website on 8080 and access it no problem.

There's nothing in the Event view that tells me anything.

What could be interfering? I don't even know what more information to give...

Anybody?



Can't access it on 127.0.0.1:8080
Can't access it on localhost:8080
Can't access it on it's assigned ip at 8080

__________________
If I had known back then whatever I know now, I think I'd have answers, but I don't know why.

Last edited by Super Gremlin on 01-11-2006 at 11:12 PM

Report this post to a moderator | IP: Logged

Old Post 01-11-2006 10:49 PM
Super Gremlin is offline Click Here to See the Profile for Super Gremlin Click here to Send Super Gremlin a Private Message Find more posts by Super Gremlin Add Super Gremlin to your buddy list [P] Edit/Delete Message Reply w/Quote
macker
Holy Me-el

Registered: Nov 2000
Location: UK
Posts: 4736

Any clue as to what the service actually is? If I was to guess you're either missing a dependency(some of the .NET debugging stuff doesn't make it explicitly clear all the services that it needs running and will fail in random ways if they're not around) or the application has some built in access controls.

__________________
Expecting people to be smart team players is like looking for double Ds in an oriental brothel.

Report this post to a moderator | IP: Logged

Old Post 01-11-2006 11:30 PM
macker is offline Click Here to See the Profile for macker Click here to Send macker a Private Message Visit macker's homepage! Find more posts by macker Add macker to your buddy list [P] Edit/Delete Message Reply w/Quote
Super Gremlin
Eye Dee Ten Tee

Registered: Jan 2002
Location: Saskatoon, Saskatchewan
Posts: 1055

The service is an application add on designed by my company. It runs for every other client everywhere else in the world, but this one particular clients can't get it running on any of their production servers. They tested again tonight on a Windows 2000 server and still were not able to get it up and running.

Their staging server on the other hand ran it without a problem... Isn't the point of the staging server that it's supposed to be an exact clone of the production server?

__________________
If I had known back then whatever I know now, I think I'd have answers, but I don't know why.

Report this post to a moderator | IP: Logged

Old Post 01-12-2006 07:02 AM
Super Gremlin is offline Click Here to See the Profile for Super Gremlin Click here to Send Super Gremlin a Private Message Find more posts by Super Gremlin Add Super Gremlin to your buddy list [P] Edit/Delete Message Reply w/Quote
amerikanjunkie
various one

Registered: Aug 2000
Location:
Posts: 1725

Let me see if I have this right.... The guys that designed the product, can not figure out why their own design will run on one box, but not another?

__________________
ZenSuicide

Report this post to a moderator | IP: Logged

Old Post 01-12-2006 02:28 PM
amerikanjunkie is offline Click Here to See the Profile for amerikanjunkie Click here to Send amerikanjunkie a Private Message Visit amerikanjunkie's homepage! Find more posts by amerikanjunkie Add amerikanjunkie to your buddy list [P] Edit/Delete Message Reply w/Quote
Smug Git
Arrogance Personified

Registered: Aug 2001
Location: Hilbert Space
Posts: 35561

That's not that weird, surely? You'd have to know all of the client's setup, at least. Presumably they will eventually work it out.

__________________
I want to live and I want to love
I want to catch something that I might be ashamed of

Report this post to a moderator | IP: Logged

Old Post 01-12-2006 02:53 PM
Smug Git is offline Click Here to See the Profile for Smug Git Click here to Send Smug Git a Private Message Find more posts by Smug Git Add Smug Git to your buddy list [P] Edit/Delete Message Reply w/Quote
dogcow
brucoš

Registered: Apr 2005
Location: summer!
Posts: 10456

maybe another service is already using the port.

__________________
Time is the fire in which we burn.

Report this post to a moderator | IP: Logged

Old Post 01-12-2006 03:44 PM
dogcow is online now Click Here to See the Profile for dogcow Click here to Send dogcow a Private Message Find more posts by dogcow Add dogcow to your buddy list [P] Edit/Delete Message Reply w/Quote
Super Gremlin
Eye Dee Ten Tee

Registered: Jan 2002
Location: Saskatoon, Saskatchewan
Posts: 1055

quote:
Originally posted by amerikanjunkie
Let me see if I have this right.... The guys that designed the product, can not figure out why their own design will run on one box, but not another?


Give me a break. It's not like it's practical or even POSSIBLE to have tested every single possible server configuration ever. This is ONE that won't work out of countless networks that will.

__________________
If I had known back then whatever I know now, I think I'd have answers, but I don't know why.

Report this post to a moderator | IP: Logged

Old Post 01-12-2006 04:39 PM
Super Gremlin is offline Click Here to See the Profile for Super Gremlin Click here to Send Super Gremlin a Private Message Find more posts by Super Gremlin Add Super Gremlin to your buddy list [P] Edit/Delete Message Reply w/Quote
Super Gremlin
Eye Dee Ten Tee

Registered: Jan 2002
Location: Saskatoon, Saskatchewan
Posts: 1055

quote:
Originally posted by dogcow
maybe another service is already using the port.


If there was something else listening on that port, wouldn't I have had trouble when I tried to create a website on that port in IIS? I would think that it would report some kind of conflict.

I mean, unless it's IIS that has something listening on that port, but why would it?

__________________
If I had known back then whatever I know now, I think I'd have answers, but I don't know why.

Report this post to a moderator | IP: Logged

Old Post 01-12-2006 04:41 PM
Super Gremlin is offline Click Here to See the Profile for Super Gremlin Click here to Send Super Gremlin a Private Message Find more posts by Super Gremlin Add Super Gremlin to your buddy list [P] Edit/Delete Message Reply w/Quote
macker
Holy Me-el

Registered: Nov 2000
Location: UK
Posts: 4736

The only other thing I can think that's creating the problem is that there's some 3rd party firewall running on the machine. It's possible it didn't block the IIS stuff as it might be a trusted application, which your service wouldn't be.

__________________
Expecting people to be smart team players is like looking for double Ds in an oriental brothel.

Report this post to a moderator | IP: Logged

Old Post 01-12-2006 05:47 PM
macker is offline Click Here to See the Profile for macker Click here to Send macker a Private Message Visit macker's homepage! Find more posts by macker Add macker to your buddy list [P] Edit/Delete Message Reply w/Quote
Super Gremlin
Eye Dee Ten Tee

Registered: Jan 2002
Location: Saskatoon, Saskatchewan
Posts: 1055

That's what I was thinking too, but they swear up and down that if it can reach the port, it should run.

__________________
If I had known back then whatever I know now, I think I'd have answers, but I don't know why.

Report this post to a moderator | IP: Logged

Old Post 01-12-2006 06:01 PM
Super Gremlin is offline Click Here to See the Profile for Super Gremlin Click here to Send Super Gremlin a Private Message Find more posts by Super Gremlin Add Super Gremlin to your buddy list [P] Edit/Delete Message Reply w/Quote
Super Gremlin
Eye Dee Ten Tee

Registered: Jan 2002
Location: Saskatoon, Saskatchewan
Posts: 1055

Nevermind. Got it working. Ridiculous.

__________________
If I had known back then whatever I know now, I think I'd have answers, but I don't know why.

Report this post to a moderator | IP: Logged

Old Post 01-13-2006 02:46 PM
Super Gremlin is offline Click Here to See the Profile for Super Gremlin Click here to Send Super Gremlin a Private Message Find more posts by Super Gremlin Add Super Gremlin to your buddy list [P] Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 08:08 PM. Post New Thread    Post A Reply
  Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

< Contact Us - The Asylum >

Powered by: vBulletin Version 3.0.6
Copyright ©2000 - 2002, Jelsoft Enterprises Limited.
Copyright © 2000- Imaginet Inc.
[Legal Notice] | [Privacy Policy] | [Site Index]