Tip
[intellij] 에러 java.net.BindException: Address already in use: bind, Address localhost:1099 is already in use
마모루오빠
2021. 8. 19. 11:02
나는 Address already 에러를 동일하게 본다.
간헐적으로 에러가 나서 골치아프다..
일단 내가 하는 방법이 안되면 아래 참고를 통해 시도합니다.
하단에 있는 port를 바꾸어준다..
기존 65536인걸로 기억나는데 13024 했다 안되면 13025로 한다... 휴
여기서 안되면 아래로 넘어간다.
dism enable on / off
https://week-year.tistory.com/137
https://github.com/docker/for-win/issues/3171
netsh int ipv4 set dynamicport tcp start=49152 num=16383
https://velog.io/@leyuri/IntelliJ-Error-Address-localhost1099-is-already-in-use