We have written a proxy for Docker and since it works over unix socket, we have used jnuixsocket.
We are encountering the "Broken pipe" error sporadically. The same code executes correctly on other occasions. Unfortunately I have not figured out the reason behind this behavior.
Can you please suggest any pointers that may help me get over the problem.
The version of the the library we have used is 2.0.4.
Caused by: java.io.IOException: Broken pipe at Socket[addr=null,port=0,localport=0][fd=java.io.FileDescriptor@67575e30; file=/run/docker.sock; connected=true; bound=false]
at org.newsclub.net.unix.AFUNIXSocketImpl$AFUNIXOutputStream.write(AFUNIXSocketImpl.java:256) ~[junixsocket-common-2.0.4.jar:na]
We have written a proxy for Docker and since it works over unix socket, we have used jnuixsocket.
We are encountering the "Broken pipe" error sporadically. The same code executes correctly on other occasions. Unfortunately I have not figured out the reason behind this behavior.
Can you please suggest any pointers that may help me get over the problem.
The version of the the library we have used is 2.0.4.
Caused by: java.io.IOException: Broken pipe at Socket[addr=null,port=0,localport=0][fd=java.io.FileDescriptor@67575e30; file=/run/docker.sock; connected=true; bound=false]
at org.newsclub.net.unix.AFUNIXSocketImpl$AFUNIXOutputStream.write(AFUNIXSocketImpl.java:256) ~[junixsocket-common-2.0.4.jar:na]