• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
1

Not Compiling most recent saves

Community Beginner ,
Jun 23, 2010 Jun 23, 2010

Copy link to clipboard

Copied

this is a very tricky problem; It had me write and re-write my code tons of times -- i could not figure out why my changes were not working. when trace calls started not showing up, i got curious as to if it wasn't me.

Flash builder 4 (cs5) Is not compiling the most recent code. I compile, and it opens up old code. Saving and re-saving, closing and opening, nothing seems to work;

When flex compiles, it compiles to some file (bin-debug, i believe). It is as if it just simply... isn't doing that, and a previous compile is what i am getting shown. Excruciatingly frustrating, since my code had me re-writing the way i handled arrays from an xml source. I thought i was pointed to the wrong source, which sent me on a 20 minute long cat and mouse game with no mouse.

Views

14.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 24, 2010 Jun 24, 2010

Copy link to clipboard

Copied

Hi

You are not alone Although the problem seems to have disappeared for me.

I have posted something similiar quite a while ago, and couldnt reproduce it since then.

http://forums.adobe.com/thread/601971?tstart=0

Not sure if this helps, but maybe we can come up with the fault's cause together.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 24, 2010 Jun 24, 2010

Copy link to clipboard

Copied

Try doing a Project -> Clean.

A thing to watch out for: If a file isn't used by your application (like a brand new ActionScript class created but not used anywhere else), then the compiler will not compile that file. If you suspect this, try instantiating your class in your main application file.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 24, 2010 Jun 24, 2010

Copy link to clipboard

Copied

Project>Clean did not work, but what did work was creating a new project, then copying the source code over. Its a pain in the ass, and i believe this should be moved over to bug aware-ness.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 25, 2010 Jun 25, 2010

Copy link to clipboard

Copied

Would it be possible to post your FB log file? (to help us track this down?)

It is in workspacedir/.metadata/.log.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 25, 2010 Jun 25, 2010

Copy link to clipboard

Copied

Its a large file, but here.

!SESSION 2010-06-19 12:59:17.358 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Framework arguments:  -specifier flashbuilder-4.0 -nostartupscreen

Command-line arguments:  -os win32 -ws win32 -arch x86 -specifier flashbuilder-4.0 -nostartupscreen

!ENTRY org.eclipse.ui 2 0 2010-06-19 12:59:38.740

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-19 12:59:38.740

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-19 12:59:39.152

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!ENTRY com.adobe.flexbuilder.project 4 43 2010-06-19 12:59:39.502

!MESSAGE Error en SocketClientReceiver 69

!STACK 0

java.net.BindException: Address already in use: JVM_Bind

at java.net.PlainSocketImpl.socketBind(Native Method)

at java.net.PlainSocketImpl.bind(Unknown Source)

at java.net.ServerSocket.bind(Unknown Source)

at java.net.ServerSocket.<init>(Unknown Source)

at java.net.ServerSocket.<init>(Unknown Source)

at com.adobe.flexbuilder.flexunitrunresults.data.ClientSocketsManager.listen(ClientSocketsManager.java:57)

at com.adobe.flexbuilder.flexunitrunresults.data.ClientSocketsManager.run(ClientSocketsManager.java:113)

at java.lang.Thread.run(Unknown Source)

!ENTRY com.adobe.flexbuilder.standalone 4 1 2010-06-19 12:59:49.940

!MESSAGE p2:flexPlugin=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/plugins/com.adobe.flexbuilder.flex_4.0.0.272416/

!ENTRY com.adobe.flexbuilder.standalone 4 1 2010-06-19 12:59:49.943

!MESSAGE p2:root=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/

!ENTRY com.adobe.flexbuilder.standalone 4 1 2010-06-19 12:59:49.946

!MESSAGE p2: failed folder access on p2

!ENTRY com.adobe.flexbuilder.standalone 4 1 2010-06-19 12:59:54.464

!MESSAGE p2:flexPlugin=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/plugins/com.adobe.flexbuilder.flex_4.0.0.272416/

!ENTRY com.adobe.flexbuilder.standalone 4 1 2010-06-19 12:59:54.467

!MESSAGE p2:root=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/

!ENTRY com.adobe.flexbuilder.standalone 4 1 2010-06-19 12:59:54.470

!MESSAGE p2: failed folder access on p2

!SESSION 2010-06-19 13:01:50.367 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Framework arguments:  -specifier flashbuilder-4.0 -nostartupscreen

Command-line arguments:  -os win32 -ws win32 -arch x86 -specifier flashbuilder-4.0 -nostartupscreen

!ENTRY org.eclipse.ui 2 0 2010-06-19 13:01:56.505

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-19 13:01:56.505

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-19 13:01:56.942

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!ENTRY com.adobe.flexbuilder.project 4 43 2010-06-19 13:01:57.822

!MESSAGE Error en SocketClientReceiver 69

!STACK 0

java.net.BindException: Address already in use: JVM_Bind

at java.net.PlainSocketImpl.socketBind(Native Method)

at java.net.PlainSocketImpl.bind(Unknown Source)

at java.net.ServerSocket.bind(Unknown Source)

at java.net.ServerSocket.<init>(Unknown Source)

at java.net.ServerSocket.<init>(Unknown Source)

at com.adobe.flexbuilder.flexunitrunresults.data.ClientSocketsManager.listen(ClientSocketsManager.java:57)

at com.adobe.flexbuilder.flexunitrunresults.data.ClientSocketsManager.run(ClientSocketsManager.java:113)

at java.lang.Thread.run(Unknown Source)

!SESSION 2010-06-19 13:02:33.555 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-19 13:02:37.250

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-19 13:02:37.250

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-19 13:02:37.699

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!SESSION 2010-06-19 13:11:44.196 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-19 13:11:47.226

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-19 13:11:47.226

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-19 13:11:47.668

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!SESSION 2010-06-19 13:12:15.546 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-19 13:12:18.675

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-19 13:12:18.675

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-19 13:12:19.139

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!SESSION 2010-06-19 13:12:47.136 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-19 13:12:50.235

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-19 13:12:50.235

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-19 13:12:50.697

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!ENTRY org.eclipse.jface 2 0 2010-06-19 13:13:16.935

!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-19 13:13:16.935

!MESSAGE A conflict occurred for CTRL+G:

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplorerFindAllDeclarationsAction@1620378),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplorerFindAllDeclarationsAction@1620378),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-19 13:13:16.935

!MESSAGE A conflict occurred for CTRL+SHIFT+G:

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplorerFindAllReferencesAction@1d1e713),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplorerFindAllReferencesAction@1d1e713),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!SESSION 2010-06-21 16:53:20.295 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-21 16:53:27.673

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-21 16:53:27.673

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-21 16:53:29.419

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!ENTRY org.eclipse.jface 2 0 2010-06-21 17:00:00.773

!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-21 17:00:00.773

!MESSAGE A conflict occurred for CTRL+G:

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

,

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

,

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-21 17:00:00.773

!MESSAGE A conflict occurred for CTRL+SHIFT+G:

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

,

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

,

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!SESSION 2010-06-21 18:00:11.292 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-21 18:00:14.421

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-21 18:00:14.421

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-21 18:00:14.882

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!ENTRY org.eclipse.jface 2 0 2010-06-21 18:00:46.000

!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-21 18:00:46.000

!MESSAGE A conflict occurred for CTRL+G:

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@110ded)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@110ded)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-21 18:00:46.000

!MESSAGE A conflict occurred for CTRL+SHIFT+G:

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@1a944b0)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@1a944b0)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!SESSION 2010-06-22 18:47:46.743 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-22 18:47:50.802

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-22 18:47:50.802

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-22 18:47:51.527

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!ENTRY org.eclipse.jface 2 0 2010-06-22 18:48:09.288

!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-22 18:48:09.288

!MESSAGE A conflict occurred for CTRL+G:

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@1aad75)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@1aad75)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-22 18:48:09.288

!MESSAGE A conflict occurred for CTRL+SHIFT+G:

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@171dc60)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@171dc60)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!ENTRY com.adobe.flexbuilder.project 4 43 2010-06-22 18:52:18.856

!MESSAGE Error instantiating breakpoint

!STACK 0

flash.tools.debugger.NoResponseException: Timeout occurred while waiting for debugging response from Flash Player for 750 milliseconds

at flash.tools.debugger.concrete.PlayerSession.setBreakpoint(PlayerSession.java:829)

at flash.tools.debugger.threadsafe.ThreadSafeSession.setBreakpoint(ThreadSafeSession.java:184)

at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.instantiate(FlexLineBreakpoint.java:488)

at com.adobe.flexbuilder.debug.model.FlexDebugTarget.instantiateBreakpoint(FlexDebugTarget.java:1012)

at com.adobe.flexbuilder.debug.model.FlexDebugTarget.access$4(FlexDebugTarget.java:1006)

at com.adobe.flexbuilder.debug.model.FlexDebugTarget$1.run(FlexDebugTarget.java:1054)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

!ENTRY com.adobe.flexbuilder.project 4 43 2010-06-22 18:52:42.169

!MESSAGE Error instantiating breakpoint

!STACK 0

flash.tools.debugger.NoResponseException: Timeout occurred while waiting for debugging response from Flash Player for 750 milliseconds

at flash.tools.debugger.concrete.PlayerSession.setBreakpoint(PlayerSession.java:829)

at flash.tools.debugger.threadsafe.ThreadSafeSession.setBreakpoint(ThreadSafeSession.java:184)

at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.instantiate(FlexLineBreakpoint.java:488)

at com.adobe.flexbuilder.debug.model.FlexDebugTarget.instantiateBreakpoint(FlexDebugTarget.java:1012)

at com.adobe.flexbuilder.debug.model.FlexDebugTarget.access$4(FlexDebugTarget.java:1006)

at com.adobe.flexbuilder.debug.model.FlexDebugTarget$1.run(FlexDebugTarget.java:1054)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

!SESSION 2010-06-22 23:18:26.260 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-22 23:18:30.495

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-22 23:18:30.496

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-22 23:18:31.350

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!ENTRY org.eclipse.jface 2 0 2010-06-22 23:22:27.048

!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-22 23:22:27.048

!MESSAGE A conflict occurred for CTRL+G:

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@1335ce4)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@1335ce4)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-22 23:22:27.048

!MESSAGE A conflict occurred for CTRL+SHIFT+G:

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@1178dc3)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@1178dc3)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!SESSION 2010-06-23 11:44:11.317 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-23 11:44:16.820

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-23 11:44:16.820

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-23 11:44:17.796

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!ENTRY org.eclipse.jface 2 0 2010-06-23 11:45:15.106

!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-23 11:45:15.107

!MESSAGE A conflict occurred for CTRL+G:

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@1edb0)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@1edb0)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-23 11:45:15.107

!MESSAGE A conflict occurred for CTRL+SHIFT+G:

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@9bbed7)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@9bbed7)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!ENTRY com.adobe.flexide.embeddedplayer 4 1 2010-06-23 13:08:44.793

!MESSAGE Invalid model for itemRenderer: faceRender

!ENTRY org.eclipse.ui 4 0 2010-06-23 13:50:22.543

!MESSAGE Unhandled event loop exception

!STACK 0

org.eclipse.swt.SWTException: Failed to execute runnable (java.util.ConcurrentModificationException)

at org.eclipse.swt.SWT.error(SWT.java:3884)

at org.eclipse.swt.SWT.error(SWT.java:3799)

at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)

at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)

at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)

at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)

at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)

at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)

at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)

at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java:109)

at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)

at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

Caused by: java.util.ConcurrentModificationException

at java.util.AbstractList$Itr.checkForComodification(Unknown Source)

at java.util.AbstractList$Itr.next(Unknown Source)

at java.util.SubList$1.next(Unknown Source)

at org.eclipse.jface.text.AbstractDocument.getPositions(AbstractDocument.java:1715)

at org.eclipse.jface.text.source.AnnotationModel.getRegionAnnotationIterator(AnnotationModel.java:737)

at org.eclipse.jface.text.source.AnnotationModel.getAnnotationIterator(AnnotationModel.java:699)

at org.eclipse.jface.text.source.AnnotationModel.getAnnotationIterator(AnnotationModel.java:710)

at org.eclipse.jface.text.source.AnnotationRulerColumn.doPaint1(AnnotationRulerColumn.java:718)

at org.eclipse.jface.text.source.AnnotationRulerColumn.doubleBufferPaint(AnnotationRulerColumn.java:532)

at org.eclipse.jface.text.source.AnnotationRulerColumn.redraw(AnnotationRulerColumn.java:811)

at org.eclipse.jface.text.source.AnnotationRulerColumn$6.run(AnnotationRulerColumn.java:798)

at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)

at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)

... 22 more

!SESSION 2010-06-23 20:49:08.234 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 2 10035 2010-06-23 20:49:13.005

!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

!ENTRY org.eclipse.ui 2 0 2010-06-23 20:49:18.677

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-23 20:49:18.677

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-23 20:49:23.045

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!ENTRY org.eclipse.jface 2 0 2010-06-23 20:49:55.252

!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-23 20:49:55.252

!MESSAGE A conflict occurred for CTRL+G:

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplorerFindAllDeclarationsAction@165afa5),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find All Declarations In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplorerFindAllDeclarationsAction@165afa5),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-23 20:49:55.252

!MESSAGE A conflict occurred for CTRL+SHIFT+G:

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplorerFindAllReferencesAction@eea883),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexide.editorcore.flexEditorScope,,,system)

Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find All References In Workspace,

,

Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),

ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplorerFindAllReferencesAction@eea883),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)

!ENTRY com.adobe.flexbuilder.project 4 43 2010-06-23 20:53:56.042

!MESSAGE C:\Users\Hunter\Adobe Flash Builder 4a\FluffyFace\bin-debug\FluffyFace.swf (The system cannot find the file specified)

!STACK 0

java.io.FileNotFoundException: C:\Users\Hunter\Adobe Flash Builder 4a\FluffyFace\bin-debug\FluffyFace.swf (The system cannot find the file specified)

at java.io.FileInputStream.open(Native Method)

at java.io.FileInputStream.<init>(Unknown Source)

at java.io.FileInputStream.<init>(Unknown Source)

at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)

at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)

at java.net.URL.openStream(Unknown Source)

at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.checkSwfIsDebuggable(AbstractFlexLaunchDelegate.java:499)

at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.finalLaunchCheck(AbstractFlexLaunchDelegate.java:475)

at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:834)

at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)

at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)

at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

!ENTRY org.eclipse.ui 2 0 2010-06-24 02:25:56.933

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-24 02:25:56.933

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!SESSION 2010-06-24 12:50:59.204 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-24 12:51:03.147

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-24 12:51:03.147

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-24 12:51:03.881

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!ENTRY org.eclipse.debug.core 4 2 2010-06-24 12:54:34.777

!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.debug.core".

!STACK 0

org.eclipse.swt.SWTException: Device is disposed

at org.eclipse.swt.SWT.error(SWT.java:3884)

at org.eclipse.swt.SWT.error(SWT.java:3799)

at org.eclipse.swt.SWT.error(SWT.java:3770)

at org.eclipse.swt.widgets.Display.error(Display.java:1187)

at org.eclipse.swt.widgets.Display.asyncExec(Display.java:655)

at org.eclipse.debug.internal.ui.contexts.DebugModelContextBindingManager.launchesTerminated(DebugModelContextBindingManager.java:341)

at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.run(LaunchManager.java:303)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)

at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.notify(LaunchManager.java:256)

at org.eclipse.debug.internal.core.LaunchManager.fireUpdate(LaunchManager.java:991)

at org.eclipse.debug.core.Launch.fireTerminate(Launch.java:401)

at org.eclipse.debug.core.Launch.handleDebugEvents(Launch.java:571)

at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1076)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)

at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1110)

at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:381)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

!ENTRY org.eclipse.debug.core 4 120 2010-06-24 12:54:34.783

!MESSAGE An exception occurred during launch change notification.

!STACK 0

org.eclipse.swt.SWTException: Device is disposed

at org.eclipse.swt.SWT.error(SWT.java:3884)

at org.eclipse.swt.SWT.error(SWT.java:3799)

at org.eclipse.swt.SWT.error(SWT.java:3770)

at org.eclipse.swt.widgets.Display.error(Display.java:1187)

at org.eclipse.swt.widgets.Display.asyncExec(Display.java:655)

at org.eclipse.debug.internal.ui.contexts.DebugModelContextBindingManager.launchesTerminated(DebugModelContextBindingManager.java:341)

at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.run(LaunchManager.java:303)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)

at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.notify(LaunchManager.java:256)

at org.eclipse.debug.internal.core.LaunchManager.fireUpdate(LaunchManager.java:991)

at org.eclipse.debug.core.Launch.fireTerminate(Launch.java:401)

at org.eclipse.debug.core.Launch.handleDebugEvents(Launch.java:571)

at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1076)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)

at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1110)

at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:381)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

!ENTRY org.eclipse.debug.core 4 2 2010-06-24 12:54:34.788

!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.debug.core".

!STACK 0

org.eclipse.swt.SWTException: Device is disposed

at org.eclipse.swt.SWT.error(SWT.java:3884)

at org.eclipse.swt.SWT.error(SWT.java:3799)

at org.eclipse.swt.SWT.error(SWT.java:3770)

at org.eclipse.swt.widgets.Display.error(Display.java:1187)

at org.eclipse.swt.widgets.Display.asyncExec(Display.java:655)

at org.eclipse.debug.internal.ui.views.console.ProcessConsole.resetName(ProcessConsole.java:459)

at org.eclipse.debug.internal.ui.views.console.ProcessConsole.handleDebugEvents(ProcessConsole.java:441)

at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1076)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)

at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1110)

at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:381)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

!ENTRY org.eclipse.debug.core 4 125 2010-06-24 12:54:34.791

!MESSAGE An exception occurred while dispatching debug events.

!STACK 0

org.eclipse.swt.SWTException: Device is disposed

at org.eclipse.swt.SWT.error(SWT.java:3884)

at org.eclipse.swt.SWT.error(SWT.java:3799)

at org.eclipse.swt.SWT.error(SWT.java:3770)

at org.eclipse.swt.widgets.Display.error(Display.java:1187)

at org.eclipse.swt.widgets.Display.asyncExec(Display.java:655)

at org.eclipse.debug.internal.ui.views.console.ProcessConsole.resetName(ProcessConsole.java:459)

at org.eclipse.debug.internal.ui.views.console.ProcessConsole.handleDebugEvents(ProcessConsole.java:441)

at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1076)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)

at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1110)

at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:381)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

!SESSION 2010-06-24 15:19:36.479 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-24 15:19:39.848

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-24 15:19:39.848

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-24 15:19:40.382

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

!SESSION 2010-06-24 16:02:48.892 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.6.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2010-06-24 16:02:52.020

!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point

!SUBENTRY 1 org.eclipse.ui 2 0 2010-06-24 16:02:52.020

!MESSAGE Cannot bind to an undefined command: plug-in='com.adobe.ac.pmd.eclipse', id='com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category'

!ENTRY org.eclipse.ui 4 4 2010-06-24 16:02:52.497

!MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined

-----

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 30, 2010 Jun 30, 2010

Copy link to clipboard

Copied

Strange, there are no errors or warnings regarding compilation.

Do you still have the old project where recompilation was flaky?

Would it be possible to export it as an FXP and send it to me?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 22, 2011 Jul 22, 2011

Copy link to clipboard

Copied

The problem is with the SDK settings selected for the Compiler.

Try going to 'Project' > 'Properties' > 'ActionScript Compiler'.

Now, in the 'Flex SDK section', try changing the SDK. Click on 'Apply'.

This will force FB to rebuild all settings for the project.

You can try again. FB should now have started compiling with latest code changes again.

Please Note: This is not a permanent fix though!

In case the problem re-occurs, you'll need to again perform the steps mentioned above to get FB back on track.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 22, 2011 Sep 22, 2011

Copy link to clipboard

Copied

This same thing happened to me (again) yesterday. Between the quietly-malfunctioning Flash Builder and all the conflicting OSMF documenation I kept finding all over the web, I managed to waste the whole work day for what should have been a single line change. Today I switched to FlashDevelop. Good riddance to FB, what a turd.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 26, 2011 Sep 26, 2011

Copy link to clipboard

Copied

really ? seriously, what is this for crap ?

it's just won't compile the new code!

I did try all the clean and sdk crap. I even made an new project, but it still won't compile!!

any update or hotfix for this ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 13, 2012 Feb 13, 2012

Copy link to clipboard

Copied

Having the same issue.  Just moved to FB 4.6.  Had several successful compilations, but this morning, changes are being ignored.  Cleaning projects not working.  Changing SDKs not working either.

Windows 7

32-bit

ADOBE: Help!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 14, 2012 Feb 14, 2012

Copy link to clipboard

Copied

have the same problem overhere..

My workarround is create a new MXML application file in the same project, with a copy of the code of the previous file.. Works, but it is not a great solution

Adobe, do your thing please!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 19, 2012 Feb 19, 2012

Copy link to clipboard

Copied

I was hit twice now by this behavior. I have a project with several modules, and changes in that library project that every module uses, were ignored while debugging and even cleaning. Changing the Flex SDK helped the first time - I did that very desperatly and unconciously. Today I was hit again and was researching the web for not compiling code lines.

Personally I believe it must be a caching issue: For some reason the old assembly is referenced during debugging. So I cleaned the browser cache, and this resolved the issue for me without changing the Flex SDK.

Still a silly behavior, seeing a complete compile and then executing all my comments :-).

A work around would be probably to change the swf name with every compile, but have not done that.

Hope I will not be hit again!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 10, 2012 Apr 10, 2012

Copy link to clipboard

Copied

I had the same issue today. Adobe, where are you?????????????

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 06, 2012 Jul 06, 2012

Copy link to clipboard

Copied

So I just deactivated my FB 4.6 - after spending 2 days trying to get my app to recompile after simple code changes - without deleting and recreating the entire project each time.

  • It worked for a few times, but then it stopped
  • clean project does not work
  • changing SDKs back and forth does not work
  • deleting the debug swf just replaces it - with another swf - still compiled to my old code version
  • -incremental=false does not work

I'd like to try with the plug-in version, but due to another bug, I can't install that on my 4.2 version of Eclipse.

One theory I have is based on my use of Dropbox in the source code container. Perhaps it blocked access to the compile process - while it was syncing the changes with the Dropbox mother ship. Will report back...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 07, 2012 Jul 07, 2012

Copy link to clipboard

Copied

I had the same problem and spent whole night fighting the issue. I remember having this issue some long time ago too, and that was solved by a simple laptop restart. But this time it didn't help.

I tried one suggestion written here after another and finally rombooth1's idea of clearing the browser cache solved the problem. And it seems to be logical - the FB compiling is all right, just the browser loading the same swf file from its cache displays the same old result.

Thanks rombooth1

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 30, 2012 Oct 30, 2012

Copy link to clipboard

Copied

Unprecedented. After 3 years working with FlashDevelop i went back to Flash Builder, since i fell in love with Flex way back, but it was still too young dev tool to be useful to me at that time. Same issue that troubled it before does now.. its hard to verbalize how ridiculous this feels - that important issues like these are still not handled properly.

So i got the same issue described above, Flex somehow "caches" the asset i embed using the [Embed(...)] tag, and doesnt use the updated assets i provide, eg. same issue like years ago persists, and none of the solutions suggested above work. Whats even more frustrating is - that there exist multiple posts JUST like this one - of people asking for a fix over the years, but none provides a consistent solution, nor did Adobe provide one during this whole time.

Switching back to FlashDevelop now.. though Adobe - you should know - id love to use Flash Bulder instead (if just it wasnt broken on some core level).

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 30, 2012 Oct 30, 2012

Copy link to clipboard

Copied

I'm having this same problem now, and I didn't manage to solve it, even changing workspace and etc...

But, in fact, my project has a lot of modules and images, because this is a 2.5D mmorpg game...
What I need to do to solve this problem? There is some configuration for big projects with several modules?

I checked to "Build Automatically"... But even after building, my changes aren't applied, my SWF isn't changing its file size compared to the previous one, even when I  add or change internal images (embed) to/from my project. The only thing that changes is the creation date of the file, nothing more.

I've tried everything, all kinds of "solutions" that I found in the internet and forums, but nothing works. I tried to clean my project, clean my browser cache, reinstall my program, rebuild my workspace... But nothing works. The old code always remains there.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 30, 2012 Oct 30, 2012

Copy link to clipboard

Copied

I'll also try the FlashDevelop, because as juice212123 said, this problem exists for several years and nothing has been done.
I can't stay with my project stopped expecting the goodwill of Adobe to fix this bug.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 30, 2012 Oct 30, 2012

Copy link to clipboard

Copied

Its really easy with FD since you can just grab the latest build here and get the latest AIR SDK / FP / FLEX SDK support available (no need to self-add the latest plugins). Installed it and made my FB project working in 5 minutes.

*cry me a river* hopefully FB gets patched soon too. Love Adobe's dev tools.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 30, 2012 Oct 30, 2012

Copy link to clipboard

Copied

Thanks for the help, I installed this program that you referred me here, FlashDevelop, and my project ran perfectly on it. I was afraid to appear some errors with FlashDevelop because my project is pretty big, but thanks God, it didn't give any error, worked 100%.

Well, unfortunately we will have to wait until Adobe fix this problem for us that we can go back to use the FlashBuilder. I also would love to work with FlashBuilder, because it's a program of the same developer of Flash, then it's obvious that the risk of having problems is much smaller when compared to a third-party program, but unfortunately we have no choice

Thanks again!!
And good luck with your project!!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 31, 2012 Oct 31, 2012

Copy link to clipboard

Copied

Thank You for your feedback,

best of luck to you as well!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 31, 2012 Oct 31, 2012

Copy link to clipboard

Copied

Well, the FB is really buggy. A lot! And I feel the support is minimal, when I see old significant bugs not being fixed over long time. I worked in it only because I needed it over summer, but it's my nightmare, so I won't be using it anymore. Nevertheless, this bug was always solved by clearing the browser cache since. Did you even try to open the project in diffent browser? Just to be sure, the content of compiled files is actually changing.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 31, 2012 Oct 31, 2012

Copy link to clipboard

Copied

@kubabelica:

tried clearing browser cache along with all the other suggestions i could find. no-go.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 31, 2012 Oct 31, 2012

Copy link to clipboard

Copied

I see, thx. I just wanted to make sure in other way, that the problem is not browser associated. Did you compare the compiled project content to the previous one? I mean on byte level, because size can be sometimes the same and the swf file doesn't need to be exactly that one file that contains the images - it can be in another module. Try it with Total Commander - Commands > Synchronize Dirs... and make sure the 'by content' checkbox is thicked near the Compare button.

Then you'll see on which side the problem lies.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines