It seems that my CFMX 7.02 was either incomplete or corrupted. Which is strange as it worked fine with FB 2 beta 3. Anyway, after installing the CFMX 7.02 updater I was able to run the app (well at least log in).
 
Thanks
PS BTW I thing Adobe should create friendlier messages and maybe some tools to test different connectivity issues.
Unfortunately I lost almost all my trial period...

Mike <[EMAIL PROTECTED]> wrote:
Getting some what closer.
The original error was generated by the following call:
 private function serverFault(event:FaultEvent):void
            {
                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>
 
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()


Mike <[EMAIL PROTECTED]com> 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
 
Thanks
Mike

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::dispatchEventFunction()
> at flash.events::EventDispatcher/dispatchEvent()
> at
>
mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
> 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()
>
> 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! Messenger’s low PC-to-Phone call rates.


Yahoo! Messenger with Voice.
Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. __._,_.___

--
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




__,_._,___

Reply via email to