0

My application was running perfectly on cloudbees . Suddenly I got MongoHQ connection error . When I restarted my application without making any change in the application , It was running perfectly again .

Caused by: java.io.IOException: couldn't connect to [sawyer.mongohq.com/*] bc:java.net.NoRouteToHostException: No route to host at com.mongodb.DBPort._open(DBPort.java:228) at com.mongodb.DBPort.go(DBPort.java:112) at com.mongodb.DBPort.go(DBPort.java:93)

Is there any reason why cloudbees mongohq stop connecting in running application .

Ayush Mishra
  • 567
  • 1
  • 7
  • 19

1 Answers1

0

It sounds like there was an issue with Mongo connectivity - most likely at the Mongo end since I believe they live on AWS the same as the CloudBees app servers.

Ben Walding
  • 4,006
  • 2
  • 30
  • 28