Error Message
Error invoking remote method 'docker-start-container': Error: (HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:1521 -> 0.0.0.0:0: listen tcp 0.0.0.0:1521: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
Envirment
windows 10
netstatu -ano | findstr 1521
검색해도 나오지 않음.
portainer로 접속해서 oracle 11g 컨테이너를 실행시켜주면 작동은 되지만
여전히 1521포트를 쓰지 않는다고 나온다.
Solution
net stop winnat
docker start container_name
net start winnat
1521 포트가 잡힌다!
정상적으로 dbeaver에도 접속 된다.
'ERROR' 카테고리의 다른 글
AttributeError: 'set' object has no attribute 'items' (0) | 2022.04.28 |
---|---|
TypeError: this.cliEngine is not a constructor (0) | 2022.03.04 |
error gradle 빌드 오류 (0) | 2022.03.03 |
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project Chapter02: Fatal error compiling (0) | 2022.01.26 |
Error:java: error: release version 13 not supported (0) | 2022.01.26 |