PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 16th of January, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[08:54:13] <aurelbzh> hi there, I have a question is it possible to connect 2 apps to the same mongo database
[10:58:40] <Derick> sure
[11:00:22] <aurelbzh> ok it was a server port problem not a mongodb problem
[12:12:13] <developer_su> Hi everyone! Probably you may help me. I'm trying to write simple java application and can't find a way to catch exceptions that occurs in 'monitor thread'. I'm using mongodb-driver-sync. In internet prople say that I have to refer to MongoClientOptions, but there is no such class in 3.9 sync driver (it might be exsisted in legacy driver). Do you have any..links maybe?
[12:14:13] <developer_su> Here is some code https://pastebin.com/SxqqTGfj if need..
[12:23:23] <developer_su> In general, all I need is to know if mongo server connection was successful
[12:25:04] <developer_su> Full paste https://pastebin.com/hrS8A33n . Sorry for flood.