“/”应用程序中的服务器错误。

Invocation of method 'Write' in  ADWrite threw exception System.InvalidOperationException : 超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: NVelocity.Exception.MethodInvocationException: Invocation of method 'Write' in  ADWrite threw exception System.InvalidOperationException : 超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。

源错误:


行 673:			
行 674:            //context.Add("BottomText", new Sewworld.DAL.VoteUtil().BottomTextIndex(3));
行 675:            Response.Write(fileEngine.Process(context, templatename));
行 676:            #endregion
行 677:        }

源文件: e:\www\newsewworld\sewworld\html\index.aspx.cs    行: 675

堆栈跟踪:


[MethodInvocationException: Invocation of method 'Write' in  ADWrite threw exception System.InvalidOperationException : 超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。]
   NVelocity.Runtime.Parser.Node.ASTReference.execute(Object o, InternalContextAdapter context) +521
   NVelocity.Runtime.Parser.Node.ASTReference.render(InternalContextAdapter context, TextWriter writer) +62
   NVelocity.Runtime.Parser.Node.SimpleNode.render(InternalContextAdapter context, TextWriter writer) +52
   NVelocity.Template.Merge(IContext context, TextWriter writer) +146
   NVelocityTemplateEngine.Engines.NVelocityFileEngine.Process(IDictionary context, String templateName) +128
   index_new.Display() in e:\www\newsewworld\sewworld\html\index.aspx.cs:675
   index_new.Page_Load(Object sender, EventArgs e) in e:\www\newsewworld\sewworld\html\index.aspx.cs:23
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


版本信息: Microsoft .NET Framework 版本:2.0.50727.3615; ASP.NET 版本:2.0.50727.3614