How to solve: Main Thread (Suspended: Error: value of pendingCustomerTokenList must be a collection)

Hi All,
Have an app that I am creating in flashbuilder 4, java axis 2 web service and mysql.
In my app I have defined a service.  I have had not problems with pulling data and inserting data
by calling my java functions through the service.
I added a new property and then made it available in flex.  it display on label field,  Ran the app and got the error:
Error: value of pendingCustomerTokenList must be a collection
  at valueObjects::_Super_PendingTokensResponse/set pendingCustomerTokenList()[F:\vEngage\flexworkspace\FBAgentApp\src\valueObjects\_Super_Pe ndingTokensResponse.as:104]
  at com.adobe.serializers.utility::TypeUtility$/assignProperty()[/Users/sameer/depot/flex/ide _builder/com.adobe.flexbuilder.dcrad/serializers/src/com/adobe/serializers/utility/TypeUti lity.as:559]
  at com.adobe.serializers.utility::TypeUtility$/convertToStrongType()[/Users/sameer/depot/fle x/ide_builder/com.adobe.flexbuilder.dcrad/serializers/src/com/adobe/serializers/utility/Ty peUtility.as:498]
  at com.adobe.serializers.utility::TypeUtility$/convertResultHandler()[/Users/sameer/depot/fl ex/ide_builder/com.adobe.flexbuilder.dcrad/serializers/src/com/adobe/serializers/utility/T ypeUtility.as:372]
  at mx.rpc.soap::Operation/http://www.adobe.com/2006/flex/mx/internal::processResult()[E:\dev\4.y\frameworks\projects \rpc\src\mx\rpc\soap\Operation.as:953]
  at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[E:\dev\4.y\frameworks\projects \rpc\src\mx\rpc\AbstractInvoker.as:313]
  at mx.rpc::Responder/result()[E:\dev\4.y\frameworks\projects\rpc\src\mx\rpc\Responder.as:56]
  at mx.rpc::AsyncRequest/acknowledge()[E:\dev\4.y\frameworks\projects\rpc\src\mx\rpc\AsyncReq uest.as:84]
  at DirectHTTPMessageResponder/completeHandler()[E:\dev\4.y\frameworks\projects\rpc\src\mx\me ssaging\channels\DirectHTTPChannel.as:451]
  at flash.events::EventDispatcher/dispatchEventFunction()
  at flash.events::EventDispatcher/dispatchEvent()
  at flash.net::URLLoader/onComplete()
I looked at the Network Monitor tab and examined the call/response.  Response body shows no error and the Response result shows the data returned by my java axis 2 function.  Its all correct.
Ran configure return type again.  Let it auto-detect and return type from sample data. The properties returned looked just fine.
Looked at the _Super_PendingTokensResponse.as on line 104
var oldValue:ArrayCollection = _internal_pendingCustomerTokenList;              
        if (oldValue !== value)
            if (value is ArrayCollection)
                _internal_pendingCustomerTokenList = value;
            else if (value is Array)
                _internal_pendingCustomerTokenList = new ArrayCollection(value);
            else
                throw new Error("value of pendingCustomerTokenList must be a collection");
        this.dispatchEvent(mx.events.PropertyChangeEvent.createUpdateEvent(this, "pendingCustomerTokenList", oldValue, _internal_pendingCustomerTokenList));
How to I correct this problem ?
thanks for any help.

Have a look at these docs:
E-CA Change Assistant gives error: All agents should be running and sending pulses for all application, batch, file and web servers for the environment before the Change Assistant is started (Doc ID 1073464.1)
E-CA: PT8.53, PT8.52, PT8.51, PT8.50: EMF Agents not Finding Configuration Files for App Server, Batch Server (Doc ID 1080590.1)

Similar Messages

  • How to stop main thread ?

    Hi,
    Inside my java class, after I launch a GUI, I want to stop this main thread. After user make some choice and close GUI window, then, I want to go back to main thread. I use wait() method inside my class to stop main thread , but it does not work and it give me "IllegalMonitorStateException" error. I met same thing, when user close the GUI window and call method notifyAll(). How to stop main thread for a while and how to go back?? Thanks
    Gary

    Hi,
    you can create a boolean, and create a while loop, with a Thread.sleep(time); when you want to continue, you just have to change the state of your boolean. So you don't hava to exit the main. And you can't restart a run() in a thread. You can run it only once, so try to keep in your run() with an appropriate loop.
    Hope it helps.
    S�bastien

  • How to solve  when we get error sid missing?

    how to solve  when we get error sid missing?

    Hi,
      If you get  SID error means, There is no reference for the particular data in the Master data of that characteristic.
        so, Load that value in the Master data of the characteristic you wont get that sid error.
    Ex: When loading data to ods if it is giving sid for country withvalue ('india'), so india is not there in the master data of the characteristic Country. You need to enter the value India in mster data table of the characteristic.
    Otherwise you can choose option ' Update without master data' or something similar to that in infpackage or dtp.
    rgrds,
    v.sen.

  • How to solve the ora-12516 error

    Hi,
    I'm sorry to say that I have a problem which should be solved as quickly as possible. Can you help me ? The problem is as follows:
    os:windows 2000
    db version:Oracle Database 10g Express Edition』(XE)
    After using for a while, the ora-12516 error occurs. However, scores of minutes later, the error can be solved automatically. How to avoid this kind of error ?
    Thank you.

    Are you connecting and disconnecting many times quickly?
    You may be hitting the problem where the listener thinks the database has run out of connections because the database doesn't inform the listener that connections have been closed fast enough.
    Try increasing the value of the processes parameter in the database.

  • How to solve thsi perform/form error occured in epc check

    Call to a program containing a syntax error (CALL/PERFORM/SUBMIT)
    Error in program /SAPAPO/SAPLATPQ_TIMESERIES - include /EPCOS/SD_CRSD0035_04 -
    line 76
    Syntax check error message:
    A target area must be declared either explicitly with an INTO clause or implicitl
    with a TABLES statement.
    Internal Message Code: MESSAGE GYN
    after clicking on error iam getting this statement how to solve this
    PERFORM localise_reqtms(/sapapo/saplatpq_timeseries)
                    USING space
                    CHANGING l_ts_endhor.

    Hi,
      This may be beacuse of the Internal Table you are passing to the Subroutine.
    So, In the Subroutine definition, we need to change the interface definition.
    FORM localise_reqtms(/sapapo/saplatpq_timeseries)
               USING SPACE as type C
               CHANGING L_TS_ENDHOR LIKE <Internal Table Type which you are using>  
    Thanks & Regards,
    Vamsi.

  • How to solve the build fail error when the file below mention cant be found

    Hi,
    i got this build fail but i cant find where the error came from and how to solve it. im stucked at this problem for quite a long time.
    BUILD FAILED
    C:\Infrastructure\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    C:\Infrastructure\Infrastructure\DBSchema\build.xml:262: C:\Infrastructure\Infrastructure\Ant\OracleMiddlewarejdeveloper\modules\oracle.adf.share_11.1.1 not found
    Is there any solutions to it??
    Rgds,
    lx

    Below are my codes for the build.properties.
    # Base Directory for library lookup
    jdeveloper.home=C:\Oracle\Middleware\jdeveloper
    src.home=..//..
    # JDBC info used to create Schema
    jdbc.driver=oracle.jdbc.OracleDriver
    jdbc.urlBase=jdbc:oracle:thin:@localhost
    jdbc.port=1521
    jdbc.sid=fypj
    # Information about the default setup for the demo user.
    db.adminUser=system
    db.demoUser=fusion
    db.demoUser.password=oracle
    db.demoUser.tablespace=USERS
    db.demoUser.tempTablespace=TEMP

  • How to solve this Folio Builder error :

    We have uploaded 18 magazine titles on DPS for the month of December and for some reason magazine with large file size cannot be accessed.
    Can you provide information on how to solve this error:
    " Folio Builder error: An error has occured while loading your documents from the server. Network failure."
    thanks,

    Have a look at these docs:
    E-CA Change Assistant gives error: All agents should be running and sending pulses for all application, batch, file and web servers for the environment before the Change Assistant is started (Doc ID 1073464.1)
    E-CA: PT8.53, PT8.52, PT8.51, PT8.50: EMF Agents not Finding Configuration Files for App Server, Batch Server (Doc ID 1080590.1)

  • TS1702 Does any one know how to solve this iPod touch error: I am tryin to pay for an app but I can because it says that I don't have enough space when I actually have more than enough space to download it so please help me

    Does anyone know how to solve this problem: I a trying to download a paid app but I cannot because the AppStore says that info not have enough space to download it even though I have more than enough space so if any of you know what can solve this problem then please let me know

    The app is compressed and needs swap space to install. As a rule of thumb you need 3 times the listed size of the app available, or in your case 4.6GB. You only have 1.7GB.

  • How to set main thread Priority?

    i have set:
    Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
    // and the other thread ( )
    thread_load = new Thread();
    thread_load.setPriority(Thread.MIN_PRIORITY);
    thread_load.start();but it doesn't make any diffrent,
    i mean diffent the CPU usage for the thread.
    i want the main thread has a MAX PRIORITY CPU usage , then the other thread.
    is this true to set the thread priority use setPriority(..) ?
    thx..

    Thread is a Runnable within java (or javaw) process: his priority has no meaning outside the JVM, if you wanna impact on CPU usage you should set this process priority, i.e. (for windows):
    instead of starting as
    javaw ....try
    start/min javaw ...You could need to quote the javaw command, to see all possible priorities see start help by typing start/? in cmd.
    Bye.

  • How to solve oracle.exe application error

    i executed 3000 lines of procedure at the time service is shutdown automatically and restart again ad again got the same problem.how to solve the instruction
    at "0*77fcc441"referenced memory at "0*2072614d" the memory could not be read.

    messages of the format the instruction at ... referenced memory at ... the memory could not be read. usually indicate a Windows bug, sorry, emergent behaviour on the part of the MS operating system. I find it quite hard to see what you could do with 3000 lines of PL/SQL that could do this. What were you doing?
    Do you have a backup of your database that you can restore?
    What version of the database? What MS platform?
    Cheers, APC

  • How to solve the Installation runtime error : R6034, the application has made an attempt to load the C runtime library incorrectly. Please contact application's support..."

    After my pc system updated. I cannot open itune properly.Then I try to remove and re-install it again.
    However, the pc said "Runtime error : R6034, the application has made an attempt to load the C runtime library incorrectly. Please contact application's support...""
    How can I solve this ?
    Please help !!!!!!!!!!!

    See... Unable to install or open > http://support.apple.com/kb/TS5376
    Also See this User Tip by turingtest2
    https://discussions.apple.com/docs/DOC-6562

  • How to solve this probleme in  error message RJ012 when extract co-pa ?

    Hello everyone:
        When I extract co- pa data source in t-code Rsa3 ,It is a error message which is Errors occurred during the extraction(message id RJ012).
         Please help me to solve this problem!
         Thanks!

    Hi Amit:
    ST22 and SM21 do not show any dump under my username.
    In RSA3, I am able to extract the delta for the datasource COPA.
    When it is on delta update then i am gettign the 0 records, when i changed to "F" it is giving me the error 'Errors occurred during the extraction' and the error messege says "Errors occurred during the extraction Message no. RJ012
    I enter a (correct) value in field 'Target sys', too.
    Why it is not correct?
    Thanks and Regards!
    Lian

  • How to solve the "type mismatch" error in jCOM early binding program?

    I got a "type mismatch" error jCOM early binding program.
    I use the VB as the jCOM client to access the EJB deployed on WLS7. While using the
    object parameter like "java.lang.Integer" in EJB method call, I got that error message
    and my VB client had to be stopped?
    The same situation, the VB program work perfect when using the "int" as the parameter.
    And I try to instance the "myTLB.JavaLangInteger" in my VB program, but how ? The
    "New", "CreateObject" and "GetObject" all failure, I don't know what to do next ???

    Hi,
    This problem Could happen when you referesh quality or test system.
    Your delta setup for the related master and transaction data needs to be reinit.
    What happens is when you init. the delta and subsequent delta is all maintained in your source system
    please check Notes 852443,424848,834229
    Hope this helps
    Thanks
    Teja
    Message was edited by:
            Teja badugu

  • How to solve "code of constructor" error in webdynpro

    hi everyone,
    i had developed one application(1 poject)in webdynpro with more than 90models added to that..... approximately 90-100 webservices models to it.....and using single component controller.....as i cannot use EP, i am integrated all my views in single applicaiton in this project.... upto it worked fine... when the models become more... the following error is coming.....
    i could not solved it.........
    " The code of constructor InternalTreeComp(com.sap.tc.webdynpro.progmodel.gci.IGCIComponent) is exceeding the 65535 bytes limit     InternalTreeComp.java"
    could anybody help me out,,, in this....

    Hi Sunil,
       The error that you receive is because of a Java limitation regarding the size of the code a compiler can compile.
       This limitation enforces a 65536 byte limit per method.
       Since you are using the Eclipse compiler you are getting this informative error text. Note that this error is the same as javac's "offset too big" message.
       So in order to solve your problem, try breaking up your code into smaller parts.
    Regards,
    Satyajit.

  • Satellite Pro 4290: How to solve the IDE #1 error issue

    I have recently aquired a DVD-ROM drive to upgrade my Sat Pro 4290 optical drive from a CD-ROM to DVD-ROM. As suspected I am having the problem that the drive is not recognised and get the IDE #1 error.
    I can get windows XP to recognise the drive by deleting the Secondary IDE Channel in the Hardware and then searching for new new hardware. It then installs the IDE Channel and then finds and installs the DVD-ROM and works fine. I reboot the laptop and back to square one!
    I understand it is something to do with the settings on the motherboard and somebody has resolved this by soldering pins to different places on theh IDE connectors.
    I do not want to risk this and was wondering if anybody found an easier way of doing this?
    Many Thanks

    Hi
    > I understand it is something to do with the settings on the motherboard and somebody has resolved this by soldering pins to different places on the IDE connectors.
    Thats not 100% true. This is not a setting issue on the motherboard but the setting of the CD/DVD drive.
    The drive supports different master\slave\c-sel settings and if they are not compatible the BIOS will not recognize the drive correctly.
    On the external drives (for desktop PC) its possible to change such settings by switching the jumper but this is not possible to the slim notebooks drives.
    The notebook drives settings are stored in the firmware!!
    I found different not legal tools which can change the master/slave/c-sel settings but I would not recommend using it.
    The risks are too high that the drive will be damage.
    So try to replace the drive with a compatible one

Maybe you are looking for

  • No connect to database possible while logging in sap system

    hi to all experts , all the work process are wait state but with one work process i have error 1 and when im trying to logon to sap im getting this message no connect to database possible session terminated dev_disp trc file: "dev_disp", trc level: 1

  • Tilting photos

    I would like to tilt some of my photos at different angles, as opposed to vertical and horizontal parameters. Can Aperture do this?

  • SAP IDM vs SAP GRC

    Hi All, One basic question is coming again and again due to overlapping features of SAP IDM and SAP GRC. Why SAP IDM is required when all most all use cases can be fulfilled by SAP GRC? Is there any document available which can tell me why customer c

  • Itunes keeps saying wrong password

    itunes keeps saying wrong password. Works OK in iCloud. Reset password and still won't work.

  • After sync, Classic just continually reboots itself....HELP!

    I have a 160 GB Classic and I loaded about 100 songs/albums to it last night via iTunes, sync'd it, disconnected the cable and then the ipod would turn on, show the apple logo, then turn off. None of the buttons on the unit have any effect. This cont