- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我正在尝试在我的 Windows 机器上安装 mongodb。
执行“mongo”命令时,出现以下错误:
C:\Users\Mohamed>mongo
MongoDB shell version v3.6.2
connecting to: mongodb://127.0.0.1:27017
2018-01-26T18:51:11.568+0100 W NETWORK [thread1] Failed to connect to 127.0.0.1
:27017 after 5000ms milliseconds, giving up.
2018-01-26T18:51:11.568+0100 E QUERY [thread1] Error: couldn't connect to ser
ver 127.0.0.1:27017, connection attempt failed :
connect@src/mongo/shell/mongo.js:251:13
@(connect):1:6
exception: connect failed
当执行“mongod”命令时,我得到以下输出:
C:\Users\Mohamed>mongod
我删除了一些输出以绕过强加的限制
create,cache_size=2510M,session_max=20000,eviction=(threads_min=4,threads_max=4)
,config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal
,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0
),verbose=(recovery_progress),
2018-01-26T18:54:10.321+0100 I CONTROL [initandlisten]
2018-01-26T18:54:10.322+0100 I CONTROL [initandlisten] ** WARNING: Access contr
ol is not enabled for the database.
2018-01-26T18:54:10.323+0100 I CONTROL [initandlisten] ** Read and wri
te access to data and configuration is unrestricted.
2018-01-26T18:54:10.325+0100 I CONTROL [initandlisten]
2018-01-26T18:54:10.325+0100 I CONTROL [initandlisten] ** WARNING: This server
is bound to localhost.
2018-01-26T18:54:10.326+0100 I CONTROL [initandlisten] ** Remote syste
ms will be unable to connect to this server.
2018-01-26T18:54:10.328+0100 I CONTROL [initandlisten] ** Start the se
rver with --bind_ip <address> to specify which IP
2018-01-26T18:54:10.329+0100 I CONTROL [initandlisten] ** addresses it
should serve responses from, or with --bind_ip_all to
2018-01-26T18:54:10.330+0100 I CONTROL [initandlisten] ** bind to all
interfaces. If this behavior is desired, start the
2018-01-26T18:54:10.330+0100 I CONTROL [initandlisten] ** server with
--bind_ip 127.0.0.1 to disable this warning.
2018-01-26T18:54:10.331+0100 I CONTROL [initandlisten]
2018-01-26T18:54:10.331+0100 I CONTROL [initandlisten] Hotfix KB2731284 or late
r update is not installed, will zero-out data files.
2018-01-26T18:54:10.332+0100 I CONTROL [initandlisten]
2018-01-26T18:54:10.333+0100 I CONTROL [initandlisten] ** WARNING: The file sys
tem cache of this machine is configured to be greater than 40% of the total memo
ry. This can lead to increased memory pressure and poor performance.
2018-01-26T18:54:10.334+0100 I CONTROL [initandlisten] See http://dochub.mongod
b.org/core/wt-windows-system-file-cache
2018-01-26T18:54:10.335+0100 I CONTROL [initandlisten]
2018-01-26T18:54:10.338+0100 I STORAGE [initandlisten] createCollection: admin.
system.version with provided UUID: 70e33b89-7e69-4b86-8309-ff9b06207e41
2018-01-26T18:54:10.520+0100 I COMMAND [initandlisten] setting featureCompatibi
lityVersion to 3.6
2018-01-26T18:54:10.531+0100 I STORAGE [initandlisten] createCollection: local.
startup_log with generated UUID: 6728ada5-b42d-443c-823a-1a8ead4eebc2
2018-01-26T18:54:11.584+0100 W FTDC [initandlisten] Failed to initialize Per
formance Counters for FTDC: WindowsPdhError: PdhExpandCounterPathW failed with '
L'objet spécifié n'a pas été trouvé sur l'ordinateur.' for counter '\Memory\Avai
lable Bytes'
2018-01-26T18:54:11.585+0100 I FTDC [initandlisten] Initializing full-time d
iagnostic data capture with directory 'C:/data/db/diagnostic.data'
2018-01-26T18:54:11.590+0100 I NETWORK [initandlisten] waiting for connections
on port 27017
你能帮我解决这个问题吗?
最佳答案
只运行mongod之后,就可以运行mongo了。否则,它会抛出上述错误。
这是我做的:
在您的情况下,您已完成上述两个步骤。只需在新的终端窗口/选项卡中尝试运行 mongo。
希望对您有所帮助。随时纠正我的答案:)
关于windows - mongo 3.6.2 无法在 Windows 7/10 中启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48467964/
我在 mongo 中有一个查询,看起来像 db.Table_Name.group({ "key": { "Camp": true }, "initial": { "Clicks": 0 }
这是一个示例查询: db.readings.find( {"_id.s": ISODate("2012-11-01T00:05:00Z") }).count() 查询在 mongo shell 中工作
我正在使用 mongo 模板查询基于状态和邮政编码的文档,这是使用以下标准和查询方法实现的: List modelClass = null; Criteria criteria = new Crite
目前,我有一个旧版本的 mongo,即 2.6 在我的系统上运行。我的网站已经投入生产,并且拥有大量客户数据。我正在计划升级到 mongo 3.2。 所以,我的问题是 mongo v3.2 的 mon
我构建了一个 MongoDB。我想通过某些分组进行聚合。我找到了 document ,这将为我做到这一点。一切正常,但确定limitations指出: 管道的输出只能包含 16 兆字节。如果你的结果s
我无法连接到 MongoDB .在 Ubuntu 中它可以工作,但我在 CentOS 工作现在。这是错误信息: MongoDB shell version: 2.4.2 connecting to:
我试图使用mongo运行最简单的mongo-express和docker-compose容器。我遇到了许多错误,这些错误将在以后解释。 我尝试了以下docker-compose配置: 1。 versi
我有一个 mongo 查询,如下所示。 db.Course.find( { $and: [{courseCallNo: {$in : [/^ssoapicall1$/i]} }, {clientId
我想知道为什么我会收到以下 php 通知: ( ! ) Notice: Mongo::__construct(): parsing servers in C:\htdocs\multishop\lib
(问题灵感来自this one) 给定一个数据集: db.mycollection.insert([ {a:1, b:2, c:3}, {a:1, b:3, c:4}, {a:0, b:1
如果我已经使用 PECL 成功安装了 mongoDB,还需要获取 debian 软件包“php5-mongo”吗?有什么不同?(这个问题应该迁移吗?) 最佳答案 区别与从 CPAN 或 debian(
Mongo 一天前还运行良好。然后今天早上我起床并尝试打开我得到这个: MongoDB shell version: 2.6.4 2015-01-06T11:10:54.142-0500 SE
我正在尝试使用 C# Mongo 驱动程序将文件上传到 Mongo Atlas。但我不明白如何连接类 MongoServerSettings。我试过这个: private static MongoSe
我有两个版本的 mongodb,2.4.3 和 2.6.0。我可以在不同的端口上启动这两个版本,但是在使用 ./mongos 运行它时出现错误: BadValue error: no args for
我需要在 不 关闭的情况下进行分片,或者在端口 27017 中重启现有的 mongo 实例。 我尝试了以下操作,(当默认端口正在运行和 mongo 实例时) mongod --shardsvr --d
在无意中升级了 mongodb 包(3.4.9 -> 3.6.1)后,有没有办法升级 mongo 数据库? 根据 mongo 文档,作为 prerequisite在升级过程中,featureCompa
我正在使用 Sails 0.12.3 和 mongo 3.2.7 这是我的 config/connections.js。 mongo: { adapter: 'sails-mongo', host
我正在使用 mongodb 构建一个基本的搜索引擎,我已经验证了基本查询在 mongo shell 中的工作。不过,我不太明白如何将其翻译成 PHP。 输入字符串中的空格表示“和”运算符和 |或管道字
我有一个用 @Document 注释的 Mongo 集合,我希望能够从字符串 (JSON) 中获取该 Java 对象,因为我们正在将这些类作为字符串插入队列。 Spring-Data-Mongo 中是
我正在使用 Linux Debian 9。我已经安装了 JDK 1.8。我使用的maven版本是3.6,springboot的版本是2.1。 mongodb版本是3.6。 下面是我试图保存在 mong
我是一名优秀的程序员,十分优秀!