Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webdav door : org.eclipse.jetty.io.EofException: null #7549

Open
cfgamboa opened this issue Apr 15, 2024 · 2 comments
Open

Webdav door : org.eclipse.jetty.io.EofException: null #7549

cfgamboa opened this issue Apr 15, 2024 · 2 comments
Labels
enhancement A request that enhances existing behaviour logging A problem affecting how dCache logs its behaviour

Comments

@cfgamboa
Copy link

Hello,

Please note that Webdav doors are showing this error. The dCache version is 9.2.6

14 Apr 2024 21:43:36 (WebDAV2-dcdoor31-externalipv6) [] 
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:280)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:489)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1112)
	at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422)
	at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277)
	at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381)
	at org.eclipse.jetty.server.HttpConnection$SendCallback.process(HttpConnection.java:831)
	at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:248)
	at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:229)
	at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:555)
	at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1014)
	at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1086)
	at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:285)
	at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:269)
	at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:751)
	at org.eclipse.jetty.server.HttpWriter.flush(HttpWriter.java:59)
	at org.eclipse.jetty.server.ResponseWriter.flush(ResponseWriter.java:146)
	at org.dcache.webdav.transfer.RemoteTransferHandler$RemoteTransfer.sendMarker(RemoteTransferHandler.java:1334)
	at org.dcache.webdav.transfer.RemoteTransferHandler$RemoteTransfer.generateMarker(RemoteTransferHandler.java:1238)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.io.IOException: Connection refused
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:51)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:182)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:130)
	at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:493)
	at java.base/java.nio.channels.SocketChannel.write(SocketChannel.java:507)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:274)

All the best,
Carlos

@kofemann
Copy link
Member

It looks like the door complains that the client has disconnected while the door is trying to send a transfer maker. Unpleasant, but harmless. To you see it too often?

@kofemann kofemann added enhancement A request that enhances existing behaviour logging A problem affecting how dCache logs its behaviour labels Apr 16, 2024
@cfgamboa
Copy link
Author

cfgamboa commented Apr 16, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A request that enhances existing behaviour logging A problem affecting how dCache logs its behaviour
Projects
None yet
Development

No branches or pull requests

2 participants