java.net.SocketException: Broken pipe in Content Management Server

Content Management Systems

If you are getting below error in CMS log files

system 01.10 15:54:49.451 IdSr Thread-9162 Broken pipe-exception stack

java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:124)
at intradoc.server.ServiceManager.onError(Unknown Source)
at intradoc.server.IdcServerThread.run(Unknown Source)

Broken pipe errors are most often caused by the following three things:

The network drops while the Content Server is attempting to communicate.
The user cancels the request.
The database is down or refuses a connection.
Other conditions may also result in broken pipe errors, for example, archive replication mis-configured between two Content Server clusters.

Investigate network issues, ensure that users are not canceling requests which are in progress, and/or check the database availability.

In case of any ©Copyright or missing credits issue please check CopyRights page for faster resolutions.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.