Well guys,
    I finally got mod-mono working by changing the permissions on /root (probably the hackiest solution but it enables me to test my app..) But now I have this strange problem : My server (apache2 + mod-mono + xsp...)  is up and running the whole day without any troubles but, when I come back to work in the morning, I have this strange error :
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Write failure ---> System.Net.Sockets.SocketException: The socket has been shut down

(I have attached the complete stack trace...)

If it may help diagnose the problem, I'm using the official MySql.Data.dll (supposedly Win32 only but it seems to work fine with mono) instead of the ByteFx one because it didn't support correctly the MediumText fields.

Thanks alot.

--


Charles Martin  Programmeur analyste
819.378.4242    acolytecommunication.com
[EMAIL PROTECTED]

<<inline: acolytetag.gif>>

Title: Error 500

Server error in '/' application


Description: Error processing request.

Error Message: HTTP 500.

Stack Trace:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Write failure ---> System.Net.Sockets.SocketException: The socket has been shut down
in <0x00078> System.Net.Sockets.Socket:Send_nochecks (byte[],int,int,System.Net.Sockets.SocketFlags)
in <0x000c3> System.Net.Sockets.Socket:Send (byte[],int,int,System.Net.Sockets.SocketFlags)
in <0x000dd> System.Net.Sockets.NetworkStream:Write (byte[],int,int)
--- End of inner exception stack trace ---

in <0x0011e> System.Net.Sockets.NetworkStream:Write (byte[],int,int)
in <0x0008f> System.IO.BufferedStream:Flush ()
in <0x000f9> MySql.Data.MySqlClient.PacketWriter:Flush ()
in <0x0008d> MySql.Data.MySqlClient.NativeDriver:ExecuteCommand (MySql.Data.MySqlClient.DBCmd,byte[])
in <0x00020> MySql.Data.MySqlClient.NativeDriver:Close ()
in <0x00179> MySql.Data.MySqlClient.MySqlPool:GetPooledConnection ()
in <0x0004e> MySql.Data.MySqlClient.MySqlPool:GetConnection ()
in <0x00124> MySql.Data.MySqlClient.MySqlPoolManager:GetConnection (MySql.Data.MySqlClient.MySqlConnectionString)
in <0x00078> MySql.Data.MySqlClient.MySqlConnection:Open ()
--- End of inner exception stack trace ---

in <0x000fb> System.Reflection.MonoCMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
in <0x0001d> System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
in <0x00044> System.Reflection.ConstructorInfo:Invoke (object[])
in <0x00153> System.Activator:CreateInstance (System.Type,bool)
in <0x00010> System.Activator:CreateInstance (System.Type)
in <0x0002e> System.Web.UI.TemplateControlParser:GetCompiledInstance ()
in <0x00050> System.Web.UI.PageParser:GetCompiledPageInstance (string,string,System.Web.HttpContext)
in <0x00011> System.Web.UI.PageHandlerFactory:GetHandler (System.Web.HttpContext,string,string,string)
in <0x0034e> System.Web.HttpApplication:CreateHttpHandler (System.Web.HttpContext,string,string,string)
in <0x0011f> CreateHandlerState:Execute ()
in <0x00084> StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool&)


Reply via email to