Based on the jRun error, "resource '/messagebroker/amf' not found", it looks like your web.xml is not configured correctly. There should be a servlet-mapping for "/messagebroker/amf".
See this: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html /wwhelp.htm?context=LiveDocs_Parts&file=00001110.html --- In [email protected], "laidezmon" <[EMAIL PROTECTED]> wrote: > > Here is the error I get when trying to access the remote object called > simpleJava which is defined as a destination in my remote- config.xml > file. > > Here is the Flex error. > > [RPC Fault faultString="Send failed" > faultCode="Client.Error.MessageSend" > faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: > HTTP: Failed"] > at > mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::f aultHandler() > at mx.rpc::Responder/fault() > at mx.rpc::AsyncRequest/fault() > at mx.messaging::ChannelSet/::faultPendingSends() > at mx.messaging::ChannelSet/channelFaultHandler() > at > flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchE ventFunction() > at flash.events::EventDispatcher/dispatchEvent() > at mx.messaging::Channel/mx.messaging:Channel::connectFailed () > at > mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingCh annel::connectFailed() > at > mx.messaging.channels::AMFChannel/mx.messaging.channels:AMFChannel::s tatusHandler() > > > Here is the JRUN Server inline error. > > 08/15 13:10:51 error Requested resource '/messagebroker/amf' > (%2fmessagebroker%2famf) not found > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

