Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unix Domain socket, ECONNREFUSED causes?

807567Jul 23 2002
I would like to have a complete list of possible causes for connect(3SOCKET) to return ECONNREFUSED. I have a pthreads application that fails a test case due to connection refused, and none of the usual causes seem to make sense.
- socket path exists but nobody is listening on the socket - pfiles shows that the server side has the socket descriptor open
- too many connections - pfiles and lsof show that this is not the case - very few connections open
- wrong type of socket? debugger shows this is not the case
- wrong file permissions on socket? ls shows that this is not the case

What other causes for ECONNREFUSED could there be?
thanks
--donb
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 20 2002
Added on Jul 23 2002
0 comments
820 views