Ticket #1200 (new defect)
(network_solaris_sendfilev.c.104) writev failed: Transport endpoint is not connected 894
| Reported by: | Janek | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | mod_proxy | Version: | 1.4.18 |
| Severity: | normal | Keywords: | Solaris proxy 13 |
| Cc: | ynz@… | Blocked By: | |
| Need User Feedback: | yes | Blocking: |
Description
I have 4 lighttpds which serve as proxy to tomcat5 (and do some other things - generally ~250 requests per second). Very rarely, a few times a day I get following errors on each of them:
<snip> 2007-05-25 05:34:37: (network_solaris_sendfilev.c.104) writev failed: Transport endpoint is not connected 38 2007-05-25 05:34:37: (mod_proxy.c.824) write failed: Transport endpoint is not connected 134 2007-05-25 05:34:37: (mod_proxy.c.911) proxy-server disabled: 10.1.7.11 9080 38 2007-05-25 05:34:37: (mod_proxy.c.1249) no proxy-handler found for: /interface/page1.jsp 2007-05-25 05:34:42: (mod_proxy.c.1294) proxy - re-enabled: 10.1.7.11 9080 </snip>
<snip> 2007-05-25 07:34:49: (network_solaris_sendfilev.c.104) writev failed: Transport endpoint is not connected 85 2007-05-25 07:34:49: (mod_proxy.c.824) write failed: Transport endpoint is not connected 134 2007-05-25 07:34:49: (mod_proxy.c.911) proxy-server disabled: 10.1.7.11 9080 85 2007-05-25 07:34:49: (mod_proxy.c.1249) no proxy-handler found for: /AdminEye/graph 2007-05-25 07:34:50: (mod_proxy.c.1249) no proxy-handler found for: /AdminEye/graph </snip>
It happens only when light is trying to forward request to tomcat (and 99.99% of communication is OK).
Some useful data:
$uname -X System = SunOS Release = 5.10 KernelID = Generic_118844-19 Machine = i86pc BusType = <unknown> Serial = <unknown> Users = <unknown> OEM# = 0 Origin# = 1 NumCPU = 4
$./bin/lighttpd -V
lighttpd-1.4.13 (ssl) - a light and fast webserver
Build-Date: May 14 2007 15:18:02
Event Handlers:
+ select (generic)
+ poll (Unix)
- rt-signals (Linux 2.4+)
- epoll (Linux 2.6)
+ /dev/poll (Solaris)
- kqueue (FreeBSD)
Network handler:
+ sendfile
Features:
- IPv6 support
+ zlib support
+ bzip2 support
+ crypt support
+ SSL Support
+ PCRE support
- mySQL support
- LDAP support
- memcached support
- FAM support
- LUA support
- xml support
- SQLite support
- GDBM support
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

