|
Sometimes get this error
Last post 11-08-2009, 7:33 PM by cutechat. 17 replies.
-
01-19-2009, 8:29 AM |
-
Naphta
-
-
-
Joined on 01-15-2009
-
-
Posts 8
-
-
|
Hello,
We have just installed ajaxuploader and sometimes there is this error and upload is broken
Can you see that kind of error ?
Regards
Type de l'événement : Avertissement
Source de l'événement : ASP.NET 2.0.50727.0
Catégorie de l'événement : Événement Web
ID de l'événement : 1309
Date : 19/01/2009
Heure : 11:59:07
Utilisateur : N/A
Ordinateur : SRV04
Description :
Code de l'événement : 3005
Message d'événement : Une exception non gérée s'est produite.
Heure de l'événement : 19/01/2009 11:59:07
Heure de l'événement (UTC) : 19/01/2009 10:59:07
ID d'événement : c09acb5dadf74241a57f83283e7e5b0c
Séquence d'événements : 50
Occurrence de l'événement : 3
Code de détail de l'événement : 0
Informations d'application :
Domaine d'application : /LM/W3SVC/1/Root/transfert-2-128768307305340454
Niveau de confiance : Full
Chemin d'accès virtuel de l'application : /transfert
Chemin d'accès à l'application : c:"inetpub"wwwroot"transfert"
Nom d'ordinateur : SRV04
Informations sur le processus :
ID de processus : 5916
Nom du processus : w3wp.exe
Nom du compte : AUTORITE NT"SERVICE RÉSEAU
Informations sur l'exception :
Type d'exception : HttpException
Message d'exception : Le serveur ne peut pas définir l'état après l'envoi des en-têtes HTTP.
Informations sur la demande :
URL de la demande : http://www.ourwebsite.com/transfert/Transfert.aspx?LBAS=xxxxx&LKY=xxxx&UseUploadModule=Dynamic&_Namespace=CuteWebUI&_UploadID=Uploader1Image_1232362613486_1&_UploadControlID=Uploader1&ContextValue=!3wEWAWQZwT7w7IjlZqiPJnsURLdq!1eNpRA!2!2&_MaxSizeKB=1048576&_Addon=upload&_AddonGuid=F812972C-CE63-EE61-1936-4A919632C0E9
Chemin d'accès à la demande : /transfert/Transfert.aspx
Adresse d'hôte de l'utilisateur : XXX.XXX.XXX.XXX
Utilisateur :
Est authentifié : False
Type d'authentification :
Nom du compte de thread : AUTORITE NT"SERVICE RÉSEAU
Informations sur le thread :
ID de thread : 8
Nom du compte de thread : AUTORITE NT"SERVICE RÉSEAU
Emprunte une identité : True
Trace de la pile : à System.Web.HttpResponse.set_StatusCode(Int32 value)
à CuteWebUI.UploadModule.c(HttpContext A_0)
à CuteWebUI.UploadModule.h(HttpContext A_0)
à CuteWebUI.UploadModule.a(Object A_0, EventArgs A_1, AsyncCallback A_2, Object A_3)
à System.Web.HttpApplication.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
à System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
|
|
-
01-19-2009, 1:44 PM |
-
01-23-2009, 9:50 AM |
-
Naphta
-
-
-
Joined on 01-15-2009
-
-
Posts 8
-
-
|
Re: Sometimes get this error
Hello,
We always have these errors in the event viewer and the upload broken !!
We want to know whether it comes from our installation or ajaxuploader component ?
Thanks
|
|
-
01-23-2009, 10:38 AM |
-
cutechat
-
-
-
Joined on 07-22-2004
-
-
Posts 2,332
-
-
|
Re: Sometimes get this error
Hi,
Can you explain your application?
IIS7 ? do you install some modules ? what's the code in Global.asax ?
I think befault uploader process the request, some data/error have been sent.
Regards,
Terry.
|
|
-
01-23-2009, 3:02 PM |
-
Naphta
-
-
-
Joined on 01-15-2009
-
-
Posts 8
-
-
|
Re: Sometimes get this error
Hello,
Here our web.config for ajaxuploader application.
for the script this is the script of your sample, we add mail notification and list the custumers folders.
I repeat for some of our customers are no problems, but others can not upload? We receive up to 20 to 30 files per day, is not too much.
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/></sectionGroup></sectionGroup></sectionGroup>
</configSections>
<appSettings>
<add key="RepDepot" value="e:"XXXXX""/>
<add key="RepDepotAjax" value="e:""XXXXX"""/>
</appSettings>
<connectionStrings>
<add name="ConnectionString" connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:"inetpub"wwwroot"Transfert"base"upload.accdb; Persist Security Info=False;" providerName="System.Data.OleDb"/>
</connectionStrings>
<system.web>
<identity impersonate="true" />
<httpRuntime maxRequestLength="2000000"/>
<compilation debug="true" strict="false" explicit="true" urlLinePragmas="true">
<assemblies>
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies></compilation>
<pages>
<namespaces>
<clear/>
<add namespace="System"/>
<add namespace="System.Collections"/>
<add namespace="System.Collections.Specialized"/>
<add namespace="System.Configuration"/>
<add namespace="System.Text"/>
<add namespace="System.Text.RegularExpressions"/>
<add namespace="System.Web"/>
<add namespace="System.Web.Caching"/>
<add namespace="System.Web.SessionState"/>
<add namespace="System.Web.Security"/>
<add namespace="System.Web.Profile"/>
<add namespace="System.Web.UI"/>
<add namespace="System.Web.UI.WebControls"/>
<add namespace="System.Web.UI.WebControls.WebParts"/>
<add namespace="System.Web.UI.HtmlControls"/>
<add namespace="System.Collections.Generic"/>
<add namespace="System.IO"/>
<add namespace="System.Data"/>
<add namespace="System.Data.SqlClient"/>
</namespaces>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add namespace="CuteWebUI" assembly="CuteWebUI.AjaxUploader" tagPrefix="CuteWebUI"/>
</controls>
</pages>
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="GET,HEAD" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
</httpModules>
</system.web>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="WarnAsError" value="false"/></compiler>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="OptionInfer" value="true"/>
<providerOption name="WarnAsError" value="false"/></compiler></compilers></system.codedom>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<remove name="ScriptModule"/>
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated"/>
<remove name="ScriptHandlerFactory"/>
<remove name="ScriptHandlerFactoryAppServices"/>
<remove name="ScriptResource"/>
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></handlers></system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/></dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/></dependentAssembly></assemblyBinding></runtime>
<system.net>
<mailSettings>
<smtp from="postmaster@website.com">
<network host="X.X.X.X" port="25" userName="postmaster" password="XXXX" defaultCredentials="true"/>
</smtp>
</mailSettings>
</system.net>
</configuration>
bye
|
|
-
01-25-2009, 9:09 AM |
-
Naphta
-
-
-
Joined on 01-15-2009
-
-
Posts 8
-
-
|
Re: Sometimes get this error
Hello,
here our configuration
W2003 SP2 server
IIS6
upgrade to dotnet 3.5 sp1 for sql2008
Ajaxuploader in a Pool of applications with an identity set to local system
AjaxUpload have is own web.config
in the file we set <identity impersonate="true" />, for custumers folders and an access to a small database (access 2007)
I hope this information will help you
I repeat 40% of our custumers dont have any problems to upload one or more files
We want to keep this component
Regards
|
|
-
01-27-2009, 9:48 AM |
-
cutechat
-
-
-
Joined on 07-22-2004
-
-
Posts 2,332
-
-
|
Re: Sometimes get this error
Hi,
We still need work on this issue.
Can you send me an online page for a test ? my mail is terry @ cutesoft.net
Regards,
Terry
|
|
-
02-02-2009, 11:12 AM |
-
Naphta
-
-
-
Joined on 01-15-2009
-
-
Posts 8
-
-
|
Re: Sometimes get this error
Hello,
We went and found that it is generally mac users with safari or firefox 2.0.
They select the file and nothing appears in the list of files to download.
regards
|
|
-
02-03-2009, 9:59 PM |
-
cutechat
-
-
-
Joined on 07-22-2004
-
-
Posts 2,332
-
-
|
Re: Sometimes get this error
Hi,
Please download the uploader again and try again.
We changed something and that may helps.
Regards,
Terry
|
|
-
02-04-2009, 12:27 PM |
-
Naphta
-
-
-
Joined on 01-15-2009
-
-
Posts 8
-
-
|
Re: Sometimes get this error
Hello,
We found a customer with whom we have consistently reported the error on my first message.
We downloaded the latest version and have asked him to do a test. When selecting a file it does not appear in the list and an error occurs on the server.
We asked him to do a test on your site with "download multiple files" test number 2, he had the same problem.
He has a Mac with Safari and Firefox 2.0.
regards
|
|
-
02-04-2009, 11:36 PM |
-
cutechat
-
-
-
Joined on 07-22-2004
-
-
Posts 2,332
-
-
|
Re: Sometimes get this error
Hi,
We are investigating this issue and will get back to you as soon as possible.
Regards,
Terry
|
|
-
02-10-2009, 6:37 AM |
-
Naphta
-
-
-
Joined on 01-15-2009
-
-
Posts 8
-
-
|
Re: Sometimes get this error
Hello,
We conducted tests with our customers who have problems with your component ajaxuploder like google.
They have no more problems with another one ajax uploadercomponent, i did not say the name here.
I repeat Mac with Safari or Firefox, the same custumer in the same lan but with PC have no probleme to upload.
I am sorry to leave your component to another in ajax.
Regards and good luke to investigate
|
|
-
02-10-2009, 8:41 AM |
-
cutechat
-
-
-
Joined on 07-22-2004
-
-
Posts 2,332
-
-
|
Re: Sometimes get this error
Hi,
Sorry for delay investigating on that issue.
Another customer also get the same problem too.
Now we are still work on it and will fix it soon once it could be reproduced.
Regards,
Terry
|
|
-
02-12-2009, 7:10 PM |
-
LTG1
-
-
-
Joined on 08-17-2008
-
-
Posts 3
-
-
|
Re: Sometimes get this error
This is a bad problem - it really needs to be fixed. The upload control needs to work 99.99% of the time for public sites.
ecards
|
|
-
02-16-2009, 11:03 PM |
-
cutechat
-
-
-
Joined on 07-22-2004
-
-
Posts 2,332
-
-
|
Re: Sometimes get this error
Hi all,
Please try the last version.
I think the last version have fixed all issues.
If you still get issue , for the SSL/NTLM , please check this post:
Regards,
Terry
|
|
-
08-24-2009, 12:07 AM |
-
11-03-2009, 3:26 AM |
-
jagdisha
-
-
-
Joined on 10-31-2009
-
-
Posts 3
-
-
|
Re: Sometimes get this error
Hi Is this issue really solved. I have downloaded latest version and I am still getting this error for some users and some files.
please let me know what I have to do to fix it Thanks
|
|
-
11-08-2009, 7:33 PM |
-
cutechat
-
-
-
Joined on 07-22-2004
-
-
Posts 2,332
-
-
|
Re: Sometimes get this error
Can you post a new thread and write something to descript your issue ?
Regards,
Terry
|
|
|
|
|