Rank: Newbie Coder Groups: Member
Joined: 10/10/2011 Posts: 1 Points: 3
|
Hello guys,
This is my first time using weborb for php and I get the following pop up error when trying to use ActiveRecords.MyObject.findAll():
[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http:http:weborb.php?clientid=BB5F2330%2DA0C2%2D7EB1%2DDF6F%2DECC83BC2C547'"] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:345] at mx.rpc::Responder/fault()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\Responder.as:68] at mx.rpc::AsyncRequest/fault()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:113] at mx.messaging::ChannelSet/faultPendingSends()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\messaging\ChannelSet.as:1619] at mx.messaging::ChannelSet/channelFaultHandler()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\messaging\ChannelSet.as:1209] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.messaging::Channel/connectFailed()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\messaging\Channel.as:1117] at mx.messaging.channels::PollingChannel/connectFailed()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\messaging\channels\PollingChannel.as:435] at mx.messaging.channels::AMFChannel/statusHandler()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\messaging\channels\AMFChannel.as:453]
In my flex console, the message is this:
Trying connect to WebORB application "/DataService", attempt 0 Got URI for my-rtmp - http:weborb.php Connecting to URL http:weborb.php/DataService modified endpoint is:http:weborb.php?clientid=04E5849B%2DA1E4%2DCA2F%2DA8A8%2DECD9F0A2CD45 creating AMFChannel
app:/http:weborb.php?clientid=04E5849B%2DA1E4%2DCA2F%2DA8A8%2DECD9F0A2CD45
What seems to be the problem for this?
Thanks in advance..
|