зеркало из https://github.com/mono/mail-archives.git
127 строки
5.3 KiB
HTML
127 строки
5.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
<HTML>
|
||
<HEAD>
|
||
<TITLE> [Mono-list] mod_mono exception
|
||
</TITLE>
|
||
<LINK REL="Index" HREF="index.html" >
|
||
<LINK REL="made" HREF="mailto:yoros%40wanadoo.es">
|
||
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
||
<LINK REL="Previous" HREF="016477.html">
|
||
<LINK REL="Next" HREF="016479.html">
|
||
</HEAD>
|
||
<BODY BGCOLOR="#ffffff">
|
||
<H1>[Mono-list] mod_mono exception
|
||
</H1>
|
||
<B>yoros@wanadoo.es
|
||
</B>
|
||
<A HREF="mailto:yoros%40wanadoo.es"
|
||
TITLE="[Mono-list] mod_mono exception">yoros@wanadoo.es
|
||
</A><BR>
|
||
<I>Fri, 17 Oct 2003 11:36:00 +0200</I>
|
||
<P><UL>
|
||
<LI> Previous message: <A HREF="016477.html">[Mono-list] mod_mono exception
|
||
</A></li>
|
||
<LI> Next message: <A HREF="016479.html">[Mono-devel-list] RE: [Mono-list] Npgsql sources finally updated!!
|
||
</A></li>
|
||
<LI> <B>Messages sorted by:</B>
|
||
<a href="date.html#16478">[ date ]</a>
|
||
<a href="thread.html#16478">[ thread ]</a>
|
||
<a href="subject.html#16478">[ subject ]</a>
|
||
<a href="author.html#16478">[ author ]</a>
|
||
</LI>
|
||
</UL>
|
||
<HR>
|
||
<!--beginarticle-->
|
||
<PRE>On Thu, Oct 16, 2003 at 01:55:06PM -0700, Michael C McHugh wrote:
|
||
><i> It appers that when I attempt to start mod_mono with more than one
|
||
</I>><i> application path it dies with an Unhandled Exception...
|
||
</I>><i>
|
||
</I>><i> Unhandled Exception: System.ArgumentException: Should be something like
|
||
</I>><i> VPath:realpath
|
||
</I>><i>
|
||
</I>><i> Server stack trace:
|
||
</I>><i> in <0x00208> Mono.ASPNET.XSPApplicationHost:SetApplications (string)
|
||
</I>><i> in (unmanaged) /usr/local/mono/lib/libmono.so.0 [0x400468a3]
|
||
</I>><i> in (unmanaged) /usr/local/mono/lib/libmono.so.0(mono_runtime_invoke+0x27)
|
||
</I>><i> [0x40094690]
|
||
</I>><i> in (unmanaged)
|
||
</I>><i> /usr/local/mono/lib/libmono.so.0(mono_runtime_invoke_array+0x1f0)
|
||
</I>><i> [0x4009546e]
|
||
</I>><i> in (unmanaged) /usr/local/mono/lib/libmono.so.0 [0x4009bafd]
|
||
</I>><i> in <0x00193>
|
||
</I>><i> System.Runtime.Remoting.RemotingServices:InternalExecuteMessage
|
||
</I>><i> (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage)
|
||
</I>><i>
|
||
</I>><i>
|
||
</I>><i> Exception rethrown at [0]:
|
||
</I>><i>
|
||
</I>><i> in <0x001da> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
|
||
</I>><i> (System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessage,System.Exception&,object[]&)
|
||
</I>><i> in (unmanaged) (wrapper remoting-invoke)
|
||
</I>><i> Mono.ASPNET.XSPApplicationHost:SetApplications (string)
|
||
</I>><i> in <0x00004> (wrapper remoting-invoke)
|
||
</I>><i> Mono.ASPNET.XSPApplicationHost:SetApplications (string)
|
||
</I>><i> in <0x00032> (wrapper remoting-invoke-with-check)
|
||
</I>><i> Mono.ASPNET.XSPApplicationHost:SetApplications (string)
|
||
</I>><i> in <0x00303> Mono.ASPNET.Server:Main (string[])
|
||
</I>><i>
|
||
</I>><i>
|
||
</I>><i> My mod-mono-server.exe.config is in the same directory as the .exe and the
|
||
</I>><i> paths that I am trying to serve with mono are in my httpd.conf ie when
|
||
</I>><i> dealing with just index.html they are fine.
|
||
</I>><i>
|
||
</I>><i> The affected part of my mod-mono-server.exe.conf is as follows
|
||
</I>><i>
|
||
</I>><i> <appSettings>
|
||
</I>><i> <add key="UnixSocketFileName" value="/tmp/mod_mono_server"/>
|
||
</I>><i> <add key="MonoServerPort" value="80" />
|
||
</I>><i> <add key="MonoApplications"
|
||
</I>><i> value="/:.;/~test1:/export/home/test1/public_html;/~testaccount:/home/testaccount/public_html"
|
||
</I>><i> />
|
||
</I>><i> <add key="MonoServerDefaultIndexFiles"
|
||
</I>><i> value="index.aspx, Default.aspx, default.aspx, index.html,
|
||
</I>><i> index.htm" />
|
||
</I>><i>
|
||
</I>><i> Like I said when MonoApplications just consists of a single directory all
|
||
</I>><i> is fine, when I try to add a second I get the error.
|
||
</I>><i>
|
||
</I>><i> xsp.exe also dies the same way with the same error if called from the
|
||
</I>><i> command line
|
||
</I>><i>
|
||
</I>
|
||
I think it could be a documentation bug. The string from one application
|
||
to another is separated by "," not by ";".
|
||
|
||
See you,
|
||
|
||
Pedro
|
||
|
||
--
|
||
Pedro Mart<72>nez Juli<6C>
|
||
\ <A HREF="mailto:yoros@terra.es">yoros@terra.es</A>
|
||
)| <A HREF="mailto:yoros@wanadoo.es">yoros@wanadoo.es</A>
|
||
/ <A HREF="http://yoros.dyndns.org">http://yoros.dyndns.org</A>
|
||
Socio HispaLinux #311
|
||
Usuario Linux #275438 - <A HREF="http://counter.li.org">http://counter.li.org</A>
|
||
GnuPG public information: pub 1024D/74F1D3AC
|
||
Key fingerprint = 8431 7B47 D2B4 5A46 5F8E 534F 588B E285 74F1 D3AC
|
||
|
||
</PRE>
|
||
<!--endarticle-->
|
||
<HR>
|
||
<P><UL>
|
||
<!--threads-->
|
||
<LI> Previous message: <A HREF="016477.html">[Mono-list] mod_mono exception
|
||
</A></li>
|
||
<LI> Next message: <A HREF="016479.html">[Mono-devel-list] RE: [Mono-list] Npgsql sources finally updated!!
|
||
</A></li>
|
||
<LI> <B>Messages sorted by:</B>
|
||
<a href="date.html#16478">[ date ]</a>
|
||
<a href="thread.html#16478">[ thread ]</a>
|
||
<a href="subject.html#16478">[ subject ]</a>
|
||
<a href="author.html#16478">[ author ]</a>
|
||
</LI>
|
||
</UL>
|
||
</body></html>
|