[MonoDevelop] xsp2 web server cannot be started (but it has started??)

sgwill samuel.g.williamson at gmail.com
Thu Sep 3 19:00:13 EDT 2009


I've managed small progress. 

Still on windows, building from Trunk in Visual Studio 2008.

The initial problem in the MonoDevelop.AspNet project. In
AspNetAppProject.cs, DoExecute, there's a check to see if xsp/xsp2 is in the
path by firing xsp2 --version. In Windows, this needs to be "xsp2.bat
--version". Later, if the process succeeds in the test, the _real_ process
does check if it's in Windows and adds the ".bat" (See
AspNetExecutionHandler.cs, Execute()).

Now that I'm that far, the xsp2 process itself is throwing two exceptions: 

Exception caught during reading the configuration file:
System.Configuration.ConfigurationErrorsException: Error Initializing the
configuration system. ---> System.Xml.XmlException: Text node cannot appear
in this state.  Line 1, position 1.

AND

Listening on address: 127.0.0.1

Root directory: C:\Documents and Settings\swilliamson\My
Documents\Projects\MDTEster\MDTEster

Error: System.TypeInitializationException: An exception was thrown by the
type initializer for System.Net.Sockets.Socket --->
System.Configuration.ConfigurationErrorsException: Error Initializing the
configuration system. ---> System.Xml.XmlException: Text node cannot appear
in this state.  Line 1, position 1.

I'll keep looking into this; I'll write a patch if I find the solution.

-- 
View this message in context: http://www.nabble.com/xsp2-web-server-cannot-be-started-%28but-it-has-started--%29-tp24425587p25285591.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.



More information about the Monodevelop-list mailing list