hangum / TadpoleForDBTools

https://tadpolehub.com
538 stars 148 forks source link

MongoDB 접속 불가 #1170

Closed RavenKyu closed 4 years ago

RavenKyu commented 4 years ago

사용 버전

이슈

MongoDB를 추가하려고 하면 Timeout 이 나면서 접속하지 못함. 타 클리언트(MongoRobo)에서는 정상 접속 확인

image
2020-09-17 01:47:54,621 ERROR [UIThread [18fada78]] object.ExplorerViewer (ExplorerViewer.java:579)     - initialize database Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]
2020-09-17 01:51:30,361 ERROR [UIThread [18fada78]] object.ExplorerViewer (ExplorerViewer.java:579)     - initialize database Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]
hangum commented 4 years ago

몽고디비고 127.0.0.1에 설치되어있는지요?

나의 iPhone에서 보냄

      1. 오전 11:14, Raven notifications@github.com 작성:

 사용 버전

License: 오픈소스 Version: v2.1.0 Build (R0)-2020.05.27 Docker Image: 6735bc59398a 이슈

MongoDB를 추가하려고 하면 Timeout 이 나면서 접속하지 못함. 타 클리언트(MongoRobo)에서는 정상 접속 확인

2020-09-17 01:47:54,621 ERROR [UIThread [18fada78]] object.ExplorerViewer (ExplorerViewer.java:579) - initialize database Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}] 2020-09-17 01:51:30,361 ERROR [UIThread [18fada78]] object.ExplorerViewer (ExplorerViewer.java:579) - initialize database Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}] — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hangum commented 4 years ago

도커서버에서 몽고디비가 127.0.0.1 에 설치되어 있는지요?

RavenKyu commented 4 years ago

@hangum 아.. 제가 둘 다 도커로 돌리다보니 착각을 했습니다. 이슈는 닫겠습니다.