[Mono-devel-list] XSP with Mac OS X
Ryan Gregg
ryan at intellidev.com
Wed May 19 21:38:22 EDT 2004
I'm using the packaged Beta 1 installer from the go-mono website, and I
downloaded and compiled the latest XSP release from the download page.
I haven't tried the CVS version yet, but I'm getting this error when I
try to visit a generic HTML page in the XSP root:
Listening on port: 8080
Listening on address: 0.0.0.0
Root directory: /Users/ryan/asp
Hit Return to stop the server.
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Runtime.Remoting.Lifetime.LifetimeServices
Server stack trace:
in (unmanaged) (wrapper managed-to-native)
System.Reflection.MonoMethod:InternalInvoke (object,object[])
in <0x0008c> (wrapper managed-to-native)
System.Reflection.MonoMethod:InternalInvoke (object,object[])
in <0x000c4> System.AppDomain:InvokeInDomainByID
(int,System.Reflection.MethodInfo,object,object[])
in <0x001a0>
System.Runtime.Remoting.Channels.CrossAppDomainSink:SyncProcessMessage
(System.Runtime.Remoting.Messaging.IMessage)
Exception rethrown at [0]:
---> System.OverflowException: Resulting timespan is too big.
in <0x00220> System.TimeSpan:FromMilliseconds (double)
in <0x0005c> System.TimeSpan:FromSeconds (double)
in <0x00068> System.Runtime.Remoting.Lifetime.LifetimeServices:.cctor ()
--- End of inner exception stack trace ---
in <0x002e0> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messa
ging.IMessage,System.Exception&,object[]&)
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Runtime.Remoting.Lifetime.LifetimeServices --->
System.OverflowException: Resulting timespan is too big.
in <0x00220> System.TimeSpan:FromMilliseconds (double)
in <0x0005c> System.TimeSpan:FromSeconds (double)
in <0x00068> System.Runtime.Remoting.Lifetime.LifetimeServices:.cctor ()
--- End of inner exception stack trace ---
in (unmanaged) (wrapper managed-to-native)
System.Reflection.MonoMethod:InternalInvoke (object,object[])
in (unmanaged) (wrapper remoting-invoke)
System.AppDomain:CreateInstance (string,string)
in <0x00090> (wrapper remoting-invoke) System.AppDomain:CreateInstance
(string,string)
in <0x00084> (wrapper remoting-invoke-with-check)
System.AppDomain:CreateInstance (string,string)
in <0x000cc>
System.Web.Hosting.ApplicationHost:InitConfigInNewAppDomain
(System.AppDomain)
in <0x0061c> System.Web.Hosting.ApplicationHost:CreateApplicationHost
(System.Type,string,string)
in <0x00034> Mono.ASPNET.XSPApplicationServer:CreateApplicationHost
(string,string)
in <0x0020c> Mono.ASPNET.XSPApplicationServer:GetApplicationForPath
(string,bool)
in <0x000f8> Mono.ASPNET.Worker:Run (object)
I'll try the CVS version, but somehow I don't think this is necessarily
a problem with XSP, since it appears works correctly on my linux box.
Any thoughts? Thanks.
Ryan Gregg
More information about the Mono-devel-list
mailing list