Pipes are regularly broken on the bridge #11

Closed
opened 2018-09-07 22:42:20 +00:00 by NorbiPeti · 0 comments
NorbiPeti commented 2018-09-07 22:42:20 +00:00 (Migrated from github.com)

The copy often fails with Broken pipe although this last time the first error was a Connection reset but it also reported a pipe error when trying to display the error through the connection.

java.lang.RuntimeException: java.io.IOException: Connection reset by peer
    at buttondevteam.website.page.BridgePage.handlePage(BridgePage.java:68)
    at buttondevteam.website.page.Page.handle(Page.java:23)
Caused by: java.io.IOException: Connection reset by peer
    at buttondevteam.website.page.BridgePage.copyStream(BridgePage.java:107)
    at buttondevteam.website.page.BridgePage.handlePage(BridgePage.java:57)
    ... 10 more

@iiegit

hmm. Well, both times I logged on, the first attempt gave me "connection reset by a peer"
and both times, when that happened, I closed the terminal and ran the command again
The copy often fails with `Broken pipe` although this last time the first error was a `Connection reset` but it also reported a pipe error when trying to display the error through the connection. ``` java.lang.RuntimeException: java.io.IOException: Connection reset by peer at buttondevteam.website.page.BridgePage.handlePage(BridgePage.java:68) at buttondevteam.website.page.Page.handle(Page.java:23) Caused by: java.io.IOException: Connection reset by peer at buttondevteam.website.page.BridgePage.copyStream(BridgePage.java:107) at buttondevteam.website.page.BridgePage.handlePage(BridgePage.java:57) ... 10 more ``` @iiegit ``` hmm. Well, both times I logged on, the first attempt gave me "connection reset by a peer" and both times, when that happened, I closed the terminal and ran the command again ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ChromaGaming/ButtonWebsiteModule#11
No description provided.