HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ECONNREFUSED
Operating System - HP-UX
1834690
Members
2198
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 12:41 PM
03-20-2002 12:41 PM
Hi,
I have a D330 running v11.11. I've installed a vendors sw application that connects via the internet to their server to upload transaction data.
Their app uses ssl. So I have verified that port 443 is open on our firewall.
When I test their app, it generates the following in their log file:
ECONNREFUSED - Connection refused.
Connection failed -- error code -239.
The error is generated so fast that I'm fairly certain that nothing has actually left my D330.
I looked in /usr/include/sys/errno.h and found this:
# define ECONNREFUSED 239 /* Connection refused */
I'm confused that this entry is commented out.
Can someone point me to a document that might explain what is involved in a ECONNREFUSED error?
TIA,
Tom
I have a D330 running v11.11. I've installed a vendors sw application that connects via the internet to their server to upload transaction data.
Their app uses ssl. So I have verified that port 443 is open on our firewall.
When I test their app, it generates the following in their log file:
ECONNREFUSED - Connection refused.
Connection failed -- error code -239.
The error is generated so fast that I'm fairly certain that nothing has actually left my D330.
I looked in /usr/include/sys/errno.h and found this:
# define ECONNREFUSED 239 /* Connection refused */
I'm confused that this entry is commented out.
Can someone point me to a document that might explain what is involved in a ECONNREFUSED error?
TIA,
Tom
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 12:58 PM
03-20-2002 12:58 PM
Solution
You can have a look over here.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90701/B2355-90701_top.html&con=/hpux/onlinedocs/B2355-90701/00/00/79-con.html&toc=/hpux/onlinedocs/B2355-90701/00/00/79-toc.html&searchterms=ECONNREFUSED&queryid=20020320-130058
Sandip
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90701/B2355-90701_top.html&con=/hpux/onlinedocs/B2355-90701/00/00/79-con.html&toc=/hpux/onlinedocs/B2355-90701/00/00/79-toc.html&searchterms=ECONNREFUSED&queryid=20020320-130058
Sandip
Good Luck!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 01:05 PM
03-20-2002 01:05 PM
Re: ECONNREFUSED
A connection refused means that the remote system is not listening on the port you're trying to establish a connection with. From a TCP point of view this is the error you'll get when the remote system responds to a SYN with a RST.
So, whatever service you're trying to connect to is not running on the remote system. I doubt its a firewall issue - if the firewall was dropping the packets you would have got a timeout, not a connection refused.
Regards,
Steve
So, whatever service you're trying to connect to is not running on the remote system. I doubt its a firewall issue - if the firewall was dropping the packets you would have got a timeout, not a connection refused.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 03:50 PM
03-20-2002 03:50 PM
Re: ECONNREFUSED
as has been pointed-out, an ECONNREFUSED will happen when the initial SYN segment (triggered when you call connect()) receives a RST segment in response rather than a SYN|ACK.
indeed, a firewall could in theory (if not likely in practice) be configured to return a RST.
it is also possible that the remote application is not running and listening on that port number.
if the remote app is running under a windows variant, MS also will return an RST (bogusly in most IETF types opinions :) if the apps listen queue is full.
indeed, a firewall could in theory (if not likely in practice) be configured to return a RST.
it is also possible that the remote application is not running and listening on that port number.
if the remote app is running under a windows variant, MS also will return an RST (bogusly in most IETF types opinions :) if the apps listen queue is full.
there is no rest for the wicked yet the virtuous have no pillows
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP