msalvador
4 years agoFrequent Contributor
Connection reset
Hi guys, I got this problem: ERROR [errorlog] java.net.SocketException: Connection reset java.net.SocketException: Connection reset at sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323) ~[...
- 8 years ago
I solved my own problem.
Turns out that ReadyAPI had checked out and started trying to use the master branch of our project, when the most recent commits were in the develop branch. I manually (via command line) changed the repo to develop, tried again, and succeeded.