Bridge for Git: Broken Pipe messages
search cancel

Bridge for Git: Broken Pipe messages

book

Article ID: 394681

calendar_today

Updated On: 04-23-2025

Products

Endevor

Issue/Introduction

Found Broken Pipe messages in the Bridge for Git log:

2025-04-17 14:01:18.957  The commit was synchronized successfully.

2025-04-17 14:01:19.950  INFO 16778143 --- [pool-1-thread-5] com.ca.endevor.boot.service.SseService   : Sending notification message '[Bridge for Git] Endevor synchronization - SUCCESS 
2025-04-17 14:01:19.996 ERROR 16778143 --- [https-jsse-nio-8444-exec-61] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] threw exception
java.io.IOException: EDC5140I Broken pipe.

2025-04-17 14:01:40.517   Elements generated successfully

 

Environment

Endevor V19

B4G V2.15.8

Cause

Those "Broken Pipe" errors in the log are used to report closed connections for the UI notifications in Bridge. 

Those messages won't affect anything, bridge for git application is still functional. 

Resolution

Update application.yml and set

logging:
  level:
    org.apache.catalina.connector: OFF
    org.apache.juli.logging.DirectJDKLog: OFF

Restart Bridge for Git after the change to turn off those annoying messages in Bridge for Git log. 

 

 

 

Additional Information

The above setting will turn off some Tomcat messages (including the broken pipe message for the closed UI notification connection), it will not turn off any important messages for Bridge for Git application.