From: Soernt P. <soe...@t-...> - 2003-07-20 21:37:23
|
Hello Carlos, my Configruation RH9 + Apache 2.0.46 + mono 0.25 + mod_mono 0.3.7 + Firebird 1.5 RC 3 I compiled the mod_mon with mono 0.25. I worte a little aspx apllication that does it's job with mono's XSP Server. But I get an exception when I try to use it with apache + mod_mon. At the first lock it may be a problem of apache and/or mod_mon. I tried to verfy that it is "not" a problem of the Apache-Server and mod_mon it: I worte a simple TCP/IP-Echo-Server (simple writes the received string to the console) and a aspx page wich sends a string to the EchoServer. It works. My question - why is the Firebird Provider unable to connect to the Firebird server? Any Idea? Best Regards Sörnt The Error Message: FirebirdSql.Data.Firebird.FbException: Unable to complete network request to host "192.168.2.1". ---> FirebirdSql.Data.INGDS.GDSException: Exception of type FirebirdSql.Data.INGDS.GDSException was thrown. in <0x002f7> 00 FirebirdSql.Data.NGDS.isc_db_handle_impl:Connect () in <0x0005e> 00 FirebirdSql.Data.NGDS.GDS:connect (FirebirdSql.Data.NGDS.isc_db_handle_impl,FirebirdSql.Data.NGDS.AttachInfo) in <0x000a3> 00 FirebirdSql.Data.NGDS.GDS:isc_attach_database (FirebirdSql.Data.NGDS.AttachInfo,FirebirdSql.Data.INGDS.isc_db_handle,Fireb irdSql.Data.INGDS.IParameterBuffer) in <0x00050> 00 FirebirdSql.Data.NGDS.GDS:isc_attach_database (string,FirebirdSql.Data.INGDS.isc_db_handle,FirebirdSql.Data.INGDS.IParamet erBuffer) in <0x00064> 00 FirebirdSql.Data.NGDS.GDS:isc_attach_database (string,FirebirdSql.Data.INGDS.isc_db_handle,FirebirdSql.Data.INGDS.IParamet erBuffer) in <0x00438> 00 FirebirdSql.Data.Firebird.FbIscConnection:Open () in <0x00114> 00 FirebirdSql.Data.Firebird.FbConnection:Open () --- End of inner exception stack trace --- in <0x0029d> 00 FirebirdSql.Data.Firebird.FbConnection:Open () in <0x00038> 00 atHome.bsAdHocQuery:get_Transaction () in <0x0002d> 00 atHome.bsAdHocQuery:InitCommand (string) in <0x0007d> 00 atHome.jukebox:initNewSearch () in <0x0000a> 00 atHome.jukebox:btnSearch_Click (object,System.EventArgs) in <0x0006b> 01 System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs) in <0x000a0> 00 System.Web.UI.WebControls.Button:OnClick (System.EventArgs) in <0x00054> 00 System.Web.UI.WebControls.Button:System.Web.UI.IPostBackEventHandler.RaisePo stBackEvent (string) in <0x00016> 00 System.Web.UI.Page:RaisePostBackEvent (System.Web.UI.IPostBackEventHandler,string) in <0x0004c> 00 System.Web.UI.Page:RaisePostBackEvents () in <0x0010d> 00 System.Web.UI.Page:ProcessRequest (System.Web.HttpContext) in <0x001b9> 00 .ExecuteHandlerState:Execute () in <0x00052> 00 .StateMachine:ExecuteState (IStateHandler,bool&) |