Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Exception in component tMongoDBConnection_1
com.mongodb.MongoTimeoutException: Timed out after 10000 ms while waiting to connect. Client view of cluster state is {type=Unknown, servers=
at com.mongodb.BaseCluster.getDescription(BaseCluster.java:128)
at com.mongodb.DBTCPConnector.getClusterDescription(DBTCPConnector.java:402)
at com.mongodb.DBTCPConnector.getAddress(DBTCPConnector.java:333)
at com.mongodb.Mongo.getAddress(Mongo.java:455)
at mongo_postgres.upgrades_0_2.Upgrades.tMongoDBConnection_1Process(Upgrades.java:686)
at mongo_postgres.upgrades_0_2.Upgrades.tSetKeystore_1Process(Upgrades.java:570)
at mongo_postgres.upgrades_0_2.Upgrades$3.run(Upgrades.java:6384)
This seems to be the problem: Before exporting I manually change the path of the truststore to a different one, even setting this path to a non-existing path still gives this same error (and not a truststore not found error). What is going on?