I had Rainbow successfully loaded and running remotely on my ISP hosting account. Today I tried to access it, and the Server Maintainence window came up. I checked the error log file, and it reads, "The root element is missing". Where do I start to troubleshoot
this? Thanks, Rob
Rob, I recently ran into that problem and it came down to "maxRequestLength" in the httpRuntime section of the machine.config being less than the actual request I sent to the web service. The default is 4 MB and Rainbow should not run into any problems with
that but maybe your ISP has reduced that limit? I did have WSE 1.0 installed. The actual exception is thrown by the XmlTextReader. You may want to enable some tracing to see the request that causes the problem. The other comment on this error that I found
in other discussions is that the XmlTextReader was not reset to the start before reading and XML file but that did not help in my case. regards Andreas
None
0 Points
8 Posts
"The root element is missing" Error in log file
Jul 29, 2004 01:00 PM|vagabundo|LINK
None
0 Points
1 Post
Re: "The root element is missing" Error in log file
Aug 12, 2004 01:05 AM|piefi|LINK