Looks like the root cause is the failure to set the TCP_NO_DELAY flag on the underlying OS socket:
> 2011-11-02 14:05:28,961 ERROR [org.jasig.cas.client.util.CommonUtils] - > Invalid argument > java.net.SocketException: Invalid argument > at java.net.PlainSocketImpl.socketSetOption(Native Method) > at java.net.PlainSocketImpl.setOption(PlainSocketImpl.java:282) > at java.net.Socket.setTcpNoDelay(Socket.java:858) > at > com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.setTcpNoDelay(BaseSSLSocketImpl.java:310) Need more platform information. What exact operating system version and Java version is this? It's almost certainly a platform-specific issue. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
