求解决。我也不知道这是什么问题。

社区服务
高级搜索
猴岛论坛电脑百科求解决。我也不知道这是什么问题。
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
6个回复

[网络问题]求解决。我也不知道这是什么问题。

楼层直达
Angel°

ZxID:14018794

等级: 上将
紫霞ID:88888888

举报 只看楼主 使用道具 楼主   发表于: 2012-02-19 0
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------

System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.InvalidOperationException: 超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。
  在 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
  在 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
  在 System.Data.SqlClient.SqlConnection.Open()
  在 Com.QFGame.WebSite.Spread.Data.UserStatic.BindUser(String spreadId, Int32 userId, String userName)
  在 Com.QFGame.WebSite.Spread.MainWeb.SpreadWsInterface.BindUser(String spreadId, Int32 userId, String userName, String hash)
  --- 内部异常堆栈跟踪的结尾 ---
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.InvalidOperationException: 超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。
  在 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
  在 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
  在 System.Data.SqlClient.SqlConnection.Open()
  在 Com.QFGame.WebSite.Spread.Data.UserStatic.BindUser(String spreadId, Int32 userId, String userName)
  在 Com.QFGame.WebSite.Spread.MainWeb.SpreadWsInterface.BindUser(String spreadId, Int32 userId, String userName, String hash)
  --- 内部异常堆栈跟踪的结尾 ---

源错误:

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。  

堆栈跟踪:


[SoapException: System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.InvalidOperationException: 超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。
   在 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   在 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   在 System.Data.SqlClient.SqlConnection.Open()
   在 Com.QFGame.WebSite.Spread.Data.UserStatic.BindUser(String spreadId, Int32 userId, String userName)
   在 Com.QFGame.WebSite.Spread.MainWeb.SpreadWsInterface.BindUser(String spreadId, Int32 userId, String userName, String hash)
   --- 内部异常堆栈跟踪的结尾 ---]
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +431766
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204
   Com.QFGame.Passport.PassportCommonLib.WebService.Spread.SpreadWsInterface.BindUser(String spreadId, Int32 userId, String userName, String hash) +111
   Com.QFGame.Passport.PassportCommonLib.PlatformWs.AddSpreadInfo(String SpreadId, Int32 userId, String userName) +167
   Com.QFGame.Passport.PassportWeb.Reg.AdReg110914.Reg.SubmitBtn_Click(Object sender, ImageClickEventArgs e) +588
   System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +108
   System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +118
   System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565




--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.3625; ASP.NET 版本:2.0.50727.3634

这样的。
图片是这样的。


Angel°

ZxID:14018794

等级: 上将
紫霞ID:88888888

举报 只看该作者 沙发   发表于: 2012-02-19 0
IE8.0浏览器。

请消息通知。谢谢。
Angel°

ZxID:14018794

等级: 上将
紫霞ID:88888888

举报 只看该作者 板凳   发表于: 2012-02-19 0
360浏览器也一样!
Michael、K

ZxID:5027755

等级: 贵宾

举报 只看该作者 地板   发表于: 2012-02-19 0
下面写着    版本信息: Microsoft .NET Framework 版本:2.0.50727.3625; ASP.NET 版本:2.0.50727.3634

我觉得是NET Framework的问题吧,LZ重新装下试试。
-  苏羽°

ZxID:17591784

等级: 中将
技术组

举报 只看该作者 4楼  发表于: 2012-02-19 0
楼主据你提示表明你的是通过Web services创建的。
sql Server Profiler  这是监视数据库的工具,你先看看你执行的Sql文是否有问题。
你的问题就是超时,具体地点可能在数据。
-  苏羽°

ZxID:17591784

等级: 中将
技术组

举报 只看该作者 5楼  发表于: 2012-02-19 0
可以试试重装系统或还原系统设置!
离心   Might

ZxID:17641311

等级: 准尉

举报 只看该作者 6楼  发表于: 2012-02-19 0
                       不懂- -,重装系统应该就好了吧,
« 返回列表
发帖 回复