Mongo DB compass is installed but not able to launch or open app - mongodb

Mongo DB community edition is installed successfully but MongoDBCompass is not auto launching..I could even see MongoDBCompass icon created in desktop and able to search in taskbar...but I am not able to launch or open app by clicking on it...it simply keeps loading for some sec and stops.
I tried uninstalling and installing Mongo DB multiple times but no luck.
I have selected Install Mongo DB as service and selected option Run service as network service users in installation steps as well.
Could anyone please help me? Any help will be highly appreciated.
Thanks in advance.
checked checked for compass install
Mono DB 64bit successfully installed

Related

Mongodb Compass running but GUI is not visible

I have installed Mongodb Compass on windows 2016 server.
When I Run it, GUI is not visible?
However, Task manager shows that it is running.
I have rebooted the machine, then also the problem is there
Please help to solve the problem.
I had the same problem.
Uninstall MongoDB Compass from 'Programs and Features' via Control Panel
You should download 'Windows (7+)(MSI)' from https://www.mongodb.com/try/download/compass and try to install again

Unable to install MongoDB after following the instructions given in the document

I am trying to install MongoDB and followed the instructions given in the manual but it just stays like below and never completes the installation.
It just be like this for hours, when I don't install MongoDB Compass it completes installation faster but when I try to open the application it's not found in my Laptop.
Please help me installing this :)

MongoDB - installation error - mongodb setup wizard ended prematurely

I earlier had this issue while installing. Checked with other threads too, but could not able to find a proper solution in my case.
UPDATE :
CLOSED!
Uncheck the Install MongoDB Compass option in the setup wizard. Worked for me.
unchecking Install MongoDB Compass solves the issue directly from startup wizard while installing in windows10
For Windows 10, you will have to install MongoDB Compass separately.
After install MongoDB, then download MongoDB Compass separately from here.
For MongoDB Compass, make sure to select the correct Version (note: the Community Edition version is not the default version) and Platform to download. It should install successfully.
I face exactly the same error, my solution:
My windows user didn't have a password, I set a password for it and used my username and password to "Run as a local or domain user", and my problem fixed.
Tip*: I also installed Compass (not separately) and it was not the problem.
Just ensure you are connected to internet for MongoDB Compass to be installed too,its mongoDb user graphical interface unchecking it blocks you from enjoying graphical interface.
For those trying to install version 4.0.x
Compass is the problem, but you don't get to untick straight away.
According to https://jira.mongodb.org/browse/SERVER-34451 it's a firewall problem. Disable the firewall or allow access fixed it for me.
Unchecking the Install MongoDB Compass works for me.
If you are using Microsoft Account then solution is to login with local account instead, that is available in account settings.
Once you are logged in with local account, you can complete the installation with local username and password.

MAMP 4.2 MySQL Server Not Starting

I recently upgraded from MAMP 4.1.1 to MAMP 4.2 on my Mac running MacOS 10.12.6. After upgrading, MAMP 4.2 will not start the MySQL server. Additionally, there is not an option to Stop servers. I see a green box to the right of Apache Server along with the the ability to select Preferences and Start Servers. Open WebStart page is grayed out.
I followed the instructions on MAMP mysql server won't start. No mysql processes are running to delete the ib_logfile0 and ib_logfile1 files from MAMP/db/mysql56, but that did not work. In addition to the ib_logfiles, I also deleted ibdata1 followed by all of the contents of mysql56, but neither of those worked.
Lastly, I do not see a mysqld running in Activity Monitor.
Any help in restoring my MAMP functionality is greatly appreciated. Thank you in advance for any help.
I had the same problem and tried the same things which didn't solved it.
What solved it for me is I tried starting mySQL in terminal manually in Terminal, here:
/Applications/MAMP/bin/startMysql.sh
I saw this error in Terminal prompt:
mysqld_safe error: log-error set to '/Applications/MAMP/logs/mysql_error_log.err', however file don't exists. Create writable for user 'mysql'.
So I manually create a file '/Applications/MAMP/logs/mysql_error_log.err' and retry startMysql.sh, mySQL then started with no problem.
Back to MAMP app console, I can also start/stop servers and 'Open WebStart Page' with no problem now.

Mongo details are not showing in phpinfo() in windows

I am installing mongodb on my windows 7 PC. I have installed mongodb 3.0 along with the necessary drivers & tried starting mongo server, it is working well but when i open the localhost & check for the phpinfo page, it does not show me the details of mongo. I also am using Umongo client for database interaction where i am not able to create database manually. It is just because of this? Where is the problem?. How to resolve this?
Please read this document to add php_mongo.dll services in php 5.3 and later
For adding mongo db in php you need to add php_mongo.dll in your wamp directory
Example:
c:\wamp\bin\php\php5.5.12\ext
Document: https://docs.mongodb.org/ecosystem/drivers/php/