Hi, On Mon, Dec 14, 2015 at 4:37 PM, Sakthivel.P <[email protected]> wrote: > Caused by: java.io.IOException: Invalid function argument (errno:4022) > at sun.nio.ch.FileDispatcherImpl.writev0(Native Method) ~[na:1.7.0_65] > at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:51) > ~[na:1.7.0_65] > at sun.nio.ch.IOUtil.write(IOUtil.java:148) ~[na:1.7.0_65] > at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:537) > ~[na:1.7.0_65] > at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:172) > ~[jetty-io-9.2.13.v20150730.jar:9.2.13.v20150730]
This is the real problem: the Non-Stop JVM has a bug, probably when calling into native code. -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
