[Mono-list] Closer still

Kenneth Benson sdhmis@sheratondover.com
Thu, 4 Sep 2003 14:34:38 -0400


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C37313.325E7590
Content-Type: text/plain;
	charset="iso-8859-1"

It seems to be thinking that /usr/bin/mono should be a directory vice an
executable.

-----Original Message-----
From: John (Doc) Soliday [mailto:jlsolida@gapac.com]
Sent: Thursday, September 04, 2003 2:02 PM
To: mono-list@lists.ximian.com
Subject: [Mono-list] Closer still


I've figured out where the first line in the stack trace is coming from
(it's the directory where mono mod-mono-server.exe was called from).  I
started in / and got '/mono' not found.  When I started in /usr/bin (the
location of mono, I got '/usr/bin/mono' not found (SEE BELOW). 
Obviously, the first time I ran this and got the error, my working
directory when I started mono was '/etc/rc.d/init.d' (probably because I
was considering modifying the httpd script to start mono prior to
starting httpd.

Now if I can figure out why it said it can't find '/usr/bin/mono', I
might make more progress.

root@tiger# which mono
/usr/bin/mono
root@tiger#


Error in '/' Application
Error
Description: Error processing request. 

Error Message: 

Stack Trace: 

System.IO.DirectoryNotFoundException: Directory '/usr/bin/mono' not
found.

in <0x0017d> 00 System.IO.StreamReader:.ctor
(string,System.Text.Encoding,bool,int)

in <0x0001a> 00 System.IO.StreamReader:.ctor
(string,System.Text.Encoding)

in <0x00078> 08 System.IO.StreamReader:.ctor
(string,System.Text.Encoding)

in <0x0003e> 00 System.Web.Compilation.AspGenerator:InitParser (string)

in <0x00041> 00 System.Web.Compilation.AspGenerator:GetCompiledType ()

in <0x0003d> 00 System.Web.UI.PageParser:CompileIntoType ()

in <0x0007b> 00 System.Web.UI.TemplateControlParser:GetCompiledInstance
(string,string,System.Web.HttpContext)

in <0x0004c> 00 System.Web.UI.PageParser:GetCompiledPageInstance
(string,string,System.Web.HttpContext)

in <0x00013> 00 System.Web.UI.PageHandlerFactory:GetHandler
(System.Web.HttpContext,string,string,string)

in <0x001a9> 00 System.Web.HttpApplication:CreateHttpHandler
(System.Web.HttpContext,string,string,string)

in <0x0011f> 00 .CreateHandlerState:Execute ()

in <0x0006f> 00 .StateMachine:ExecuteState
(System.Web.HttpApplication/IStateHandler,bool&)
-- 
John (Doc) Soliday
Commerce Services
(404) 652-3343
jlsolida@gapac.com


_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

------_=_NextPart_001_01C37313.325E7590
Content-Type: text/html;
	charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [Mono-list] Closer still</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>It seems to be thinking that /usr/bin/mono should be a directory vice an executable.</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: John (Doc) Soliday [<A HREF="mailto:jlsolida@gapac.com">mailto:jlsolida@gapac.com</A>]</FONT>
<BR><FONT SIZE=2>Sent: Thursday, September 04, 2003 2:02 PM</FONT>
<BR><FONT SIZE=2>To: mono-list@lists.ximian.com</FONT>
<BR><FONT SIZE=2>Subject: [Mono-list] Closer still</FONT>
</P>
<BR>

<P><FONT SIZE=2>I've figured out where the first line in the stack trace is coming from</FONT>
<BR><FONT SIZE=2>(it's the directory where mono mod-mono-server.exe was called from).&nbsp; I</FONT>
<BR><FONT SIZE=2>started in / and got '/mono' not found.&nbsp; When I started in /usr/bin (the</FONT>
<BR><FONT SIZE=2>location of mono, I got '/usr/bin/mono' not found (SEE BELOW). </FONT>
<BR><FONT SIZE=2>Obviously, the first time I ran this and got the error, my working</FONT>
<BR><FONT SIZE=2>directory when I started mono was '/etc/rc.d/init.d' (probably because I</FONT>
<BR><FONT SIZE=2>was considering modifying the httpd script to start mono prior to</FONT>
<BR><FONT SIZE=2>starting httpd.</FONT>
</P>

<P><FONT SIZE=2>Now if I can figure out why it said it can't find '/usr/bin/mono', I</FONT>
<BR><FONT SIZE=2>might make more progress.</FONT>
</P>

<P><FONT SIZE=2>root@tiger# which mono</FONT>
<BR><FONT SIZE=2>/usr/bin/mono</FONT>
<BR><FONT SIZE=2>root@tiger#</FONT>
</P>
<BR>

<P><FONT SIZE=2>Error in '/' Application</FONT>
<BR><FONT SIZE=2>Error</FONT>
<BR><FONT SIZE=2>Description: Error processing request. </FONT>
</P>

<P><FONT SIZE=2>Error Message: </FONT>
</P>

<P><FONT SIZE=2>Stack Trace: </FONT>
</P>

<P><FONT SIZE=2>System.IO.DirectoryNotFoundException: Directory '/usr/bin/mono' not</FONT>
<BR><FONT SIZE=2>found.</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x0017d&gt; 00 System.IO.StreamReader:.ctor</FONT>
<BR><FONT SIZE=2>(string,System.Text.Encoding,bool,int)</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x0001a&gt; 00 System.IO.StreamReader:.ctor</FONT>
<BR><FONT SIZE=2>(string,System.Text.Encoding)</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x00078&gt; 08 System.IO.StreamReader:.ctor</FONT>
<BR><FONT SIZE=2>(string,System.Text.Encoding)</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x0003e&gt; 00 System.Web.Compilation.AspGenerator:InitParser (string)</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x00041&gt; 00 System.Web.Compilation.AspGenerator:GetCompiledType ()</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x0003d&gt; 00 System.Web.UI.PageParser:CompileIntoType ()</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x0007b&gt; 00 System.Web.UI.TemplateControlParser:GetCompiledInstance</FONT>
<BR><FONT SIZE=2>(string,string,System.Web.HttpContext)</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x0004c&gt; 00 System.Web.UI.PageParser:GetCompiledPageInstance</FONT>
<BR><FONT SIZE=2>(string,string,System.Web.HttpContext)</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x00013&gt; 00 System.Web.UI.PageHandlerFactory:GetHandler</FONT>
<BR><FONT SIZE=2>(System.Web.HttpContext,string,string,string)</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x001a9&gt; 00 System.Web.HttpApplication:CreateHttpHandler</FONT>
<BR><FONT SIZE=2>(System.Web.HttpContext,string,string,string)</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x0011f&gt; 00 .CreateHandlerState:Execute ()</FONT>
</P>

<P><FONT SIZE=2>in &lt;0x0006f&gt; 00 .StateMachine:ExecuteState</FONT>
<BR><FONT SIZE=2>(System.Web.HttpApplication/IStateHandler,bool&amp;)</FONT>
<BR><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>John (Doc) Soliday</FONT>
<BR><FONT SIZE=2>Commerce Services</FONT>
<BR><FONT SIZE=2>(404) 652-3343</FONT>
<BR><FONT SIZE=2>jlsolida@gapac.com</FONT>
</P>
<BR>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>Mono-list maillist&nbsp; -&nbsp; Mono-list@lists.ximian.com</FONT>
<BR><FONT SIZE=2><A HREF="http://lists.ximian.com/mailman/listinfo/mono-list" TARGET="_blank">http://lists.ximian.com/mailman/listinfo/mono-list</A></FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C37313.325E7590--