Hello,
I am running Windows Server 2008 x64 with MSFTP 7 as the ftp server. I installed DotNetPanel 2.8.1 a few days ago and up until now I had no issues creating/modifying/deleting FTP accounts. Now when I attempt to view an FTP account that has already been created, I am receving the following error:
Log Name: Application
Source: ASP.NET 2.0.50727.0
Date: 1/7/2009 3:42:20 PM
Event ID: 1309
Task Category: Web Event
Level: Warning
Keywords: Classic
User: N/A
Computer: VIRGO
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 1/7/2009 3:42:20 PM
Event time (UTC): 1/7/2009 11:42:20 PM
Event ID: f22adea269464179a7913caf054354b7
Event sequence: 677
Event occurrence: 7
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/3/ROOT-1-128758394329092515
Trust level: Full
Application Virtual Path: /
Application Path: C:\DotNetPanel\Enterprise Server\
Machine name: VIRGO
Process information:
Process ID: 3252
Process name: w3wp.exe
Account name: VIRGO\DNPEnterpriseServer
Exception information:
Exception type: ArgumentException
Exception message: '', hexadecimal value 0x03, is an invalid character.
Request information:
Request URL: http://127.0.0.1:9002/esFtpServers.asmx
Request path: /esFtpServers.asmx
User host address: 127.0.0.1
User:
Is authenticated: False
Authentication Type:
Thread account name: VIRGO\DNPEnterpriseServer
Thread information:
Thread ID: 5
Thread account name: VIRGO\DNPEnterpriseServer
Is impersonating: False
Stack trace: at System.Xml.XmlConvert.VerifyCharData(String data, ExceptionType exceptionType)
at System.Xml.DocumentXmlWriter.WriteString(String text)
at System.Xml.XmlWellFormedWriter.WriteString(String text)
at Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text)
at Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text)
at System.Web.Services.Protocols.Soap11ServerProtocolHelper.WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode)
at System.Web.Services.Protocols.SoapServerProtocol.WriteException(Exception e, Stream outputStream)
at System.Web.Services.Protocols.WebServiceHandler.WriteException(Exception e)
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
at System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Custom event details:
Event Xml:
<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='ASP.NET 2.0.50727.0'/><EventID Qualifiers='32768'>1309</EventID><Level>3</Level><Task>3</Task><Keywords>0x80000000000000</Keywords><TimeCreated SystemTime='2009-01-07T23:42:20.000Z'/><EventRecordID>1773</EventRecordID><Channel>Application</Channel><Computer>VIRGO.inkblotstudio.com</Computer><Security/></System><EventData><Data>3005</Data><Data>An unhandled exception has occurred.</Data><Data>1/7/2009 3:42:20 PM</Data><Data>1/7/2009 11:42:20 PM</Data><Data>f22adea269464179a7913caf054354b7</Data><Data>677</Data><Data>7</Data><Data>0</Data><Data>/LM/W3SVC/3/ROOT-1-128758394329092515</Data><Data>Full</Data><Data>/</Data><Data>C:\DotNetPanel\Enterprise Server\</Data><Data>VIRGO</Data><Data></Data><Data>3252</Data><Data>w3wp.exe</Data><Data>VIRGO\DNPEnterpriseServer</Data><Data>ArgumentException</Data><Data>'', hexadecimal value 0x03, is an invalid character.</Data><Data>http://127.0.0.1:9002/esFtpServers.asmx</Data><Data>/esFtpServers.asmx</Data><Data>127.0.0.1</Data><Data></Data><Data>False</Data><Data></Data><Data>VIRGO\DNPEnterpriseServer</Data><Data>5</Data><Data>VIRGO\DNPEnterpriseServer</Data><Data>False</Data><Data> at System.Xml.XmlConvert.VerifyCharData(String data, ExceptionType exceptionType)
at System.Xml.DocumentXmlWriter.WriteString(String text)
at System.Xml.XmlWellFormedWriter.WriteString(String text)
at Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text)
at Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text)
at System.Web.Services.Protocols.Soap11ServerProtocolHelper.WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode)
at System.Web.Services.Protocols.SoapServerProtocol.WriteException(Exception e, Stream outputStream)
at System.Web.Services.Protocols.WebServiceHandler.WriteException(Exception e)
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
at System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
</Data></EventData></Event>
The only changes I have made to the server today is installing AJAX Extensions 1.0. Any idea as to what could be causing this?
Thanks!
Jason