Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9.2.13 DefaultServlet static file download error ; HP Nonstop (Tandem) Operating system

Hi,

On Mon, Dec 14, 2015 at 4:37 PM, Sakthivel.P <p.stivel@xxxxxxxxx> 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.


Back to the top