问答 2016-02-29 来自:开发者社区

mongodb数据库执行bee命令报错

func (this *AuthController) Get() { req, err := base64.URLEncoding.DecodeString(this.GetString("req")) var reqStr string if err != nil { reqStr = "" } else { reqStr = string(req) } ...

问答 2016-02-27 来自:开发者社区

mongodb监控报错

在监控mongodb时(采用的nagios+mongodb),调用:check_mongodb.py -H hostb -A collections -P 12345 -u * -p * -W 100 -C 150 时,出现如下错误:CRITICAL - General MongoDB Error: can't set attribute各位大侠,是什么原因呢?小弟不胜感激

问答 2016-02-26 来自:开发者社区

node用express和mongodb开发多人博客报错,什么原因?

`var settings = require('../settings'),Db = require('mongodb').Db, Connection = require('mongodb').Connection, Server = require('mongodb').Server;module.exports = new Db(settings.db,new Server(settin....

问答 2016-02-25 来自:开发者社区

mongodb建立2dsphere索引报错

Exception in thread "main" com.mongodb.MongoException: exception: Can't extract geo keys: { _id: ObjectId('5559a5ac6516cd2268fa696c'), name: "xxx", point: [ 30.633134, 103.976095 ] } can't project g.....

问答 2016-02-22 来自:开发者社区

ubuntu 安装 mongodb,启动时报错

/usr/local/mongodb/bin/mongod: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory怎么解决?

问答 2016-02-20 来自:开发者社区

mongodb 添加数据的报错“too may open files”

在linux服务器上配置了分片和复制集。天测试并发的时候。总是报“too may open files”错. linux系统打开文件限制1024,我用ulimit设置了。 mongodb启动的时候我也用-maxConns=20000设置了。 我是使用的线程数400,添加数据数400. 在mongo登陆后db.serverStatus().connections打印的还最大连接数还是 { "cu.....

问答 2016-02-19 来自:开发者社区

mongodb 命令行插入date类型报错

如何在命令行插入当前时间的数据报错:2015-05-13T11:48:48.210+0800 SyntaxError: Unexpected identifier报错:2015-05-13T11:52:40.841+0800 SyntaxError: Unexpected identifier

问答 2016-02-19 来自:开发者社区

mongodb备份报错

目的是想备份整个项目的全部数据,不限于某一个collection使用的命令:mongoexport —db Demo —out demo_backup.json运行后报错:Error parsing command line: too many positional options求各位大神帮忙

问答 2016-02-06 来自:开发者社区

mongodb distinct too big, 16mb cap报错

我用mongodb单表三百万数据,PHP执行了一下distinct去重复操作,结果显示 distinct too big, 16mb cap,请问高手这是怎么回事?mongodb 安道理性能很强悍啊,怎么会这样,想不通.完整提示:Array ( [errmsg] => exception: distinct too big, 16mb cap [code] => 10044 [ok] ...

文章 2015-06-14 来自:开发者社区

mongoDB报错Cannot find module '../build/Release/bson'

打算用nodejs写一个blog系统,发现nodejs还是存在很多的坑。在使用mongodb时遇到如下报错问题: { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' } js-bson: Failed to load c++ bson extension, using pure JS...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐

云原生多模数据库Lindorm

Lindorm是适用于任何规模、多种类型的云原生数据库服务,支持海量数据的低成本存储处理和弹性按需付费,兼容HBase、Solr、SQL、OpenTSDB等多种开源标准接口,是互联网、IoT、车联网、广告、社交、监控、游戏、风控等场景首选数据库,也是为阿里巴巴核心业务提供支撑的数据库之一。

+关注
相关镜像