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

Simone has a good point.
And this was also pointed out on the stackoverflow question at

http://stackoverflow.com/questions/32869334/eof-invalid-function-argument-errno4022-with-jetty-9

If you have HP support channels, you should ask them what the "Invalid function argument (errno: 4022)" means on HP NonStop OS.
Or report a bug with their JVM implementation.


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Mon, Dec 14, 2015 at 11:13 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
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.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top