Advertisement
nferocious76

JV upload service

Mar 22nd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.35 KB | None | 0 0
  1. (lldb) po [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding]
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>Maximum request length exceeded.</title>
  6. <meta name="viewport" content="width=device-width" />
  7. <style>
  8. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  9. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  10. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  11. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  12. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  13. pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
  14. .marker {font-weight: bold; color: black;text-decoration: none;}
  15. .version {color: gray;}
  16. .error {margin-bottom: 10px;}
  17. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  18. @media screen and (max-width: 639px) {
  19. pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
  20. }
  21. @media screen and (max-width: 479px) {
  22. pre { width: 280px; }
  23. }
  24. </style>
  25. </head>
  26.  
  27. <body bgcolor="white">
  28.  
  29. <span><H1>Server Error in '/JVclnt_4_UploadsWS' Application.<hr width=100% size=1 color=silver></H1>
  30.  
  31. <h2> <i>Maximum request length exceeded.</i> </h2></span>
  32.  
  33. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  34.  
  35. <b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  36.  
  37. <br><br>
  38.  
  39. <b> Exception Details: </b>System.Web.HttpException: Maximum request length exceeded.<br><br>
  40.  
  41. <b>Source Error:</b> <br><br>
  42.  
  43. <table width=100% bgcolor="#ffffcc">
  44. <tr>
  45. <td>
  46. <code>
  47.  
  48. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</code>
  49.  
  50. </td>
  51. </tr>
  52. </table>
  53.  
  54. <br>
  55.  
  56. <b>Stack Trace:</b> <br><br>
  57.  
  58. <table width=100% bgcolor="#ffffcc">
  59. <tr>
  60. <td>
  61. <code><pre>
  62.  
  63. [HttpException (0x80004005): Maximum request length exceeded.]
  64. System.Web.HttpRequest.GetEntireRawContent() +9685447
  65. System.Web.HttpRequest.GetMultipartContent() +63
  66. System.Web.HttpRequest.FillInFormCollection() +165
  67. System.Web.HttpRequest.EnsureForm() +75
  68. System.Web.HttpRequest.get_Form() +12
  69. System.Web.HttpRequestWrapper.get_Form() +9
  70. System.Web.Mvc.HttpRequestExtensions.GetHttpMethodOverride(HttpRequestBase request) +121
  71. System.Web.Mvc.AcceptVerbsAttribute.IsValidForRequest(ControllerContext controllerContext, MethodInfo methodInfo) +37
  72. System.Web.Mvc.HttpPostAttribute.IsValidForRequest(ControllerContext controllerContext, MethodInfo methodInfo) +39
  73. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass19.&lt;RunSelectionFilters&gt;b__15(ActionMethodSelectorAttribute attr) +24
  74. System.Linq.Enumerable.All(IEnumerable`1 source, Func`2 predicate) +140
  75. System.Web.Mvc.Async.AsyncActionMethodSelector.RunSelectionFilters(ControllerContext controllerContext, List`1 methodInfos) +290
  76. System.Web.Mvc.Async.AsyncActionMethodSelector.FindAction(ControllerContext controllerContext, String actionName) +61
  77. System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor.FindAction(ControllerContext controllerContext, String actionName) +50
  78. System.Web.Mvc.ControllerActionInvoker.FindAction(ControllerContext controllerContext, ControllerDescriptor controllerDescriptor, String actionName) +16
  79. System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeAction(ControllerContext controllerContext, String actionName, AsyncCallback callback, Object state) +114
  80. System.Web.Mvc.&lt;&gt;c__DisplayClass1d.&lt;BeginExecuteCore&gt;b__17(AsyncCallback asyncCallback, Object asyncState) +30
  81. System.Web.Mvc.Async.WrappedAsyncResult`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +129
  82. System.Web.Mvc.Controller.BeginExecuteCore(AsyncCallback callback, Object state) +338
  83. System.Web.Mvc.Async.WrappedAsyncResult`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +129
  84. System.Web.Mvc.Controller.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state) +316
  85. System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state) +15
  86. System.Web.Mvc.&lt;&gt;c__DisplayClass8.&lt;BeginProcessRequest&gt;b__2(AsyncCallback asyncCallback, Object asyncState) +71
  87. System.Web.Mvc.Async.WrappedAsyncResult`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +129
  88. System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) +251
  89. System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) +48
  90. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +16
  91. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +301
  92. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +155
  93. </pre></code>
  94.  
  95. </td>
  96. </tr>
  97. </table>
  98.  
  99. <br>
  100.  
  101. <hr width=100% size=1 color=silver>
  102.  
  103. <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34209
  104.  
  105. </font>
  106.  
  107. </body>
  108. </html>
  109. <!--
  110. [HttpException]: Maximum request length exceeded.
  111. at System.Web.HttpRequest.GetEntireRawContent()
  112. at System.Web.HttpRequest.GetMultipartContent()
  113. at System.Web.HttpRequest.FillInFormCollection()
  114. at System.Web.HttpRequest.EnsureForm()
  115. at System.Web.HttpRequest.get_Form()
  116. at System.Web.HttpRequestWrapper.get_Form()
  117. at System.Web.Mvc.HttpRequestExtensions.GetHttpMethodOverride(HttpRequestBase request)
  118. at System.Web.Mvc.AcceptVerbsAttribute.IsValidForRequest(ControllerContext controllerContext, MethodInfo methodInfo)
  119. at System.Web.Mvc.HttpPostAttribute.IsValidForRequest(ControllerContext controllerContext, MethodInfo methodInfo)
  120. at System.Web.Mvc.Async.AsyncActionMethodSelector.<>c__DisplayClass19.<RunSelectionFilters>b__15(ActionMethodSelectorAttribute attr)
  121. at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
  122. at System.Web.Mvc.Async.AsyncActionMethodSelector.RunSelectionFilters(ControllerContext controllerContext, List`1 methodInfos)
  123. at System.Web.Mvc.Async.AsyncActionMethodSelector.FindAction(ControllerContext controllerContext, String actionName)
  124. at System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor.FindAction(ControllerContext controllerContext, String actionName)
  125. at System.Web.Mvc.ControllerActionInvoker.FindAction(ControllerContext controllerContext, ControllerDescriptor controllerDescriptor, String actionName)
  126. at System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeAction(ControllerContext controllerContext, String actionName, AsyncCallback callback, Object state)
  127. at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__17(AsyncCallback asyncCallback, Object asyncState)
  128. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.Begin(AsyncCallback callback, Object state, Int32 timeout)
  129. at System.Web.Mvc.Controller.BeginExecuteCore(AsyncCallback callback, Object state)
  130. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.Begin(AsyncCallback callback, Object state, Int32 timeout)
  131. at System.Web.Mvc.Controller.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state)
  132. at System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state)
  133. at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__2(AsyncCallback asyncCallback, Object asyncState)
  134. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.Begin(AsyncCallback callback, Object state, Int32 timeout)
  135. at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state)
  136. at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state)
  137. at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
  138. at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  139. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  140. --><!--
  141. This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->
  142.  
  143. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement