On Mon, Feb 2, 2009 at 3:12 PM, Yang Andrew X <xiang.y...@irs.gov> wrote:
> We are using Apache HTTP Server 2.8 as proxy server to load balance multiple
> WebLogic application server instances. It uses cookie and round-robin rule.
> It works well for most of time.
>
> However, occasionally, the Apache HTTP server loses connections with backend
> WebLogic server instances. It seems sometimes Apache is not retrieving
> cookies. The error log and access log look like following:
>
>
> bash-3.00# tail -f error_log
>
> [Sat Jan 17 09:11:12 2009] [error] CONNECTION_REFUSED [os error=146, line
> 1740 of ../nsapi/URL.cpp]: Error connecting to host 10.25.11.3:9001 errno =
> 146
>
> [Sat Jan 17 09:11:12 2009] [error] CONNECTION_REFUSED [os error=146, line
> 1740 of ../nsapi/URL.cpp]: Error connecting to host 10.25.11.3:9002 errno =
> 146

It says connection refused.   Maybe you need more threads, or a larger
listen backlog, over on the weblogic system.  Either way, it's
probably a FAQ for the vendor.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to