Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
397 views
in Technique[技术] by (71.8m points)

mongoDB启动问题

Mongo启动后 出现以下故障 数据库无法正常使用

2017-03-01T01:27:47.123-0500 I NETWORK  [thread1] waiting for connections on port 27017
2017-03-01T01:28:08.550-0500 I NETWORK  [thread1] connection accepted from 127.0.0.1:53373 #1 (1 connection now open)
2017-03-01T01:28:08.555-0500 I NETWORK  [conn1] received client metadata from 127.0.0.1:53373 conn1: { application: { name: "MongoDB Shell" }, driver: { name: "MongoDB Internal Client", version: "3.4.2" }, os: { type: "Windows", name: "Microsoft Windows 8", architecture: "x86_64", version: "6.2 (build 9200)" } }
2017-03-01T01:28:17.789-0500 I NETWORK  [thread1] connection accepted from 127.0.0.1:53375 #2 (2 connections now open)
2017-03-01T01:28:17.795-0500 I NETWORK  [thread1] connection accepted from 127.0.0.1:53376 #3 (3 connections now open)
2017-03-01T01:28:17.808-0500 I NETWORK  [conn3] received client metadata from 127.0.0.1:53376 conn3: { driver: { name: "nodejs", version: "2.2.11" }, os: { type: "Windows_NT", name: "win32", architecture: "x64", version: "10.0.14393" }, platform: "Node.js v6.9.5, LE, mongodb-core: 2.0.13" }
2017-03-01T01:28:17.817-0500 I -        [conn2] end connection 127.0.0.1:53375 (3 connections now open)
2017-03-01T01:28:17.833-0500 I NETWORK  [thread1] connection accepted from 127.0.0.1:53377 #4 (3 connections now open)
2017-03-01T01:28:17.835-0500 I NETWORK  [thread1] connection accepted from 127.0.0.1:53378 #5 (4 connections now open)
2017-03-01T01:28:17.836-0500 I NETWORK  [thread1] connection accepted from 127.0.0.1:53379 #6 (5 connections now open)
2017-03-01T01:28:17.837-0500 I NETWORK  [thread1] connection accepted from 127.0.0.1:53380 #7 (6 connections now open)
2017-03-01T01:28:17.838-0500 I NETWORK  [thread1] connection accepted from 127.0.0.1:53381 #8 (7 connections now open)
2017-03-01T01:28:33.551-0500 I NETWORK  [thread1] connection accepted from 127.0.0.1:53415 #9 (8 connections now open)
2017-03-01T01:28:33.554-0500 I -        [conn9] end connection 127.0.0.1:53415 (8 connections now open)
2017-03-01T01:28:33.802-0500 I NETWORK  [thread1] connection accepted from 127.0.0.1:53417 #10 (8 connections now open)
2017-03-01T01:28:46.673-0500 I -        [conn10] end connection 127.0.0.1:53417 (8 connections now open)

不知道哪里出现了问题,网上没有搜到类似的问题,请指教


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

从这个日志来看,只看到了连接信息:

1、 conn1: { application: { name: "MongoDB Shell" }

2、conn3: { driver: { name: "nodejs", version: "2.2.11" }

共有8个连接。没有看到相关的出错的信息。

供参考。

Love MongoDB! Have Fun!

------------------------华丽的分割符--------------------------------

MongoDB中文社区线下活动缤纷,请猛戳下方:

2017华山论剑|MongoDB中文社区

三月份杭州站在即!!! 感兴趣的朋友火速报名!!!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...