wohali commented on issue #739: CouchDB 2.1 can't start on macOS 10.12.6 URL: https://github.com/apache/couchdb/issues/739#issuecomment-321060814 The errors you're seeing indicate two things: 1. CouchDB is running just fine. Those are expected errors for a brand new CouchDB 2.1 installation. 2. You haven't completed the First Time single-node setup steps as outlined in our manual here: http://docs.couchdb.org/en/2.1.0/install/setup.html#install-setup Someone on our IRC channel just commented he _was_ able to get CouchDB 2.1 on Mac running correctly, though he had to take a few extra steps: ```irc 14:23 < bitcollage_> so i solved it. 14:23 < bitcollage_> removing the cache folder from ~/Library/Caches 14:23 < bitcollage_> removing any related file/folder in ~/Library/Application Support/CouchDB 14:24 < bitcollage_> removing ~/Library/Preferences/couchdb-server.ini 14:24 < bitcollage_> removing ~/Library/Preferences/org.apache.couchdb.plist 14:25 < bitcollage_> lsof -wni tcp:3000 14:25 < bitcollage_> kill -9 PID 14:25 < bitcollage_> i mean lsof -wni tcp:5984 14:26 < bitcollage_> then following http://docs.couchdb.org/en/2.1.0/install/mac.html for fresh installation ``` Can you please try these steps and report back? Thanks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
