Description
When the Sun Java System Application Server 7.1/8.1 load-balancing proxy plugin is used with Sun Web Server 7, requests are occasionally dropped under extreme loads. The error message seen in the logs is:
RNTM3003: No server to service |
Solution
There is no solution, but two possible workarounds:
Disable the timeout setting on Web Server 7.
web-server-install-dir/bin/wadm set-keep-alive-prop \ --user=admin --config=server-name timeout=-1 |
Restart the Web Server.