The stream error is what you get when the server returns a 500 fault. Try using a proxy like Charles to see what the actual data returned from the server was, there's usually better information in the response, but the browser doesn't let Flash see it.
-J On Wed, May 7, 2008 at 9:45 PM, Deniz Davutoglu < [EMAIL PROTECTED]> wrote: > I have a couple http services which pool data from mysql and apcahe, > just one of them is trowing > > [RPC Fault faultString="HTTP request error" > faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent > type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error > #2032: Stream Error. URL: php/siteler.php"]. URL: php/siteler.php"] > at > mx.rpc::AbstractInvoker/ > http://www.adobe.com/2006/flex/mx/internal::faultHandler > ()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:216] > at > > mx.rpc::Responder/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Responder.as:49] > at > > mx.rpc::AsyncRequest/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:103] > at > > DirectHTTPMessageResponder/errorHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\messaging\channels\DirectHTTPChannel.as:343] > at flash.events::EventDispatcher/dispatchEventFunction() > at flash.events::EventDispatcher/dispatchEvent() > at flash.net::URLLoader/redirectEvent() > > I know that this page exist and return data becouse when I enter url > in browser it returns me data. > Do you have any idea what about is this problem. > > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

