Getting some what closer.
The original error was generated by the following call:
private function serverFault(event:FaultEvent):void
{
errorMessage(event.message['message']);
}
{
errorMessage(event.message['message']);
}
which in turn is called by:
<mx:RemoteObject
id="authManager"
destination="ColdFusion"
source="test2.components.cfgenerated.managers.Auth"
showBusyCursor="true">
<mx:method name="login" result="login_result(event)" fault="serverFault(event)" />
</mx:RemoteObject>
id="authManager"
destination="ColdFusion"
source="test2.components.cfgenerated.managers.Auth"
showBusyCursor="true">
<mx:method name="login" result="login_result(event)" fault="serverFault(event)" />
</mx:RemoteObject>
if I remove the fault="serverFault(event)" call, I get a new error:
[RPC Fault faultString="java.lang.NullPointerException" faultCode="Server.Processing" faultDetail="null"]
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at ::NetConnectionMessageResponder/NetConnectionChannel.as$37:NetConnectionMessageResponder::statusHandler()
at mx.messaging::MessageResponder/status()
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at ::NetConnectionMessageResponder/NetConnectionChannel.as$37:NetConnectionMessageResponder::statusHandler()
at mx.messaging::MessageResponder/status()
Mike <[EMAIL PROTECTED]> wrote:
Hi Ryan,Thanks. I think I got a Little bit closer. I was debugging the application stepping through and at one point I got:Source not found when trying to step through:mx.messaging.messages: :Acknowledge Message$init ThanksMike
ryan harlin <[EMAIL PROTECTED]com> wrote:I'm having a similar error trying to run one of the
Adobe tutorials using ColdFusion and Flex Data
Servicss (the CRM sample app). I get the message:
Property employee not found on samples.crm.Company and
there is no default value.
It goes on to list a bunch of info that means nothing
to me.
I've come to realize, in my case, that the message is
either referring to the Company.as file that resides
in a file path samples/crm/Company.as or a coldfusion
cfc file that resides in the coldfusion web root at
wwwroot/sample/crm/Company. cfc
But beyond that I don't know what it wants to see in
the file that it's not seeing.
I hope this, in some way, helps you track down at
least the problem file in your situation. I'll reply
if I figure anything else on mine out.
--- Mike <[EMAIL PROTECTED]com > wrote:
> Anybody? I can't believe that I'm the only "lucky
> one".
>
> Heeelp!!!
>
> mike_pq4 <[EMAIL PROTECTED]com > wrote:
> I am running a simple app generated by
> Flex2 Builder using CF Wizard.
> Trying to login I get this:
>
> ReferenceError: Error #1069: Property message not
> found on
> mx.messaging.messages. ErrorMessage and there is no
> default value.
> at
>
com.cfgenerated.views.login: :LoginForm/ ::serverFault( )
> at
>
com.cfgenerated.views.login: :LoginForm/ ___Operation1_ fault()
> at
>
flash.events::EventDispatcher /flash.events: EventDispatcher: :dispatchEventFu nction()
> at flash.events::EventDispatcher /dispatchEvent( )
> at
>
mx.rpc::AbstractOperation/http://www.adobe. com/2006/ ()flex/mx/internal ::dispatchRpcEve nt
> at
>
mx.rpc::AbstractInvoker/http://www.adobe. com/2006/ ()flex/mx/internal ::faultHandler
> at mx.rpc::Responder/fault()
> at mx.rpc::AsyncRequest/fault()
> at
>
::NetConnectionMessageResponder/ NetConnectionCha nnel.as$37: NetConnectionMes sageResponder: :statusHandler( )
> at mx.messaging::MessageResponde r/status( )
>
> I have no idea why I get it or how to fix it. And
> this is a major
> problem trying to really evaluate the product. I get
> stuck and there
> is no way out.
>
> Thanks
>
>
>
>
>
>
> --------------------- --------- ---
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail
Beta.
_____________________ _________ _________ _________ __
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Groups are talking. We´re listening. Check out the handy changes to Yahoo! Groups.
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates. __._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- Re: [flexcoders] How to understand and fix reported errors? Mike
Reply via email to

