Created
September 22, 2016 10:27
-
-
Save BekaValentine/01602d681b5ebef42892866935c0a3c2 to your computer and use it in GitHub Desktop.
mysterious cloud haskell error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| darryl-mcadamss-macbook-pro:test-project darryl$ stack exec new-template-exe slave localhost 8080 & stack exec new-template-exe slave localhost 8081 & stack exec new-template-exe master localhost 8082 | |
| [3] 4928 | |
| [4] 4929 | |
| new-template-exe: bind: resource busy (Address already in use) | |
| new-template-exe: bind: resource busy (Address already in use) | |
| Slaves: [nid://localhost:8080:0,nid://localhost:8081:0] | |
| [1] Done stack exec new-template-exe slave localhost 8080 | |
| [2] Done stack exec new-template-exe slave localhost 8081 | |
| [3]- Exit 1 stack exec new-template-exe slave localhost 8080 | |
| [4]+ Exit 1 stack exec new-template-exe slave localhost 8081 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment