Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Custom Attribute error
Last Post 07/28/2009 3:34 PM by Peter Donker. 2 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Jake Wilson
New Member
New Member
Posts:2


--
07/21/2009 8:57 PM

I have a fresh install of DMX 05.00.04.  When I add a new item to DMX, if I goto any of the following new item sections:

 

Core Metadata

Custom

Permissions

Categories

 

I get the following error (I turned Debug on to see this)

Server Error in '/' Application.

Data length (37338) is shorter than Content-Length (37378) and client is still connected.

Description: 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.

Exception Details: System.Web.HttpException: Data length (37338) is shorter than Content-Length (37378) and client is still connected.

Source Error:

Line 84: 
Line 85:             ' run schedule if in Request mode
Line 86:             Initialize.RunSchedule(Request)
Line 87: Line 88: End Sub

Source File: E:\wwwroot\dotnetnuke\App_Code\Global.asax.vb    Line: 86

Stack Trace:

[HttpException (0x80004005): Data length (37338) is shorter than Content-Length (37378) and client is still connected.]
   Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() +2632
   Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() +253
   Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) +21
   System.Web.HttpWorkerRequest.HasEntityBody() +17
   System.Web.HttpRequest.GetEncodingFromHeaders() +168
   System.Web.HttpRequest.get_ContentEncoding() +48
   System.Web.HttpRequest.get_QueryStringText() +60
   System.Web.HttpRequest.get_Url() +43
   DotNetNuke.Common.Initialize.RunSchedule(HttpRequest request) +24
   DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) in E:\wwwroot\dotnetnuke\App_Code\Global.asax.vb:86
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

[HttpException (0x80004005): Unhandled HttpException while processing NeatUpload child request]
   Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +844
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

Jake Wilson
New Member
New Member
Posts:2


--
07/21/2009 8:58 PM
By the way, I didn't start getting this error until after I started adding custom attributes. But I then went back and deleted those attributes and I still get the same error. Not sure if its related or not.
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
07/28/2009 3:34 PM
Hi,

This error occurs in NeatUpload, not DMX and is not related to Attributes. Please check with Brettle on how to resolve this.

Peter
You are not authorized to post a reply.