Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Database Hangs #45

Closed
daggetlover opened this issue Dec 24, 2015 · 3 comments
Closed

Create Database Hangs #45

daggetlover opened this issue Dec 24, 2015 · 3 comments
Labels

Comments

@daggetlover
Copy link

After I create a MongoDB connection in the Netbeans Services panel, I then try to create a database. The Create database hangs Netbeans. It appears to be waiting for input for a database name but you cannot enter a name. Any ideas what is wrong?

Thanks.

@daggetlover
Copy link
Author

Issue was resolved mostly. Needed to have Mongod running. It does hang Netbeans if Mongod is not running.

@daggetlover
Copy link
Author

Next question; How do I add a Databases driver for the Mongodb connection? It seems when I go to add new driver the Locate Driver finds no driver in the mongodb-java-driver jar.

@le-yams
Copy link
Owner

le-yams commented Jan 4, 2016

Hi daggetlover,

Sorry for the late reply, this plugin is indeed a client only and requires a running server (mongod) to connect to.
You don't need to add the mongodb driver (which is provided by this plugin).
Note that the mongodb driver is NOT a jdbc driver and so you can't connect to a mongodb server using the classic "Database" node which relate to sql databases only (using jdbc).

Best regards,
Yann

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants