Hey Peter,

Just checking, did you see my last message on this?

It appears that if you try to send to big an object or the wrong type of object you will get this. I was capturing a user input and sending it in my remoting call.

so I was doing this:

remoteobject.foo(someTextInput)

when I should have been doing

remoteobject.foo(someTextInput.text)

This was reproducible.

Also if you google the error that I got, you will see that in the google cache of the old labs website, the error is listed as part of FDS. There is no explanation (as there is for many of the other errors) but it is there. Its as if someone intended to document it but forgot. The error is *not* listed in the docs the final stuff and google turns up no such error on the final livedocs.

If you would like, I would be happy to try to turn on debugging and see what is going on in more detail, though I suspect if you try to do what I did you will get the same error.

Regards
Hank

On 7/13/06, Peter Farland <[EMAIL PROTECTED]> wrote:

Hey Hank,

 

    Can you send me a test case, or can you try turning on sufficient debugging to watch what is going on at the endpoint?

 

    In services-config.xml, in the logging section turn on "Debug" level logging, and then ensure the Endpoint.* pattern is enabled. Restart the server and then try the sample again.

 

    FWIW, what is confusing to me is that 2099 is not in the format / range of our server side errors. When I first read your post I thought this might have been a client side error because it is in the range of ActionScript error codes. Are you using IExternalizable by any chance?

 

Pete

 


From: [email protected] [mailto:[email protected] ] On Behalf Of hank williams
Sent: Wednesday, July 12, 2006 2:03 PM
To: [email protected]
Subject: Re: [flexcoders] Unknown FDS error

 

For the record this error:

#2099: The loading object is not sufficiently loaded to provide this information.

Really means that you have passed a parameter that either flex or FDS doesnt like. I got it when trying to pass a TextInput instead of a TextInput.text.

No problem with there being an error for this but it could be a bit more descriptive.

Regards
Hank

On 7/11/06, hank williams <[EMAIL PROTECTED]> wrote:

Ok, I have installed FDS final and the error is exactly the same. So now it just appears that error 2099 is an undocumented error. It would be great if I could at least get some detail on what exactly could cause this error. It does have a number so it must be, at eleast internally, documented somewhere.

Regards

Hank

 

On 7/11/06, hank williams < [EMAIL PROTECTED]> wrote:

 

On 7/11/06, Peter Farland < [EMAIL PROTECTED]> wrote:

Hank, this isn't much information to go on. What technology are you connecting to with RemoteObject? Java, ColdFusion, etc? What sort of data are you trying to send and/or return?

lol. Yeah, I know!

I just thought maybe someone would know what the error code actually meant.

Since then I realized I am running the last beta of FDS and I am hoping that will help. It appears this error is not in any current documentation but it was in the labs documentation for FDS which makes me think maybe there is some problem there. Even in the labs doc, the error was just listed with no explanation.

I am in the process of switching over to FDS Final, and I am wondering if I can keep all of my XML configuration files or did the format change between FDS beta and Final?

Regarding what I am running I am running java in Tomcat. Remoting has been working fine, and I have 7 or 8 successful remoteObjects and calls. I am trying to send two strings, and I am trying to get back one string. But it never even gets to my java code. FDS seems to be failing as soon as this call comes in, generating the aforementioned error. Today I added this latest call and it gives me this error, but only for this call. Obviously there is something that FDS is choking on but for the life of me I cant figure out what the difference is between all the calls that work and this one that doesnt.

Regards

Hank

 

 


From: [email protected] [mailto:[email protected]] On Behalf Of hank williams
Sent: Tuesday, July 11, 2006 4:33 PM
To: [email protected]
Subject: [flexcoders] Unknown FDS error

 

I get the below error when trying to make a remoteObject call. It comes up on the server side in the console. Essentially flex is refusing to responding to the remote query and this is the result.

#2099: The loading object is not sufficiently loaded to provide this information.

Any clues?

Hank

 



 


__._,_.___

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