[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #11601] Spurious failure of (Apache2) GSW Adaptor when reverse IP
From: |
anonymous |
Subject: |
[bugs #11601] Spurious failure of (Apache2) GSW Adaptor when reverse IP resolution fails |
Date: |
Fri, 14 Jan 2005 19:41:34 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 |
This is an automated notification sent by Savannah.
It relates to:
bugs #11601, project GNUstep
==============================================================================
OVERVIEW of bugs #11601:
==============================================================================
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11601>
Summary: Spurious failure of (Apache2) GSW Adaptor when
reverse IP resolution fails
Project: GNUstep
Submitted by: None
Submitted on: Fri 01/14/2005 at 14:41
Category: gsweb
Severity: 5 - Average
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
GSWeb Apache2 adaptor appears to fail when it cannot name-resolve (through
host file or DNS) the IP number of an application instance host.
For the following application definition fragment from the adaptor plist
configuration file:
hello = {
adaptorTemplatesPath =
"/home/www/gsw/AdaptorTemplates";
canDump = YES;
instances = {
1 = {
host=192.168.42.101;
port=9001;
parameters = { transport=socket; };
};
};
};
The following errors appear in the Apache log file:
[Fri Jan 14 20:21:41 2005] [error] GSWeb[22329]:
gethostbyname(192.168.42.101) returns no host
[Fri Jan 14 20:21:41 2005] [warn] GSWeb[22329]: hello:1 NOT LISTENING on
192.168.42.101:9001
[Fri Jan 14 20:21:41 2005] [warn] GSWeb[22329]: Marking hello unresponsive
for 3 s. notResonding count: 16 handled count: 0
The problem was confirmed to be a spurious failure when reverse resolution of
the IP address is not possible by adding the host to the forward and reverse
DNS zones. This should not be strictly necessary for the adaptor to work.
The platform is NetBSD/i386 2.0, Apache 2.0.52, GSWeb from CVS 1 January
2005.
==============================================================================
This item URL is:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11601>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bugs #11601] Spurious failure of (Apache2) GSW Adaptor when reverse IP resolution fails,
anonymous <=