le-yams / nbmongo

A NetBeans plugin for browsing MongoDB
Other
26 stars 6 forks source link

No error on failure to connect and attempt to create makes NetBeans unresponsive #72

Open exedor opened 7 years ago

exedor commented 7 years ago

No error message on MongoDB connection failure.

Plugin lets you attempt to create a new database even if the connection failed. I tried to create a new database and got the new database name prompt but couldn't enter a name. The active buttons did nothing, escape key did nothing, attempting to close dialog did nothing. Since it's modal, NetBeans becomes unresponsive. I had to kill NetBeans from the task manager in order to be able to use it again.

This is easily reproduced. An error message and leaving the context menu items disabled on connection failure would help.

Chris2011 commented 7 years ago

Yes, me too. Have to restart NetBeans for this :/

Chris2011 commented 7 years ago

This bug is really critical. Same happens after a connection could not established to a host. NetBeans is unusable while opening a database.

Matgsan commented 6 years ago

BUMP Need this solved pls