Flash builder 4.5  application.application.getchildbyname

Hi,
I came from flex 3 to the newer version flash builder 4.5, so not everything is clear for me..
for example:
I have a project and i dynamically add a custom component on it like this:
var mycanvas:MainCanvas=null;
     mycanvas = new MainCanvas();
     mycanvas.name = "myMainCanvas";
     this.addchild(mycanvas);
i noticed that in the new spark settings addchild no longer is used, so this.addchild would be this.addelement.
fine, by me.. now my problem
later in my program I want to refer to that element.
in flex3 i did:
//maincanvas is my custom component (a canvas with stuff in it like a viewstack)
var myMainCanvas:MainCanvas=null;
myMainCanvas = MainCanvas(Application.application.getChildByName("myMainCanvas");
i now do:
myMainCanvas = MainCanvas(FlexGlobals.topLevelApplication.getChildByName("myMainCanvas"));
this because application.application is no longer supported... also fine by me..
the problem: when i run this.. the program gives an error that myMainCanvas is of a null object reference.
What am i doing wrong here?
The custom component (canvas) i added to the main application is showing on my screen.. so it is definitely loaded..
please some help

Suppose you have a class like the following:
package {
     public class AppModel {
          public var myCanvas:MainCanvas;
Then on your code you could create a instance of that class and set the myCanvas property with the newly created MainCanvas class:
var model:AppModel = new AppModel();
model.myCanvas = new MainCanvas();
From that point on, whenever you need to reference that instance of MainCanvas, you just reference it through the model:
model.myCanvas.width = 100;
If you have to use the myCanvas throughout several classes in the application, it would be better to make it a static property and reference it directly through the class reference. So:
package {
     public class AppModel {
          public static var myCanvas:MainCanvas;
Then:
AppModel.myCanvas = new MainCanvas();
And finally, whenever you need to reference it:
AppModel.mycanvas.width = 100;
Hope this helps. If it does, please signal the thread as answered.
Cheers,
Rui

Similar Messages

  • Flash Builder 4.6 Mobile Application Packaging and Exporting

    Hello Everyone,
    I'm novice to Flash builder,using Flash Builder 4.6 to develop android application.
    It runs in desktop no error occur. But when I export it or try to run it on my
    SAMSUNG GALAXY Y S5360 phone it doesn't run. It's Android version is 2.3.6
    I plugged the USB with pc and tried to run on app on my phone.
    First builder ask that Do you want to install ADOBE AIR to device I select the "YES" option then after it go for 57% and show me an error
    Error occurred while installing the applicaiton: pkg:/data/local/tmp/Runtime.apk   Failure[INSTALL_FAILED_CPU_ABI_INCOMPATIBLE] 3261 KB/s (8653085 bytes in 2.333s)
    And when I Export and Release Build for .apk file.I select the Captive Runtime.
    Then it shows a message
    The package(s) were successfully created but the application could not be installed on one or more devices:   Device ID 0123456789ABCDEF(Google Android): Problem Occurred while installing ADOBE AIR.
    Please guide me...
    Thanks

    After searching on internet and have hands on this problem, finally found the solution.
    SAMSUNG Galaxy Y S5360 has CPU 830 MHz ARMv6 and minimum requirement of minimum system requirements for AIR 3.3 Beta on Android :
    CPU: ARMv7 processor with Vector FPU, Minimum 550MHz, OpenGL ES2.0, H.264 & AAC H/W Decoders OS: Android 2.2, 2.3, 3.0, 3.1, 3.2 & 4.0 RAM: 256MB RAM
    Later I used a Motorola mobile handset with higher version my .apk file worked well.
    Click here For Samsung Galaxy Y S5360 Phone Specification
    thanks to everyone for your efforts.

  • Adobe Flash Builder availability, usability and application export for students?

    Hello!
    I'm a student from Estonia and i'm making my final paper for my graduation.
    What chances or possibilities do i have, if i want to acquire Flash Builder, make an application, export it and use it for my final paper (code tutorials in Estonian language) for free?

    Well, Adobe did have a program that gave free Flash Builder to students & teachers, but apparently it has been discontinued - sorry! 
    The 30-day trial versions of Flash Builder and all other CS6 and Creative Cloud tools are still available though, if that helps.
    Adobe is also currently offering free copies of Edge Animate 1.0 for everyone (permanent versions for creating interactive & animated web content), which could serve as a nice replacement.

  • In Flash Builder: "No Disk" Error when trying to switch to Design View

    Just had Flash Builder Beta 1 uninstalled and Beta 2 installed instead.
    When I try to switch to Design View or open a link from Start Page in Flash Builder Beta 2, the application  freezes and "No Disk" error message pops up.

    You have some other problem with your boot drive that has corrupted data backed up to the TimeMacine drive.
    My advice is to boot into each operating system and manually backup just your Users files each to separate regular external drives (no Timemachine or backup software) and disconnect.
    Make a note of any serial numbers, emails, address book contacts, export bookmarks etc. that isn't typically in your users folders data.
    You might be able to Winclone 3 the Windows as a whole thing as it's appearing not to have issues but it's your MacintoshHD partition that is so that will have to be rebuilt from scratch.
    Most commonly used backup methods
    If your OS X parititon doesn't boot, you can use this to recover files.
    Create a data recovery/undelete external boot drive
    Without any further detail about your machine I can't advise specifically what to do, but it involves using Disk Utility to Zero Erase (move slider one spot to the right or in 10.6 using Security Option) the ENTIRE boot drive and reformatting, then installing OSX fresh and then setting up BootCamp again.
    If you wish to switch your boot drive for something better, this is a good time to do this.
    Install/upgrade RAM or storage drive in Mac's
    If your machine is capable of Internet Recovery, then use that, then upgrade.
    If your machine came with 10.6 or earlier, then use the 10.6 install disks and work up from there.
    Erase, formatting, OS X installs on Mac's

  • Flash Builder 4 - Mobile (Adobe read this!)

    This is the second time I've written this letter. The first was a five-paragraph rant detailing the chronicles of my journey into mobile using the Adobe tools. This time, however, I've decided to break it down in a different way. It goes like this:
    - Adobe spends considerable effort trying to convince Flash (AS3) developers to migrate to Flex (Flash Builder)
    - After spending time with Flex, I am one of those who is convinced by the ease and power of what it offers. I buy Flex (Flash Builder)
    - Adobe announces it will provide support for building iOS application but insists you use (buy) Flash CS5.
    - Support (and methods) for using Flash Builder to create iOS applications is complex, messy and tedious at best.
    - I buy an iPad ($3500), pay for an Apple developer account($100) and start using Flash CS5.
    - I have to strip out the AS3 from my Flex project to bring it into Flash CS5. (Abandoning all the Flex components that made it great in the first place)
    - I get my AS3 application running locally on my iPad. Despite every effort, it runs considerably slow (to my surprise)
    - Apple makes it's TOS changes, restricting 3rd party developer tools.
    - I'm now **** out of luck getting my Flash based application public (iTunes Store)
    - Adobe starts to turn it's attention to Android (a move I fully supported despite my own shortcomings)
    - AIR for Android starts to unfold. So, I start taking a look at it in addition to downloading the Android SDK.
    - Publishing anything to an Android device, using Flash Builder, is (again) a complex, messy and tedious task. Command lines etc.. nightmare.
    - Now, Apple reverses it's TOS policies.
    - More Android 2.2 Froyo devices begin to emerge now (especially tablets like the Galaxy)
    So, at this point I digress.
    So, Adobe. You wanted us to migrate to Flash Builder. So, we did. This, by the way, means we BOUGHT the software. ($780)
    So, you want to demonstrate Flash's power to publish to mobile devices. (meaning, now, iOS and Android)
    ALRIGHT THEN, WHY DONT YOU SPEND SOME TIME GETTING FLASH BUILDER 4 UP TO PAR ALREADY? WHY DON'T YOU MAKE PUBLISHING FOR BOTH PLATFORMS (iOS and ANDROID) MORE ELEGANT NOW? WHY SHOULD WE HAVE TO BUY FLASH CS5 NOW THAT WE'VE FINALLY COME ON BOARD WITH FLASH BUILDER? WHY DONT YOU SPEND SOME TIME PROVIDING AN ELEGANT SOLUTION FOR MOBILE PUBLISHING - LIKE YOU'VE ALREADY DONE FOR FLASH CS5 (MONTHS AGO). I SHOULD BE ABLE TO FILL OUT A FEW FIELDS, SELECT A FEW OPTIONS FROM A MENU AND PUBLISH MY APPLICATION FROM FLASH BUILDER. NOT DOWNLOAD SDK'S, DOWNLOAD SPECIAL BUILDS OF AIR AND FLASH PLAYER ON A WEEKLY BASIS. GET FLASH BUILDER 4 UP TO PAR SO WE CAN WRITE ONCE AND PUBLISH (PUSHING A BUTTON) TO BOTH iOS AND ANDROID WITHOUT SPENDING HOURS FIGURING OUT HOW TO GET IT ALL WORKING.

    Again, my issue is not with Flash Builder itself. In fact I think Adobe is doing a tremendous job regarding many things at this juncture. They've been under a considerable amount of pressure, especially since Apple tried to declare Flash an obsolete technology. I'm proud of Adobe and Flash - which I thoroughly enjoy working with. I also enjoy working with Flash Builder.
    My issue is in regards to support. It's that simple. I understand that many features take time to prepare prior to their public release. This is obvious. There are a lot of tests to be made prior to even a first release. My issue is a specific one. It is in regards to Flash Builder and their attitude towards this piece of software as it relates to this "mobile storm" that has approached. Everything is about MOBILE, MOBILE, MOBILE. Well, ok.. it's about mobile. Adobe really only has two (count that, 2!) pieces of software that creates Flash content. (and NO, that isn't a lot). There's the Flash IDE and Flash Builder, which is SUPPOSED TO BE FOR DEVELOPERS. One would think that more time would have been spent of getting ELEGANT mobile publishing solutions into Flash Builder at this point. I'm tired of reading one massive pdf after another just to understand what the hell I'm supposed to be doing. AND.. on top of this.. they get simple, fluid, elegant solutions into the FLASH IDE in the meantime. iPhone, Android publishing with the click of a button in the Flash IDE? DONE! Months ago.. Flash Builder 4 with the same capabilities? Nothing. Command lines... Terminal windows.. give me a break.

  • Flash builder ,Toggle break point ,get error:Error getting list of source files

    In Flash builder ,debug a Web Application, when try to toggle a break point , flash builder prompts:
    Error getting list of source files
    flash.tools.debugger.InProgressException
      at flash.tools.debugger.concrete.DSwfInfo.swdLoaded(DSwfInfo.java:156)
      at flash.tools.debugger.concrete.DSwfInfo.getSourceList(DSwfInfo.java:131)
      at flash.tools.debugger.threadsafe.ThreadSafeSwfInfo.getSourceList(ThreadSafeSwfInfo.java:78 )
      at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.findSourceFiles(FlexLineBreakp oint.java:512)
      at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.instantiate(FlexLineBreakpoint .java:577)
      at com.adobe.flexbuilder.debug.model.FlexDebugTarget.instantiateBreakpoint(FlexDebugTarget.j ava:525)
      at com.adobe.flexbuilder.debug.model.FlexDebugTarget$1.run(FlexDebugTarget.java:568)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

    who can answer this?

  • Do I have to use Flash Builder?

    Hello,
    I am a newbie. Do I have to buy Flash Builder to create mobile applications? I successfully used Flex a while ago without Flash Builder (just emacs and Flex compiler) to make SWF files, but I am new to mobile development and I am not sure if I can package my Flex apps for, say, iOS, etc by just using the Flex tools.
    Thanks
    Konstantin

    1. It appears as though the current plan is for that backend stuff to be done in Flash Builder (formerly known as Flex).  This is because Catalyst is intended to be a designer-specific tool, and the designer does not always know the code.  Instead the designer sets up the states, and gets it ready, and the developer connects the dots.
    2. Hopefully they will get round-tripping to Builder in by the first full release.  At the current time, once the FXP is opened in Builder, there is no way to bring it back to Catalyst.  on that workflow
    Personally, the more I think about it, the more I see Catalyst being integrated into Builder, as a Designer-oriented Front-end.
    Also, why do they allow you to see the code in Catalyst if you can't do anything with it....?  If you want to fully break off from the Developer-side of things, you should show no part of it.  And, don't show the code without allowing us to change it!
    Sorry, took off on a (short) rant that would be better served in its own thread.

  • Flash Builder Crashes on Mac OSX 10.6.6

    All of a sudden Flash Builder is crashing - here is the error:
    Process:         Adobe Flash Builder 4 [547]
    Path:            /Applications/Adobe Flash Builder 4/Adobe Flash Builder 4.app/Contents/MacOS/Adobe Flash Builder 4
    Identifier:      org.eclipse.eclipse
    Version:         4.0.1 (4.0.1)
    Code Type:       X86 (Native)
    Parent Process:  launchd [90]
    Date/Time:       2011-01-26 09:18:34.964 -0700
    OS Version:      Mac OS X 10.6.6 (10J567)
    Report Version:  6
    Interval Since Last Report:          41602 sec
    Crashes Since Last Report:           16
    Per-App Interval Since Last Report:  27986 sec
    Per-App Crashes Since Last Report:   11
    Anonymous UUID:                      BD20DBA7-45F5-4453-946A-78254E3C5610
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000000c6
    Crashed Thread:  8  Java: VM Thread
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1220dcff JNI_CreateJavaVM_Impl + 49399
    6   libjvm.dylib                      0x1220dc50 JNI_CreateJavaVM_Impl + 49224
    7   libjvm.dylib                      0x122dd292 JVM_EnableCompiler + 22662
    8   libjvm.dylib                      0x122eb9b3 JVM_Sleep + 3465
    9   libjvm.dylib                      0x1226dabd JVM_Lseek + 157
    10  libjvm.dylib                      0x1229fdaa JVM_MonitorWait + 10126
    11  libswt-carbon-3555.jnilib         0x18805d96 callback + 429
    12  ???                               0x1880a518 0 + 411084056
    13  com.apple.HIToolbox               0x905ccecf DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    14  com.apple.HIToolbox               0x905cc196 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    15  com.apple.HIToolbox               0x905cbff5 SendEventToEventTargetWithOptions + 58
    16  com.apple.HIToolbox               0x9060ad25 HitTestWindowDefinition(WindowData*, Point) + 278
    17  com.apple.HIToolbox               0x90617cd3 FindPlatformWindow + 721
    18  com.apple.HIToolbox               0x9060da0e FindWindowCommon(Point, OpaqueWindowPtr**, short*) + 172
    19  com.apple.HIToolbox               0x9060d8d7 FindWindowOfClass + 59
    20  com.apple.HIToolbox               0x9060d893 FindWindow + 39
    21  libswt-pi-carbon-3555.jnilib      0x4d9d6351 Java_org_eclipse_swt_internal_carbon_OS_FindWindow + 135
    22  ???                               0x1680b959 0 + 377534809
    23  ???                               0x16803f59 0 + 377503577
    24  ???                               0x16803fdd 0 + 377503709
    25  ???                               0x16803fdd 0 + 377503709
    26  ???                               0x16803db1 0 + 377503153
    27  ???                               0x16803ed5 0 + 377503445
    28  ???                               0x16803ed5 0 + 377503445
    29  ???                               0x1680428d 0 + 377504397
    30  ???                               0x16803db1 0 + 377503153
    31  ???                               0x16803ed5 0 + 377503445
    32  ???                               0x16803ed5 0 + 377503445
    33  ???                               0x168043f3 0 + 377504755
    34  ???                               0x168043f3 0 + 377504755
    35  ???                               0x16803f17 0 + 377503511
    36  ???                               0x16803f17 0 + 377503511
    37  ???                               0x16803f17 0 + 377503511
    38  ???                               0x168012d3 0 + 377492179
    39  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    40  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    41  libjvm.dylib                      0x12292ad8 JVM_Lseek + 151736
    42  libjvm.dylib                      0x122ab106 JVM_NewInstanceFromConstructor + 3432
    43  libjvm.dylib                      0x122ac79e JVM_InvokeMethod + 1086
    44  libjvm.dylib                      0x122ac480 JVM_InvokeMethod + 288
    45  libjvmlinkage.dylib               0x000eb72f JVM_InvokeMethod + 79
    46  libjava.jnilib                    0x0073e3ee Java_sun_reflect_NativeMethodAccessorImpl_invoke0 + 38
    47  ???                               0x1680b959 0 + 377534809
    48  ???                               0x16803f17 0 + 377503511
    49  ???                               0x16803f17 0 + 377503511
    50  ???                               0x168043f3 0 + 377504755
    51  ???                               0x16803f17 0 + 377503511
    52  ???                               0x16803db1 0 + 377503153
    53  ???                               0x16803db1 0 + 377503153
    54  ???                               0x168012d3 0 + 377492179
    55  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    56  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    57  libjvm.dylib                      0x12292ad8 JVM_Lseek + 151736
    58  libjvm.dylib                      0x1229fb13 JVM_MonitorWait + 9463
    59  libjvm.dylib                      0x122dfca1 JVM_GetClassInterfaces + 8151
    60  eclipse_1206.so                   0x000767d6 startJavaJNI + 1795
    61  eclipse_1206.so                   0x000751c3 startJavaVM + 120
    62  eclipse_1206.so                   0x000742e9 run + 4768
    63  org.eclipse.eclipse               0x000024aa original_main + 1782
    64  org.eclipse.eclipse               0x00002b96 main + 1517
    65  org.eclipse.eclipse               0x00001c10 _start + 210
    66  org.eclipse.eclipse               0x00001b3d start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x98ee5982 kevent + 10
    1   libSystem.B.dylib                 0x98ee609c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x98ee5559 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x98ee52fe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x98ee4d81 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x98ee4bc6 start_wqthread + 30
    Thread 2:  Java: Exception Handler Thread
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libSystem.B.dylib                 0x98f2b088 mach_msg_server + 520
    3   libjvm.dylib                      0x1220fa03 JNI_CreateJavaVM_Impl + 56827
    4   libjvm.dylib                      0x1220f9b2 JNI_CreateJavaVM_Impl + 56746
    5   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    6   libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    7   libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 3:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x12221b1f jio_vsnprintf + 299
    8   libjvm.dylib                      0x12221a66 jio_vsnprintf + 114
    9   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    10  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    11  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 4:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x12221b1f jio_vsnprintf + 299
    8   libjvm.dylib                      0x12221a66 jio_vsnprintf + 114
    9   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    10  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    11  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 5:  Java: Gang worker#2 (Parallel GC Threads)
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x12221b1f jio_vsnprintf + 299
    8   libjvm.dylib                      0x12221a66 jio_vsnprintf + 114
    9   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    10  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    11  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 6:  Java: Gang worker#3 (Parallel GC Threads)
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x12221b1f jio_vsnprintf + 299
    8   libjvm.dylib                      0x12221a66 jio_vsnprintf + 114
    9   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    10  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    11  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 7:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x1247f304 JVM_RaiseSignal + 319844
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x122b87f1 JVM_Write + 3541
    8   libjvm.dylib                      0x122b873a JVM_Write + 3358
    9   libjvm.dylib                      0x12227a3f jio_vsnprintf + 24651
    10  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    11  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    12  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 8 Crashed:  Java: VM Thread
    0   libjvm.dylib                      0x123007e0 JVM_GC + 6982
    1   libjvm.dylib                      0x12300795 JVM_GC + 6907
    2   libjvm.dylib                      0x12300991 JVM_GC + 7415
    3   libjvm.dylib                      0x1230094b JVM_GC + 7345
    4   libjvm.dylib                      0x12300d27 JVM_GC + 8333
    5   libjvm.dylib                      0x12300ce3 JVM_GC + 8265
    6   libjvm.dylib                      0x12300a98 JVM_GC + 7678
    7   libjvm.dylib                      0x1230076a JVM_GC + 6864
    8   libjvm.dylib                      0x1230072b JVM_GC + 6801
    9   libjvm.dylib                      0x122f2b56 JVM_NanoTime + 16640
    10  libjvm.dylib                      0x122f2868 JVM_NanoTime + 15890
    11  libjvm.dylib                      0x122f26b6 JVM_NanoTime + 15456
    12  libjvm.dylib                      0x12300669 JVM_GC + 6607
    13  libjvm.dylib                      0x123000f7 JVM_GC + 5213
    14  libjvm.dylib                      0x122ffab0 JVM_GC + 3606
    15  libjvm.dylib                      0x122ff77d JVM_GC + 2787
    16  libjvm.dylib                      0x122ff513 JVM_GC + 2169
    17  libjvm.dylib                      0x122ff4b7 JVM_GC + 2077
    18  libjvm.dylib                      0x122eff24 JVM_NanoTime + 5326
    19  libjvm.dylib                      0x122fef42 JVM_GC + 680
    20  libjvm.dylib                      0x122feeb8 JVM_GC + 542
    21  libjvm.dylib                      0x122deca9 JVM_GetClassInterfaces + 4063
    22  libjvm.dylib                      0x122dec28 JVM_GetClassInterfaces + 3934
    23  libjvm.dylib                      0x12291de8 JVM_Lseek + 148424
    24  libjvm.dylib                      0x12291a3a JVM_Lseek + 147482
    25  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    26  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    27  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 9:  Java: Reference Handler
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x124c3caa JVM_RaiseSignal + 600842
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x168012d3 0 + 377492179
    12  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    13  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    14  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    15  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    16  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    17  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    18  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    19  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    20  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    21  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 10:  Java: Finalizer
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x124c3caa JVM_RaiseSignal + 600842
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x1699f044 0 + 379187268
    10  ???                               0x1699eca4 0 + 379186340
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 11:  Java: Surrogate Locker Thread (CMS)
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220ea9b JNI_CreateJavaVM_Impl + 52883
    7   libjvm.dylib                      0x122b0156 JVM_IsPrimitiveClass + 5270
    8   libjvm.dylib                      0x122b0109 JVM_IsPrimitiveClass + 5193
    9   libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    10  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    11  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    12  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    13  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 12:  Java: Signal Dispatcher
    0   libSystem.B.dylib                 0x98ebf136 semaphore_wait_trap + 10
    1   libjvm.dylib                      0x122b0d60 JVM_IsPrimitiveClass + 8352
    2   libjvm.dylib                      0x122b0c46 JVM_IsPrimitiveClass + 8070
    3   libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    4   libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    5   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    6   libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    7   libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 13:  Java: CompilerThread0
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220ea9b JNI_CreateJavaVM_Impl + 52883
    7   libjvm.dylib                      0x122b8328 JVM_Write + 2316
    8   libjvm.dylib                      0x122b1deb JVM_IsPrimitiveClass + 12587
    9   libjvm.dylib                      0x122b1ceb JVM_IsPrimitiveClass + 12331
    10  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    11  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    12  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    13  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    14  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 14:  Java: Low Memory Detector
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x122b38ae JVM_IsPrimitiveClass + 19438
    8   libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    9   libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    10  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    11  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    12  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 15:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x124892cb JVM_RaiseSignal + 360747
    4   libjvm.dylib                      0x122b5725 JVM_IsPrimitiveClass + 27237
    5   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    6   libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    7   libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 16:  Java: Poller SunPKCS11-Darwin
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x12489225 JVM_RaiseSignal + 360581
    4   libjvm.dylib                      0x122ead1c JVM_Sleep + 242
    5   libjvmlinkage.dylib               0x000e7a18 JVM_Sleep + 72
    6   ???                               0x1680b959 0 + 377534809
    7   ???                               0x16803db1 0 + 377503153
    8   ???                               0x1680428d 0 + 377504397
    9   ???                               0x168012d3 0 + 377492179
    10  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    11  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    12  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    13  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    14  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    15  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    16  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    17  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    18  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    19  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 17:  Java: State Data Manager
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x12489225 JVM_RaiseSignal + 360581
    4   libjvm.dylib                      0x122ead1c JVM_Sleep + 242
    5   libjvmlinkage.dylib               0x000e7a18 JVM_Sleep + 72
    6   ???                               0x1680b959 0 + 377534809
    7   ???                               0x16803db1 0 + 377503153
    8   ???                               0x1680428d 0 + 377504397
    9   ???                               0x168012d3 0 + 377492179
    10  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    11  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    12  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    13  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    14  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    15  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    16  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    17  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    18  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    19  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 18:  Java: Start Level Event Dispatcher
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x124c3caa JVM_RaiseSignal + 600842
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 19:  Java: Framework Event Dispatcher
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x124c3caa JVM_RaiseSignal + 600842
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 20:  Java: [Timer] - Main Queue Handler
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x1680428d 0 + 377504397
    11  ???                               0x168012d3 0 + 377492179
    12  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    13  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    14  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    15  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    16  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    17  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    18  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    19  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    20  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    21  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 21:  Java: Worker-0
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                 0x98eed0a6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x98f18ee5 nanosleep$UNIX2003 + 188
    2   libBridgeTalk.jnilib              0x4e1fed8b ScObjects::Thread::sleep(unsigned int) + 59
    3   libBridgeTalk.jnilib              0x4e1f8f33 ScObjects::BridgeTalkThread::run() + 163
    4   libBridgeTalk.jnilib              0x4e1fee98 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    6   libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 23:  Java: Thread-1
    0   libSystem.B.dylib                 0x98eed0a6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x98f18ee5 nanosleep$UNIX2003 + 188
    2   libBridgeTalk.jnilib              0x4e1e09fb mysleep(unsigned long) + 59
    3   libBridgeTalk.jnilib              0x4e1e13ac Java_com_adobe_flexide_nativelibs_BridgeTalk_WaitForMessages + 124
    4   ???                               0x1680b959 0 + 377534809
    5   ???                               0x16803db1 0 + 377503153
    6   ???                               0x168012d3 0 + 377492179
    7   libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    8   libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    9   libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    10  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    11  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    12  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    13  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    14  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    15  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    16  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                 0x98ebf142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x98eeccfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x98f3546f pthread_cond_wait + 48
    3   com.adobe.amt.services            0x4e47e126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services            0x4e476db0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services            0x4e47e18c AMTThread::Worker(void*) + 24
    6   libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    7   libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 25:  Java: Thread-4
    0   libSystem.B.dylib                 0x98f3770a accept$UNIX2003 + 10
    1   libjvm.dylib                      0x12320758 JVM_Accept + 36
    2   libjvmlinkage.dylib               0x000ead61 JVM_Accept + 65
    3   libnet.jnilib                     0x13fbab0b Java_java_net_PlainSocketImpl_socketAccept + 347
    4   ???                               0x1680b959 0 + 377534809
    5   ???                               0x16803db1 0 + 377503153
    6   ???                               0x16803db1 0 + 377503153
    7   ???                               0x16803db1 0 + 377503153
    8   ???                               0x16803f17 0 + 377503511
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x1680428d 0 + 377504397
    11  ???                               0x168012d3 0 + 377492179
    12  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    13  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    14  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    15  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    16  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    17  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    18  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    19  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    20  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    21  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 26:  Java: Bundle File Closer
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x124c3caa JVM_RaiseSignal + 600842
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 27:  Java: com.adobe.flexide.editorcore.editor.IdleTypingReconciler
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x168012d3 0 + 377492179
    11  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    12  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    13  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    14  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    15  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    16  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    17  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    18  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    19  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    20  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 28:  Java: Worker-1
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 29:  Java: Worker-2
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220ea9b JNI_CreateJavaVM_Impl + 52883
    7   libjvm.dylib                      0x122de43d JVM_GetClassInterfaces + 1907
    8   libjvm.dylib                      0x122fee38 JVM_GC + 414
    9   libjvm.dylib                      0x122fed96 JVM_GC + 252
    10  libjvm.dylib                      0x122fece5 JVM_GC + 75
    11  libjvmlinkage.dylib               0x000e7187 JVM_GC + 23
    12  libjava.jnilib                    0x007401b7 Java_java_lang_Runtime_gc + 11
    13  ???                               0x1680b959 0 + 377534809
    14  ???                               0x16803db1 0 + 377503153
    15  ???                               0x16803db1 0 + 377503153
    16  ???                               0x16803f17 0 + 377503511
    17  ???                               0x168012d3 0 + 377492179
    18  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    19  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    20  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    21  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    22  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    23  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    24  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    25  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    26  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    27  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 30:  Java: Worker-3
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 31:  Java: Worker-4
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 32:  Java: Worker-5
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 33:  Java: Worker-6
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 34:  Java: Worker-7
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153

    Hi, taraschuk,
    did you manage to resolve the issue? Or have you reported it to jira?
    I am expriencing similar problems with fb 4.6 on mac os 6.6. Flex crushes all of sudden when opening MXML file in project. I have found that this is somewhat related to the graphic card in use. If i swith card to "discrete only", open flex, reopen project (with all files closed), clean and rebuild - I am then able to open MXML with no problems.
    Regards,
    Kuba

  • Jagged graphics worked as fxg in flash builder

    Hello,
    I have a question, I created my skins buttons in flash player and exported them to fxg files, the I used the fxg files in Flash Builder, but when the application runs, the graphics seems jagged.
    I am looking for an answer about setting up the anti-aliasing, but I always find that it is only for text and that graphics in flash player never lose quality.
    Please if anyone knows about it please let me know.
    Thanks!

    In general, try to avoid using strokes in your FXG. If you have rounded corners, then try using a Path with a hole cut out of it. In general, Illustrator and Fireworks do a decent job of exporting the FXG.
    You can also emulate a rectangle with a stroke and fill by creating two Rects with fills. The "fill" Rect should sit on top of the "border" Rect and be inset by the border thickness.
    The spark.skins.mobile240.assets folder has a bunch of examples of FXG used by the framework. These should provide some good guidelines.
    Also, make sure you have setup your scaleGrid properties on the Graphics tag.

  • Can Flex3 generated swf load Flash Builder generated swf?

    Hi All,
    My company is corrently using Flex 3 appliaction (Host application) to host other Flex3 applications (Widgets).
    We load the host application and the host appliaction loads couple of widgets (using SWFLoader)  that were also compiled using flex bulder 3.
    My qustion is, can i load swf files that where compiled using Flash Builder my Flex3 host application swf?
    Thasnk in advance,
    Lior

    Old content cannot load content from newer versions.  You can go the other way around though, so upgrade the main app to Flex 4 and you can load Flex 3 content into it
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Flash Builder 4.5 Compiles super super super slow

    We're using Flash Builder for an enterprise application. It builds super super super super slow. It takes roughly 3'25'' to build. This kind of compiling speed is unbearable for front-end development. Please help!!!!
    Here're the specs of my machine:
    Processor: Intel(R) Core(TM) i5-2520M CPU @2.50GHz 2.50GHz
    Installed Memory: 4.00GB (3.89GB usable)
    System type: 64-bit Operating System (Windows 7)
    Here's the log from FB:
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:39.431
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:39.431
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:40.481
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:40.481
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:42.352
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:42.352
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:43.402
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:43.402
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:44.403
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:44.403
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:45.405
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:45.405
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:46.455
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:46.455
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:47.456
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:47.456
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:48.506
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:48.506
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:49.556
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:49.556
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:50.577
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:50.577
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:51.627
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:51.627
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:52.677
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:52.677
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:53.728
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:53.728
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:54.778
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:54.778
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:55.828
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:55.828
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:56.829
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:56.829
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:57.879
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:57.879
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:58.930
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:58.930
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:59.981
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:59.981
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:01.034
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:01.034
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:02.085
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:02.085
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:03.135
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:03.135
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:04.185
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:04.185
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:05.236
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:05.236
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:06.286
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:06.286
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:07.287
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:07.287
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:08.339
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:08.339
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:09.372
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:09.372
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:10.423
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:10.423
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:11.474
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:11.474
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:12.525
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:12.525
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:13.591
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:13.591
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:14.641
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:14.641
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:15.692
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:15.692
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:16.693
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:16.693
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:17.743
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:17.743
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:18.794
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:18.794
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:19.844
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:19.844
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:20.896
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:20.896
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:21.946
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:21.946
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:36.581
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:36.581
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:37.631
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:37.631
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:38.681
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:38.681
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:39.731
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:39.731
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:40.781
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:40.781
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:41.831
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:41.831
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:42.881
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:42.881
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:43.932
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:43.932
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:44.983
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:44.983
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:52.266
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:52.266
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:53.316
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:53.317
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:54.367
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:54.367
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:55.417
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:55.417
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:56.467
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:56.467
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:57.468
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:57.468
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:58.518
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:58.518
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:59.521
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:59.521
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:00.561
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:00.561
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:01.611
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:01.611
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:10.946
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:10.946
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:12.003
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:12.003
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:13.054
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:13.054
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:14.104
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:14.104
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:15.154
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:15.154
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:16.204
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:16.204
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:17.205
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:17.205
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:18.257
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:18.257
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:19.308
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:19.308
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:20.358
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:20.358
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:21.408
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:21.408
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:22.459
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:22.459
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:23.509
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:23.509
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:25.610
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:25.610
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:28.761
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:28.761
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:29.812
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:29.812
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:30.862
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:30.862
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:31.866
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:31.866
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:32.917
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:32.917
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:33.968
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:33.968
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:35.018
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:35.018
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:36.072
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:36.073
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:37.074
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:37.074
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:38.125
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:38.125
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:39.176
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:39.176
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:40.227
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:40.227
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:41.886
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:41.886
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:42.937
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:42.937
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:43.987
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:43.987
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:45.037
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:45.037
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:46.087
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:46.087
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:47.089
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:47.089
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:48.139
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:48.139
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:06.990
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:06.990
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:08.040
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:08.040
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:09.090
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:09.090
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:10.141
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:10.141
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:11.192
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:11.192
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:12.243
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:12.243
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:13.293
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:13.293
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:14.344
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:14.344
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:15.394
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:15.394
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:16.449
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:16.449
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:37:22.768
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:37:22.768
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:37:28.005
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:37:28.005
    !MESSAGE Problem occurred in auto-refresh native code: 5.

    Thanks for the reply srvikram13, I really appreciate it.
    Unfortunately this did not solve my problem.  The application was developed in Flex sdk 4.1 and I have installed the 4.1 sdk and told the Flex Compiler to use that specific sdk to no avail (I even re-tried per your post, but no success).  The fact is that the project compiles fine with either 4.1 or 4.5 sdk, it just has issues finding the imorted classes until I manually open the class files.
    Further debugging and info:
    I actually thought I had it fixed for a second.  I renamed my "com" directory and right clicked on "src" and chose "New" > "Package" then repeated that for each directory under "com".  I then closed FB and in windows explorer copied my original com directories into the new one created by FB.  When I launched FB and opened the main file all my imports were recognized!  I then closed FB and re-opened again to see if it was truly fixed and ... epic fail.  The squiggly underlines are back and FB doesn't recognize any reference to them.
    I also found that even if I navigate to the class files in the Package Explorer then right click on the file and choose properties, then click cancel (never opening or changing anything) the reference to that specific file is now valid... at least until I close and reopen FB.
    Any other ideas?

  • How do I rebuild a Flex 3.0/SDK 3.2 application in Flash Builder 4.7?

    I am trying to rebuild an old Adobe Flex/Air app.  The original developer is gone and we don't have the development environment he used available to us to do the rebuild.  As best I can see, this is an Adobe Flex SDK 3.2 application rebuilt in Flex Builder 3.0.   I've been able to get the project imported to Flash Builder 4.7 and set the SDK to use the 3.2 SDK and get a build, but all of my controls have the "Trial Version" water mark. 
    How can I get rid of this watermark?  Do I need a license for SDK 3.2 in addition to my Flash Builder 4.7 license?
    I've tried also to "upgrade" the proejct to 4.6 SDK in 3.0 Compatibility mode, but I am getting lots of errors at runtime for null object.
    I found this thread: http://forums.adobe.com/thread/441869
    But I don't know if that means I need to have an Adobe Flex 3.2 license key?  or will my new Flash Builder 4.7 key work?
    I'm new to Flex/Air and I'm just trying to get this old project rebuilt.  Any suggestions will be appreciated.

    Update - I have updated the license.properties file and added the compiler switch but still no luck.  Our Flash Builder 4.7 is fully licensed so I guess I need to know where to buy a Flex Builder 3 license key.  Is anyone from Adobe here?  Maybe someone can help me out please?

  • Bus Error: 10 while packaging a Flash Builder 4.6 application containing a native extension (ANE)

    I get this error:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    ld: warning: -dead_strip with lazy loaded static (library) archives has resulted in a duplicate symbol.  You can change your source code to rename symbols to avoid the collision.  This will be an error in a future linker.
    /var/folders/y4/svqv7kzn469_ljcrvw1b99500000gn/T/cmd8085539752601990184.tmp: line 2: 25159 Bus error: 10           "/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/bin/ld64/i686-apple-darwin10-ld64" -ObjC -dead_strip -Z -arch armv7 -syslibroot "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iP honeOS6.0.sdk" -L/usr/lib -F"/System/Library/Frameworks/" -L"/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib" -o "../aot8213014594451590298.tmp" -L"/var/folders/y4/svqv7kzn469_ljcrvw1b99500000gn/T/07f32573-0d2b-42c6-b431-916954d76791" -exported_symbol _main -exported_symbol _ExtInitializer -exported_symbol _ExtFinalizer "extensionglue.o" -lstdc++ -lRuntimeInterpreter.arm-air -lgcc_s.1 -lstdc++.6 -lcrt1.o -lSystem.B -lz -lobjc -framework CoreFoundation -framework UIKit -framework MobileCoreServices -framework CoreGraphics -framework Foundation -framework SystemConfiguration -framework AudioToolbox -framework CFNetwork -framework QuartzCore -framework OpenGLES -framework CoreLocation -framework CoreMedia -framework CoreVideo -framework AVFoundation -framework Security -lcom.pgi.native.extensions.softphone
    Compilation failed while executing : ld64
    The ane was created using this command:
    "/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/bin/adt" -package -target ane SPExtension.ane extension.xml -swc SPTest.swc -platform iPhone-ARM -C ios . -platformoptions platform.xml
    The ANE file seemed to load in my project ok, and build ok.  But when I hit run to package for my ios device, I get the above error.

    Here's the fix in case anyone else runs into this problem.  When Flash Builder is building the deployment during launch, it converts the mapped path to a mangled local path for the ane to find the descriptor to a relative path, which can't be found and throws the null pointer.  Making the Output Folder path actually local to the computer, as opposed to the default that FB creates, resolves the error, and still allows blazeds access from the device.

  • Problem signing application to BlackBerry from Flash builder 4.6 premium

    Hi,
    I would like generate "BlackBerry" version of my application with Flash Builder, for this i'm using this guide.
    http://docs.blackberry.com/en/developers/deliverables/37176/BlackBerry_Tablet_OS_SDK_for_A dobe_AIR-Getting_Started_Guide_for_Windows_Developers--1943146-1206065540-001-2.0_Beta-US. pdf
    First, i have uninstalled older flash builder versions, and i have installed Flash builder 4.6 premium.
    After, I have installed the BlackBerry Tablet OS SDK for Adobe AIR.
    Next, I have updated the BlackBerry Tablet OS SDK plug-in.
    But, my problem is using the deployment setup wizard.
    I tried with the BlackBerry Tablet Simulator started, but when I click "Run the BlackBerry Tablet OS Deployment Setup Wizard" to configure your development environment, the wizard is not showing.
    I would like generate my application, ".bar" file, signed with the reals certificates of BlackBerry. But i don´t know what is the problem.
    Somebody have tested if this wizard is working to Flash builder 4.6.
    Furthermore, i have tried to setting the reals certificates of BlackBerry, with the preferences window:
    Flash Builder > Preferences > Flash Builder > Target Platforms > BlackBerry Tablet OS > Signing.
    Such as at this url:
    http://www.adobe.com/devnet/air/articles/packaging-air-apps-blackberry.html
    But when i click Register button, the dialog is not showing.
    Any idea is wellcome.
    Thanks

    Hi all,
    I have found the problem
    BlackBerry Tablet OS search a path that don´t exist in my spanish Windows X.
    As my system is at spanish, BlackBerry Tablet OS installer create this path:
    %HOMEPATH%\Configuraci¾n local\Datos de programa\Research In Motion
    To resolve the problem, you must to create the path in english and copy the content of spanish path:
    %HOMEPATH%\Local Settings\Application Data\Research In Motion
    By default, code signing keys are stored in a central location in your profile directory and used by all BlackBerry Tablet OS development tools. The default locations of these files vary based on operating system and  are outlined in the following table.  
    Note: In a Windows XP environment, the default  %HOMEPATH% is C:\Documents and Settings\<username>.  In a Windows Vista and Windows 7 environment, the default %HOMEPATH% is  C:\Users\<username>.
    Windows XP
    %HOMEPATH%\Local Settings\Application Data\Research In Motion
    Windows Vista  and  Windows 7
    %HOMEPATH%\AppData\Local\Research In Motion
    Mac OS
    ~/Library/Research In Motion
    UNIX and Linux
    ~/.rim

  • Creative Cloud - Adobe Application Manager...download of Flash Builder 4.7

    I have a $49.95/mo Creative Cloud for the past few months and began a download via Adobe Application Manager of Adobe Flash Builder 4.7 yesterday afternoon around 4pm.  It is
    now 9:25am the following day...17+ hours later and the download is at 74%. ..I'm still letting it continue downloading. 
    In my frustration, I downloaded a non-Creative Cloud copy of Adobe Flash Builder 4.7...and on the install I am now being prompted with 3 options:
    1. Install with a serial number
    2. Start my subscription
    3. Install a trial
    As I'm paying the $49.95/mo for the full Creative Cloud subscription, I would prefer not to "install a trial".  Based on the download rate of the copy of Adobe Flash Builder 4.7 via the Application Manager, it won't complete until sometime this afternoon at best..  Is there any way I can convert my non-Creative Cloud installed copy of Adobe FlashBuilder4.7 to be under my Creative Cloud Subscription?

    If there is an option to License this Software then you can enter the Adobe ID tied to your Creative Cloud subscription.  If not then you will want to wait until the download completes in the Adobe Application Manager.
    You may also want to review Sign in or activation errors | CS6, CS5.5 Subscriptions, CS6 Perpetual - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html as something appears to be interferring with the Adobe Application Manager from downloading at the expected speed.

Maybe you are looking for