Start server got error in Windows
wind13 opened this issue · 3 comments
wind13 commented
Got these errors:
flowci-core | 2019-11-15 07:09:11.760 INFO 1 --- [ main] org.mongodb.driver.cluster : Cluster description not yet available. Waiting for 30000 ms before timing out
flowci-core | 2019-11-15 07:09:29.622 INFO 1 --- [null'}-db:27017] org.mongodb.driver.cluster : Exception in monitor thread while connecting to server db:27017
flowci-core |
flowci-core | com.mongodb.MongoSocketException: db: Temporary failure in name resolution
flowci-core | at com.mongodb.ServerAddress.getSocketAddress(ServerAddress.java:188) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | at com.mongodb.connection.SocketStreamHelper.initialize(SocketStreamHelper.java:59) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | at com.mongodb.connection.SocketStream.open(SocketStream.java:57) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | at com.mongodb.connection.InternalStreamConnection.open(InternalStreamConnection.java:126) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | at com.mongodb.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:114) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181]
flowci-core | Caused by: java.net.UnknownHostException: db: Temporary failure in name resolution
flowci-core | at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) ~[na:1.8.0_181]
flowci-core | at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929) ~[na:1.8.0_181]
flowci-core | at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324) ~[na:1.8.0_181]
flowci-core | at java.net.InetAddress.getAllByName0(InetAddress.java:1277) ~[na:1.8.0_181]
flowci-core | at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[na:1.8.0_181]
flowci-core | at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[na:1.8.0_181]
flowci-core | at java.net.InetAddress.getByName(InetAddress.java:1077) ~[na:1.8.0_181]
flowci-core | at com.mongodb.ServerAddress.getSocketAddress(ServerAddress.java:186) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | ... 5 common frames omitted
flowci-core |
flowci-core | 2019-11-15 07:09:30.127 INFO 1 --- [null'}-db:27017] org.mongodb.driver.cluster : Exception in monitor thread while connecting to server db:27017
flowci-core |
flowci-core | com.mongodb.MongoSocketException: db
flowci-core | at com.mongodb.ServerAddress.getSocketAddress(ServerAddress.java:188) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | at com.mongodb.connection.SocketStreamHelper.initialize(SocketStreamHelper.java:59) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | at com.mongodb.connection.SocketStream.open(SocketStream.java:57) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | at com.mongodb.connection.InternalStreamConnection.open(InternalStreamConnection.java:126) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | at com.mongodb.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:114) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181]
flowci-core | Caused by: java.net.UnknownHostException: db
flowci-core | at java.net.InetAddress.getAllByName0(InetAddress.java:1281) ~[na:1.8.0_181]
flowci-core | at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[na:1.8.0_181]
flowci-core | at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[na:1.8.0_181]
flowci-core | at java.net.InetAddress.getByName(InetAddress.java:1077) ~[na:1.8.0_181]
flowci-core | at com.mongodb.ServerAddress.getSocketAddress(ServerAddress.java:186) ~[mongodb-driver-core-3.6.4.jar!/:na]
flowci-core | ... 5 common frames omitted
flowci-core |
gy2006 commented
Windows is not supported currently..
wade0317 commented
is Mac OS supported ?
gy2006 commented
Windows is supported int latest version