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

ENOENT error in multicouch module when hoodie start -n #119

Open
Junkern opened this issue Nov 10, 2015 · 2 comments
Open

ENOENT error in multicouch module when hoodie start -n #119

Junkern opened this issue Nov 10, 2015 · 2 comments

Comments

@Junkern
Copy link

Junkern commented Nov 10, 2015

I just installed hoodie-cli along with couchDb. After making a new hoodie app (hoodie new xxx) I am trying to start the app (hoodie start -n).
Following error appears:

(node) sys is deprecated. Use util instead.
   Initializing...
   CouchDB started: http://127.0.0.1:6003
   Error: spawn D:\Dokumente\Development\Assemble\assemble\node_modules\hoodie-server               
\node_modules\multicouch\bin\erl.exe E
NOENT
    at exports._errnoException (util.js:874:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
    at onErrorNT (internal/child_process.js:344:16)
    at doNTCallback2 (node.js:441:9)
    at process._tickDomainCallback (node.js:396:17)

Stopping CouchDB...
Error: ENOENT: no such file or directory, open 'D:\Dokumente\Development\Assemble\assemble\data\couch.pid'
    at Error (native)
    at Object.fs.openSync (fs.js:549:18)
    at Object.fs.readFileSync (fs.js:397:15)
    at MultiCouch.stop (D:\Dokumente\Development\Assemble\assemble\node_modules\hoodie-server\node_modules\multicouch\li
b\multicouch.js:114:23)
    at Object.exports.stop (D:\Dokumente\Development\Assemble\assemble\node_modules\hoodie-server\lib\couchdb\index.js:1
81:11)
    at process.<anonymous> (D:\Dokumente\Development\Assemble\assemble\node_modules\hoodie-server\lib\couchdb\index.js:7
6:13)
    at emitOne (events.js:77:13)
    at process.emit (events.js:169:7)
    at process.exit (node.js:749:17)
    at Domain.<anonymous> (D:\Dokumente\Development\Assemble\assemble\node_modules\hoodie-server\lib\index.js:64:13)

I am on node v4.2.2, npm 2.14.10 and hoodie 0.6.3

@janl
Copy link
Member

janl commented Nov 11, 2015

How did you install CouchDB?

@Junkern
Copy link
Author

Junkern commented Nov 11, 2015

(Probably forgot to mention I am on windows). I used the windows installer from the CouchDB website. Moreover, I did not install CouchDB to the default directory

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

No branches or pull requests

2 participants