热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

mongodb连接不上

用mongovue连接时显示:

用mongovue连接时显示:
图片描述
提示框里的代码如下:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Connection was refused

Unable to connect to server 127.0.0.1:27017: 由于目标计算机积极拒绝,无法连接。 127.0.0.1:27017.

Type: MongoDB.Driver.MongoConnectionException

Stack:    at MongoDB.Driver.Internal.DirectMongoServerProxy.Connect(TimeSpan timeout, ReadPreference readPreference)

   at MongoDB.Driver.MongoServer.Connect(TimeSpan timeout)

   at MongoDB.Driver.MongoServer.Connect()

   at MangoUI.MMongo.Open(Boolean mustWrite)

   at MangoUI.MMongo.Open()

   at MangoUI.MConnection.get_IsValid()

   at MangoUI.WinConnect.btnTest_Click(Object sender, EventArgs e)





由于目标计算机积极拒绝,无法连接。 127.0.0.1:27017

Type: System.Net.Sockets.SocketException

Stack:    at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)

   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)

   at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)

   at MongoDB.Driver.Internal.MongoConnection.Open()

   at MongoDB.Driver.Internal.MongoConnection.GetNetworkStream()

   at MongoDB.Driver.Internal.MongoConnection.SendMessage(BsonBuffer buffer, Int32 requestId)

   at MongoDB.Driver.Internal.MongoConnection.SendMessage(MongoRequestMessage message)

   at MongoDB.Driver.Operations.CommandOperation`1.Execute(MongoConnection connection)

   at MongoDB.Driver.MongoServerInstance.RunCommandAs[TCommandResult](MongoConnection connection, String databaseName, IMongoCommand command)

   at MongoDB.Driver.MongoServerInstance.Ping(MongoConnection connection)

   at MongoDB.Driver.MongoServerInstance.Connect()

   at MongoDB.Driver.Internal.DirectMongoServerProxy.Connect(TimeSpan timeout, ReadPreference readPreference)



推荐阅读
author-avatar
手机用户2602919091
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有