Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

'node app' startup error #29

Closed
ghost opened this issue May 24, 2011 · 7 comments
Closed

'node app' startup error #29

ghost opened this issue May 24, 2011 · 7 comments
Labels

Comments

@ghost
Copy link

ghost commented May 24, 2011

Error message like this: Native bson parser not compiled, please compile or avoud using native_parser=true, anyone can help?

@cliftonc
Copy link
Owner

That looks like an error with mongodb, were you able to get it installed and working?

Are you able to type 'mongo' from a command line, and then 'show dbs' from the mongo command prompt (it should work without any errors).

@ghost
Copy link
Author

ghost commented May 24, 2011

I repaired mongodb and it can run, but the error still exists.

@cliftonc
Copy link
Owner

Can you try manually reinstalling mongodb and mongoose libraries via npm?

npm install mongodb
npm install mongoose

Clifton

On 24 May 2011 11:07, fzx <
reply@reply.github.com>wrote:

I repaired mongodb and it can run, but the error still exists.

Reply to this email directly or view it on GitHub:
#29 (comment)

@ghost
Copy link
Author

ghost commented May 24, 2011

@cliftonc,thanks. problem sovled. I use virtualbox in windows, and put calipso dir in a shared dir with windows. I moved calipso dir to some place at /home, and reinstall mongodb (must 'make'), and everything is ok.

@ghost
Copy link
Author

ghost commented May 24, 2011

In mongodb install dir, there is a node_modules/mongodb/external-libs/bson/bson.node link to build/default/bson.node, that is the cause of my problem!

@dennishall
Copy link
Collaborator

If there are no objections, sounds like this issue can be closed.

@shuhblam
Copy link

was thinking the same thing earlier, but i did not say it...

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

No branches or pull requests

3 participants