Scala-lift application connection issue with mongoDB -
initailly when connect scala -lift application mongodb gets connected after sometime if don't click anywhere on site , refresh getting below exception after refreshing again works fine. there connection timeout issue.. please guide..
below main points noted exception message :
caught , thrown by: message: com.mongodb.mongoexception$network: can't call : widmore.mongohq.com/168.62.177.219:10000/ydpprodtest com.mongodb.dbtcpconnector.call(dbtcpconnector.java:227) com.mongodb.dbapilayer$mycollection.__find(dbapilayer.java:305) // exception message message: java.lang.reflect.invocationtargetexception sun.reflect.nativemethodaccessorimpl.invoke0(native method) sun.reflect.nativemethodaccessorimpl.invoke(unknown source)
mongodb exception executing query showing time of failure . time shows 125 326 ms etc , varies page page
message: com.foursquare.rogue.rogueexception: mongo query on mongoidentifier(test) [db.users.find({ "_id" : { "$oid" : "507ec700e4b086592e6a78fb"}})] failed after 125 ms
thanks
Comments
Post a Comment