Anyone here running the latest v2.8.12 release and able to provision from whmcs. We had this working perfectly on v2.8.11 then after the upgrade, we get this error:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 3/1/2010 1:28:40 PM
Event time (UTC): 3/1/2010 6:28:40 PM
Event ID: 2242f3004d3c4cfb9b6acc391f560df2
Event sequence: 4093
Event occurrence: 5
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/2/ROOT-1-129119208350654100
Trust level: Full
Application Virtual Path: /
Application Path: D:\DotNetPanel\Enterprise Server\
Machine name: DNP2009
Process information:
Process ID: 5920
Process name: w3wp.exe
Account name: DNP2009\DNPEnterpriseServer
Exception information:
Exception type: HttpException
Exception message: Server cannot clear headers after HTTP headers have been sent.
Request information:
Request URL: http://x.x.x.x:9002/esPackages.asmx
Request path: /esPackages.asmx
User host address: x.x.x.x
User:
Is authenticated: False
Authentication Type:
Thread account name: DNP2009\DNPEnterpriseServer
Thread information:
Thread ID: 6
Thread account name: DNP2009\DNPEnterpriseServer
Is impersonating: False
Stack trace: at System.Web.HttpResponse.ClearHeaders()
at System.Web.Services.Protocols.SoapServerProtocol.WriteException(Exception e, Stream outputStream)
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
at System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response)
Custom event details:
I am also certain this is a code issue, in that the Response.ClearHeaders() is being called when it shouldnt be.
Please confirm if you are seeing this error or not.