in

Dotnetpanel Forums

Community support forums for DotNetPanel products

This has to be a DNP error - (under Windows 2008)

Last post 07-23-2008 2:36 PM by MrRadic. 39 replies.
Page 1 of 3 (40 items) 1 2 3 Next >
Sort Posts: Previous Next
  • 02-26-2008 7:45 AM

    • GrZeCh
    • Top 10 Contributor
    • Joined on 04-25-2007
    • Poland
    • Posts 359

    This has to be a DNP error - (under Windows 2008)

    OK .. Today I tryed AGAIN to install everything from scratch under Windows 2008. SmarterMail5 error has been fixed and adding new e-mail accounts is not a problem. But after adding few users and websites I'm starting having this error:

     

    Hosting Space: 7
    Stack Trace: System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
    The request failed with the error message:
    --








    Server Error in '/' Application.



    '', hexadecimal value 0x13, is an invalid character.





    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.ArgumentException: '', hexadecimal value 0x13, is an invalid character.



    Source Error:










    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.







    Stack Trace:











    [ArgumentException: '', hexadecimal value 0x13, is an invalid character.]

    System.Xml.XmlConvert.VerifyCharData(String data, ExceptionType exceptionType) +1797845

    System.Xml.DocumentXmlWriter.WriteString(String text) +35

    System.Xml.XmlWellFormedWriter.WriteString(String text) +1586215

    Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text) +17

    Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text) +17

    System.Web.Services.Protocols.Soap11ServerProtocolHelper.WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode) +909

    System.Web.Services.Protocols.SoapServerProtocol.WriteException(Exception e, Stream outputStream) +1277

    System.Web.Services.Protocols.WebServiceHandler.WriteException(Exception e) +125

    System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest() +487777

    System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context) +191

    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +638

    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +177











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






    [ArgumentException]: '', hexadecimal value 0x13, is an invalid character.
    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)
    -->
    --.
    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[ parameters)
    at DotNetPanel.EnterpriseServer.esWebServers.AddWebSite(Int32 packageId, Int32 domainId, Int32 ipAddressId)
    at DotNetPanel.Portal.WebSitesAddSite.AddWebSite()

    .. of course I writed about this 10 days ago (http://forum.dotnetpanel.com/forums/t/3759.aspx) but I dont know why there was no response from DNP crew (I think supporting/testing DNP under Windows 2008 should interest DNP team since there is provider for this operating system and on main page there is huge banner informing user that IIS7 and Win2008 are supported).

    Windows 2008 Web Server x64 / DotNetPanel 2.8.0
  • 02-26-2008 7:51 AM In reply to

    • kobis
    • Top 75 Contributor
    • Joined on 04-11-2007
    • Posts 68

    Re: This has to be a DNP error - (under Windows 2008)

    As far as i know, DNP does not yet supporting windows server 2008 RTM.

     

  • 02-26-2008 7:57 AM In reply to

    • GrZeCh
    • Top 10 Contributor
    • Joined on 04-25-2007
    • Poland
    • Posts 359

    Re: This has to be a DNP error - (under Windows 2008)

    So here:

        http://www.dotnetpanel.com/DotNetPanel/SupportedSoftware.aspx

    should be info that RCX version is supported. I'm just suprised that no one from DNP team has not responded to my previous thread.

    Windows 2008 Web Server x64 / DotNetPanel 2.8.0
  • 02-26-2008 8:07 AM In reply to

    • kobis
    • Top 75 Contributor
    • Joined on 04-11-2007
    • Posts 68

    Re: This has to be a DNP error - (under Windows 2008)

    Yep. That's what i got from DNP support:

     Unfortunately current version on providers for Windows 2008 platform is successfully tested on Windows 2008 RC1 version (Windows 2008 RTM support will be released by the end of this month).

     

     

  • 02-26-2008 8:13 AM In reply to

    • GrZeCh
    • Top 10 Contributor
    • Joined on 04-25-2007
    • Poland
    • Posts 359

    Re: This has to be a DNP error - (under Windows 2008)

    :/

    Thanks for info

    But anyway here:

    http://www.dotnetpanel.com/DotNetPanel/SupportedSoftware.aspx

    should be info for users who want to test/run DNP under Win2008 that DNP was tested only under some RCx version.

    EDIT:

    problem is in http://127.0.0.1:9002/esWebServers.asmx webservice in AddWebSite method

     

    Windows 2008 Web Server x64 / DotNetPanel 2.8.0
  • 02-27-2008 11:41 AM In reply to

    • GrZeCh
    • Top 10 Contributor
    • Joined on 04-25-2007
    • Poland
    • Posts 359

    Re: This has to be a DNP error - (under Windows 2008)

    For anyone who is testing DNP under Windows 2008: this error is caused by wrong naming Application Pools when web page is created. Solution for this is to disable from policies Dedicated Application Pools and if You want to have dedicated app pool for some side just enable it after page has been created. Thats all :)

    DNP team are working on this

    Windows 2008 Web Server x64 / DotNetPanel 2.8.0
  • 03-16-2008 9:25 PM In reply to

    Re: This has to be a DNP error - (under Windows 2008)

    GrZeCh:

    For anyone who is testing DNP under Windows 2008: this error is caused by wrong naming Application Pools when web page is created. Solution for this is to disable from policies Dedicated Application Pools and if You want to have dedicated app pool for some side just enable it after page has been created. Thats all :)

    DNP team are working on this

    Getting this error too when trying to switch .Net versions -- DNP is incredibly buggy with Windows Server 2008.

  • 04-09-2008 1:22 AM In reply to

    • GrZeCh
    • Top 10 Contributor
    • Joined on 04-25-2007
    • Poland
    • Posts 359

    Re: This has to be a DNP error - (under Windows 2008)

     Have You turned on creating dedicated pools for users websites in Your DNP policies?

    EDIT: Ah sorry .. You are getting this error while switching .NET versions and not creating websites. Are You trying switching maybe to .NET 1.1 ?

    Windows 2008 Web Server x64 / DotNetPanel 2.8.0
  • 04-09-2008 2:51 AM In reply to

    Re: This has to be a DNP error - (under Windows 2008)

    Hello guys,

    We apologize for the confusion. DNP currently supports Windows 2008 RTM (Supported software page has been updated accordingly).

    Could you please specify a scenario how the issue can be reproduced on the platform mentioned?

    Thanks.

    Best regards,
    Pavel Tsourbelev, COO
    DotNetPanel Software - professionally developed software for hosting businesses
  • 04-09-2008 11:13 AM In reply to

    Re: This has to be a DNP error - (under Windows 2008)

    GrZeCh:

     Have You turned on creating dedicated pools for users websites in Your DNP policies?

    EDIT: Ah sorry .. You are getting this error while switching .NET versions and not creating websites. Are You trying switching maybe to .NET 1.1 ?

    Actually this doesn't just happen when switching Application Pools. Anytime you click the Update button when trying to modify Web Site Properties for some domains this error comes up (even if there are no changes made).

  • 07-17-2008 8:32 AM In reply to

    Re: This has to be a DNP error - (under Windows 2008)

    We get the SAME error all the time on Windows 2008. It happens when switching between application pools and is really annoying! The error has been posted here for months without reply!System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
    The request failed with the error message:
    --

     

     

     

     

    Server Error in '/' Application.
    --------------------------------------------------------------------------------

     


    '', hexadecimal value 0x13, is an invalid character.

     


    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.ArgumentException: '', hexadecimal value 0x13, is an invalid character.

     

    Source Error:

     


     
     


    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.


     

     

     


    Stack Trace:

     


     
     


    [ArgumentException: '', hexadecimal value 0x13, is an invalid character.]
       System.Xml.XmlConvert.VerifyCharData(String data, ExceptionType exceptionType) +1797845
       System.Xml.DocumentXmlWriter.WriteString(String text) +35
       System.Xml.XmlWellFormedWriter.WriteString(String text) +1586215
       Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text) +17
       Microsoft.Web.Services3.Xml.XmlWrappingWriter.WriteString(String text) +17
       System.Web.Services.Protocols.Soap11ServerProtocolHelper.WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode) +909
       System.Web.Services.Protocols.SoapServerProtocol.WriteException(Exception e, Stream outputStream) +1277
       System.Web.Services.Protocols.WebServiceHandler.WriteException(Exception e) +125
       System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest() +487777
       System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context) +191
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +638
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +177


     
     

     

     

     

    --------------------------------------------------------------------------------


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

     

     


    --.
    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[ parameters)
    at DotNetPanel.EnterpriseServer.esWebServers.UpdateWebSite(WebSite site)
    at DotNetPanel.Portal.WebSitesEditSite.SaveWebSite()

    The complete error we get it:

     

  • 07-17-2008 9:42 AM In reply to

    Re: This has to be a DNP error - (under Windows 2008)

    Come on DNP team, this has been reported such a long time ago with not even the simplest attempt for a fix. I have at least 20 - 30 domains I can reproduce this with.

  • 07-17-2008 3:58 PM In reply to

    Re: This has to be a DNP error - (under Windows 2008)

    I am experiencing this Hexadecimal errors also. Using windows 2008 server std. Below is a paste from current DNP system requirements page.

     Microsoft Windows Server 2003 (SP2 is recommended) or Windows Server 2008.

     Isn't it time these errors be gone. In my case I am using a stock Win 2008 std exclusively testing DNP.

    Filed under:
  • 07-18-2008 11:47 AM In reply to

    Re: This has to be a DNP error - (under Windows 2008)

    This is such a big deal and I'm surprised that the DNP staff are just ignoring this altogether.

  • 07-18-2008 12:00 PM In reply to

    • pinklloyd
    • Top 25 Contributor
    • Joined on 02-11-2006
    • Charlotte, NC USA
    • Posts 324

    Re: This has to be a DNP error - (under Windows 2008)

     We can't get a correct build to function under Windows 2003 let alone 2008. I've been trying to get one main feature to work for years now that DNP has yet to address. What's the primary purpose of a host automation package? Billing clients for usage of resources, bandwidth and hd space for web, mail, etc. Why can't we just get the show stopper bugs fixed before we try concentrating on additional features? 


    Building Virtual worlds
    OpenSIM host and Architect,
    Reseller based VR Virtual Reality! ;)
    Virtual storefronts - Merchant account reseller - Microsoft/Dell VAR. ISV,
Page 1 of 3 (40 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems