Installed Flash Builder 4 in Eclipse 3.5/Springsource Tool Suite - cannot debug Flex

I'm new to Flex.  I tried setting a breakpoint in one of the functions in my .mxml file and the debugger does stop at that breakpoint.  Here is the .mxml file, with the breakpoint set at the line highlighted in red below.  We are trying to use Flex as a front end with Java/Spring at the back end.  Thanks!
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Script>
        <![CDATA[
            import mx.rpc.events.ResultEvent;
            import mx.rpc.events.FaultEvent;
            import mx.controls.Alert;
            import mx.collections.ArrayCollection;
            [Bindable] private var contacts:ArrayCollection;
            private function resultHandler(event:ResultEvent):void
                contacts = event.result as ArrayCollection
            private function faultHandler(event:FaultEvent):void
                Alert.show(event.fault.faultDetail);
        ]]>
    </mx:Script>
    <mx:RemoteObject id="ro" destination="contactService" fault="faultHandler(event)">
        <mx:method name="findByName" result="resultHandler(event)"/>
    </mx:RemoteObject>
    <mx:ApplicationControlBar width="100%">
        <mx:TextInput id="searchStr"/>
        <mx:Button label="Search" click="ro.findByName(searchStr.text)"/>
    </mx:ApplicationControlBar>
    <mx:DataGrid id="dg" dataProvider="{contacts}" width="100%" height="100%"/>
</mx:Application>

Anyone else have this issue? It happened on two different machines. I had to download a fresh copy of Eclipse and set it up twice - once for FB3 and once for FB4. :-(

Similar Messages

  • How to use Flash Builder  for Eclipse Luna ( is it possible??)

    How to use Flash Builder  for Eclipse Luna ( is it possible??)

    Yes. I have Flash Builder 4.6 and 4.7 running in different Eclipse Luna installs.
    More details at http://forums.adobe.com/message/4527443
    On Mac, I had to have the 32bit version of Luna for 4.6, and the 64bit version of Luna for 4.7 (and  I recently started using  4.7 with Eclipse Mars).
    For 4.6 you need to first download Eclipse 3.6 and install the Flash Builder 4.6 plugin to that Eclipse install. For 4.7 you need to download Eclipse 3.7 and install the plugin to that Eclipse install. Once it's installed in the 3.x version, you can then copy the fb*.link files from the Eclipse 3.x dropins folders into your Eclipse Luna's dropin folder.
    There is an issue where something in Flash Builder 4.7 won't work right when using it as a plugin, not sure but it might be something with building ANEs.

  • Flash Builder 4 + Eclipse 3.5 (Cocoa or Carbon) + Snow Leopard

    Does this configuration work?  The install documentation says only 3.4 is supported -- I really hope that is not the case.
    thank you.

    I am pretty sure that Flash Builder 4 + Eclipse 3.5 (Carbon) + Snow Leopard is supported.
    Thanks,
    Gaurav Jain
    Flex SDK Team

  • Cannot install Flash Builder on a network home drive

    When trying to install in our corporate environment we have network home drives and the Flash Builder installer for some reason tries to create a directory here:
    \\escfil02\homedir\deancj\..\Adobe Flash Builder 4
    We noone here has permission to create a directory outside our home directory since it is using the .. directory.  Perhaps that works fine when your home directory is local on your C: drive but it doesn't work here and I cannot really change my %HOMESHARE% environment variable (or can I?)  Then I get 25 other errors but they may all be related to this first one I don't know.  They are all ERROR 15078 errors
    How can I get past this?
    Here is the full list of errors:
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 25 error(s), 0 warning(s)
    ERROR: 15080 Unable to create directory "\\escfil02\homedir\deancj\..\Adobe Flash Builder 4
    ERROR: 15080 Command ARKCreateDirectoryCommand failed.
    ERROR: 15080 Unable to delete directory "\\escfil02\homedir\deancj\..\Adobe Flash Builder 4". Error 2 The system cannot find the file specified.
    ERROR: 15080 Error rolling back command ARKCreateDirectoryCommand
    ERROR: 15078 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\configuration\config.ini" Error 3 The system cannot find the path specified.
    ERROR: 15078 Error rolling back command ARKMoveFileCommand
    ERROR: 15077 Unable to delete directory "C:\Program Files\Adobe\Adobe Flash Builder 4\configuration". Error 2 The system cannot find the file specified.
    ERROR: 15077 Error rolling back command ARKCreateDirectoryCommand
    ERROR: 15015 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\AMT\application.xml" Error 3 The system cannot find the path specified.
    ERROR: 15015 Error rolling back command ARKMoveFileCommand
    ERROR: 15014 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\AMT\application.sif" Error 3 The system cannot find the path specified.
    ERROR: 15014 Error rolling back command ARKMoveFileCommand
    ERROR: 15013 Unable to delete directory "C:\Program Files\Adobe\Adobe Flash Builder 4\AMT". Error 2 The system cannot find the file specified.
    ERROR: 15013 Error rolling back command ARKCreateDirectoryCommand
    ERROR: 23 Deleting Registry Key - failure. Error 5
    ERROR: 4 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\FlashBuilder.exe" Error 3 The system cannot find the path specified.
    ERROR: 4 Error rolling back command ARKMoveFileCommand
    ERROR: 3 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\artifacts.xml" Error 3 The system cannot find the path specified.
    ERROR: 3 Error rolling back command ARKMoveFileCommand
    ERROR: 2 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\.eclipseproduct" Error 3 The system cannot find the path specified.
    ERROR: 2 Error rolling back command ARKMoveFileCommand
    ERROR: 1 Unable to delete directory "C:\Program Files\Adobe\Adobe Flash Builder 4". Error 2 The system cannot find the file specified.
    ERROR: 1 Error rolling back command ARKCreateDirectoryCommand
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe Flash Builder: Install failed

    Hi,
    You're right that we're trying to create your default workspace in the folder one level up from your roaming documents folder, and that's what's causing the conflict between our installer and your roaming profile.
    This is on our radar to fix for the next release, but here's a workaround you could try in the meantime. From what we've seen with roaming network profiles, our installers will have trouble mainly if your roaming documents folder has been flattened (redirected) to the root of your profile tree. If you can have your network profile reconfigured with the more conventional home folder at the top level, and the documents folder underneath it, then the relative path will be able to resolve correctly in your network tree.
    There's more info here, about how to configure your roaming profile on the server to follow the conventional tree structure:
    http://technet.microsoft.com/en-us/library/cc766489(WS.10).aspx
    Depending on who administers your network profiles, you might need someone in IT/IS to help with this.
    -Chris

  • Error 1 occurred when tried to install Flash Builder on Windows 8.  No files to uninstall.  Caught in loop

    I need to install Flash Builder 4.7 on my windows 8 computer.  I started the install process, but was soon stopped due to error 1.  The software wants me to uninstall/reinstall the software.  there is no program installed on the computer.  Cannot find any lingering cookies in regedit.  Need to install this software.

    Cmccullough2 I would recommend reviewing your installation log files for the specific error message.  You can find details on how to locate and interpret your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors you discover to this discussion.

  • I cannot install flash builder 4.6.  Installation hangs while unpacking files

    Below is the information from the event viewer.  I am using Windows XP SP3.  I don't know, but I wonder if it has something to do with our roaming profiles.  The place it seems to be trying to unpack to is \\EssexHQVM\Desktops$\user.name\Desktop\Adobe Flash Builder 4.6 Installer, which has a special character in it.  I can't find any way to have the file unpack to another location, it doesn't prompt for a location.
    Event Type:
    Error
    Event Source:
    Application Hang
    Event Category:
    (101)
    Event ID:
    1002
    Date:
    12/9/2011
    Time:
    10:56:55 AM
    User:
    N/A
    Computer:
    MIKESHOST
    Description:
    Hanging application FlashBuilder_4_6_LS10.exe, version 1.0.1.2, hang module hungapp, version 0.0.0.0, hang address 0x00000000.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 48 61 6e 67   ion Hang
    0010: 20 20 46 6c 61 73 68 42     FlashB
    0018: 75 69 6c 64 65 72 5f 34   uilder_4
    0020: 5f 36 5f 4c 53 31 30 2e   _6_LS10.
    0028: 65 78 65 20 31 2e 30 2e   exe 1.0.
    0030: 31 2e 32 20 69 6e 20 68   1.2 in h
    0038: 75 6e 67 61 70 70 20 30   ungapp 0
    0040: 2e 30 2e 30 2e 30 20 61   .0.0.0 a
    0048: 74 20 6f 66 66 73 65 74   t offset
    0050: 20 30 30 30 30 30 30 30    0000000
    0058: 30                        0      

    So, the best solution that I have come up with, which is a poor solution, is to run the .exe file on a machine that is not connected to our network and wait for the files to unpack.  Then copy the files to a thumb drive and move them to the computer that I work from.  I can then install Flash builder with no problem. 
    This is a kludgy work around that ought not be.  How hard is it to have the unpacking routine prompt for a location?  That would allow me to give it a location to unpack that would not cause a hang up.  Or, failing that, why not unpack in the same location as the file that is doing the unpacking?  Then I could simply place the file in a good location and let it run.

  • I have problem installing Flash Builder 4

    When I tried to download from official site and install Flash Builder 4,
    the alert information popout and said I need to remove beta or test version in advanced.
    But I do remove beta version of Flash Builder 4,
    and the alert just keep showing so that I just can not get installation done.
    I environment is
    Macbook pro, version 10.6.4
    Chinese language.
    Please help me.
    Thanks in advanced.

    Hi,
    Try running the CS5 Clean Tool before installing:
    http://www.adobe.com/support/contact/cs5clean.html
    For good measure, reboot after running the clean tool, and then see if you can install successfully.
    Let us know whether that works,
    -Chris

  • Can't install Flash Builder Burrito

    I can't install Flash Builder Burrito on my 64 bit Windows 7 PC. I  have the CS5 Master Suite installed and AIR and Flash latest versions.  Is there anyway to get this installed so I can do mobile development?
    Here's the error info:
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 17 error(s), 18 warning(s)
    WARNING: Payload {7E5AA19B-0B85-4f44-BA26-728851489200} Adobe Flash Player 10 ActiveX is already installed and the session payload {0B0C731E-5584-4980-A0D2-4ADC89220426} Adobe Flash Player 10 ActiveX has no upgrage/conflict relationship with it.
    WARNING: Payload {177E1CA1-14CC-4398-AB15-A5746EFE8F22} Adobe Flash Builder is already installed and the session payload {45CDBACA-8B52-4DAE-9601-287907A155BF} Adobe Flash Builder has no upgrage/conflict relationship with it.
    WARNING: Payload {40F95A03-885A-45fb-9A14-486BEFEDDF34} Adobe Flash Player 10 Plugin is already installed and the session payload {A05D4EC5-033E-4446-9D96-1698FE490147} Adobe Flash Player 10 Plugin has no upgrage/conflict relationship with it.
    WARNING: Warning: {2F6B67F4-A2BB-45D7-A80C-25FF646CC1C5} Adobe Player for Embedding will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Warning: {2F6B67F4-A2BB-45D7-A80C-25FF646CC1C5} Adobe Player for Embedding will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: Verifying payload integerity : Failed with code 1
    ERROR: MsiConfigureProductEx failed with error: 1612
    ERROR: The following payload errors were found during install:
    ERROR:  - Microsoft_VC90_ATL_x86: Install failed
    ERROR:  - Microsoft_VC90_CRT_x86: Install failed
    ERROR:  - Adobe Flash Player 10 ActiveX: Install failed
    ERROR:  - Microsoft_VC80_ATL_x86: Install failed
    ERROR:  - AdobeHelp: Install failed
    ERROR:  - Adobe Flash Builder: Install failed
    ERROR:  - Microsoft_VC90_MFC_x86: Install failed
    ERROR:  - Suite Shared Configuration CS5: Install failed
    ERROR:  - AdobeTypeSupport CS5: Install failed
    ERROR:  - Microsoft_VC80_CRT_x86: Install failed
    ERROR:  - Adobe Flash Player 10 Plugin: Install failed
    ERROR:  - AdobeCMaps CS5: Install failed
    ERROR:  - Microsoft_VC80_MFC_x86: Install failed
    ERROR:  - Microsoft_VC80_MFCLOC_x86: Install failed

    This was fixed from a post in the correct forum.

  • Not able to install flash builder from creative cloud app

    Not able to install flash builder from creative cloud app, please help me. When i am trying to install app, its redirecting to the Flash Builder landing page and where i can see download button. However, when i am trying to install, its not getting "INSTALL" option in CC App.
    Please help me.

    Check
    http://forums.adobe.com/thread/885448
    http://forums.adobe.com/thread/867968

  • ERROR: DW030 Can't install Flash Builder 4.7 CC in windows 8 64 bits

    Exit Code: 6 Please see specific errors below for troubleshooting. For example,  ERROR: DW030 ...    -------------------------------------- Summary --------------------------------------   - 0 fatal error(s), 1 error(s)    ----------- Payload: Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} -----------    ERROR: DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} returned error. Failing this payload.    -------------------------------------------------------------------------------------

    Now managed to get Flash Builder installed. Turns out it was my computer user name that caused the problem. I had a special character in my name ( the special character was ' ). I set up another user account without any special characters and installed Flash Builder using that user account and it installed without any problems.Hope this info helps.

  • Install Flash builder standard edition

    I have a new laptop and ik want to install Flash builder standard adition but I can not find the standard adition only the premium one. How do i get the standard edition?

    Hi,
    Try and use this link.
    Adobe - Adobe Flex Support Center
    Thank You
    Arjun

  • ***URGENT*** - Problem Installing Flash Builder 4 beta

    Hi folks,
    I'm really having a trouble with Installing FLASH BUILDER 4 beta on my WinXP SP2, 1.5 Ghz processor, 256 Mb RAM, 1.12 GB free on C drive, 1.26 GB free on H:drive, and 1 GB free on D drive.
    But still i'm getting this prompt by Installer files I dowloaded from Adobe Labs for Flash Builder 4 beta.
    Do i need more Hard Drive space ?
    I have attached the jpeg image of the prompt.
    Please Help me with this. I have a client with a project to build on Flash Builder 4 beta & only got 3 days to deliver.
    thanks in advance.
    regards
    Ronny Depp

    Firstly, are you serious ?
    virtually no hard disk space(the install files need to extract with enough space to actually then install the software)
    virtually no ram  256mb is barely enough for windows XP to start up. How are you going to run Flashbuilder
    1.5ghz cpu - hmmm I don't think flashbuilder will run on a pda....
    delivering a project in 3 days with beta software that you are obviously unfamiliar with...sounds almost like a mastercard ad
    $100 for a cpu, $100 for some ram, $100 for some hard disk, look on the clients face when he saw the result- priceless...
    hate to take the mickey, but I couldnt let something like this slide by it was just to easy
    David.

  • UseCase: I have installed Flash Builder 4.5 on computer 1. On this computer we configured our licence. This was 4 years ago. Now we set up a computer 2 with Flash Buidler 4.7. We were trying to put in our license to this computer. It did not accept this s

    UseCase: I have installed Flash Builder 4.5 on computer 1. On this computer we configured our licence. This was 4 years ago. Now we set up a computer 2 with Flash Buidler 4.7. We were trying to put in our license to this computer. It did not accept this serial. Is it possible to initialize several computers with the same serial number or is this issue related to the version 4.5 or/and 4.7.

    Moving this discussion to the Installing and activating Flash Builder forum.

  • Creative Cloud not connecting for installing Flash Builder

    I try to install Flash Builder 4.7, but I have problem to connect Creative Cloud after I down load it.
    I did delete the contests of the OOBE folder and relaunch the Creative Cloud app as following link
    instruction App doesn’t open | Progress wheel spins continually , but It still does not work.
    Please let me know the good way to solve this issue. Thanks.

    I see the following message '
    DNS Lookup for "ops" failed. System.Net.Sockets.SocketException The requested name is valid, but no data of the requested type was found      '                                                                                                                                                                                                                                                                                                                                                                           

  • I can't install Flash Builder from the Web Premium suite, what should I do?

    I just downloaded the Adobe Creative suite 5.5 Web Premium and am about to install the program but notice a note next to the Adobe Flash Builder program... it explains that my system doesn't have the requirements needed for this program. I checked and it explains further details stating that I need to have a • Mac OS X v10.5.6–10.6 and I doubled check which version I have and it's OS X 10.5.8. Doesn't this actually mean that it does meet the requirements?
    Please advise as to what can be done to be able to download this specific program.
    Thanks,
         Sarah-Kay

    ok,
    so for the memory:      it's 4 GB 1067 MHz DDR3 and when I click to 
    install the programs it says (Macintosh HD: 10,0 Go (459,5 Go 
    disponible).
    As for the processor:  it's 2.66 GHz Intel Core 2 Duo
    Monitor resolution:    1920 x 1200
    Le 12-02-28 à 17:35, Jeff A Wright a écrit :
    Re: I can't install Flash Builder from the Web Premium suite, what 
    should I do?
    created by Jeff A Wright in Downloading, Installing, Setting Up - 
    View the full discussion
    We do still need more information such as how much memory you have, 
    resolution of your monitor, how much disk space you have free, which 
    processor are you using.  I good guide is to look at the system 
    requirements and try to post for each of the items within the 
    requirements.  The system requirements for Web Premium can be found 
    at http://www.adobe.com/products/creativesuite/web/tech-
    specs.edu.html.
    >
    Also you can find this information within your System Profiler.  The 
    easiest way to access the system profiler is to go to the Apple Menu 
    and select About this Mac.  Once selected clicking on the more info 
    button will launch the System Profiler.
    Replies to this message go to everyone subscribed to this thread, 
    not directly to the person who posted the message. To post a reply, 
    either reply to this email or visit the message page: [http://forums.adobe.com/message/4235635#4235635
    To unsubscribe from this thread, please visit the message page at [http://forums.adobe.com/message/4235635#4235635
    ]. In the Actions box on the right, click the Stop Email 
    Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up by 
    email or at Adobe Forums
    For more information about maintaining your forum email 
    notifications please go to http://forums.adobe.com/message/2936746#2936746

Maybe you are looking for

  • Inserting the records into the table

    Hi, I defined a procedure as follows create .... Cursor C1 is select item_id,item_name from item; Inert into abc.t3_clas(id,name) values(NVL(c1.item_id,' '),c1.item_name); end; Cursor C1 is having data. There are no null values. But after executing t

  • Base price Calculation

    Friends, I have got a question regarding pricing. I have 2 Base Price condition types PR00 and QR00 . PR00 has a validity from 03.12.2010 and QR00 has a validity from 06.12.2010 . The price declared fro Material M1 using condition type PR00 is Rs. 12

  • Having trouble upgrading to new version of firefox

    I have the setup wizard to upgrade to the newest version on my desktop background. When I hit "next" it says to close Firefox in order to proceed. when I hit "OK" it just brings me to connection wizard box again and same t hing happens. I had orig sa

  • Questions about EJB local interfaces - 9iAS 9.03

    Intro: I am new in developing EJB, and I am trying to build an example to verify that a stateless session bean with local interfaces is quite efficient. Q1: I have read that an application trying to access local interfaces of an EJB must run into the

  • Resource Bundle Issue in BackingBean

    Hi, JDeveloper 11.1.1.3.0 I am getting null, when I am trying to retrieve the ResourceBundle using the below code. Please help. FacesContext fc = null; ResourceBundle rb = null; fc = FacesContext.getCurrentInstance(); rb = fc.getApplication().getReso