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

Missing "Native Installer" option from Export Release Build for AIR app

New Here ,
Jan 07, 2011 Jan 07, 2011

Copy link to clipboard

Copied

Just wondering if anyone else has run up against this. No matter what type of AIR app I'm working on all I get is the Export to file option. I'm up to date, using Flex 4.1 SDK with AIR 2.5 SDK on a current Vista 64 setup.

Views

1.6K

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

correct answers 1 Correct answer

Adobe Employee , Jan 19, 2011 Jan 19, 2011

You need to update to Flash Builder 4.0.1 to get the Native installer option in Export Release Build.

Your log seems to indicate that you are on Flash Builder 4.0 (just using the 4.1 SDK won't do, you have to upgrade builder itself for this).

Votes

Translate

Translate
Adobe Employee ,
Jan 09, 2011 Jan 09, 2011

Copy link to clipboard

Copied

Hi,

Can you post your Flash Builder version and your log file (in workspace/.metadata/.log)?

Thanks,

Anirudh

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 ,
Jan 10, 2011 Jan 10, 2011

Copy link to clipboard

Copied

Sure.

Version: 4.0.0.272416

Sorry, but I can't figure out a way to attach files so here's the log en clair:

!SESSION 2010-10-25 11:51:05.495 -----------------------------------------------

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.equinox.ds 4 0 2010-10-25 11:51:08.254

!MESSAGE

!STACK 0

org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"

at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)

at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)

at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)

at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)

at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)

!ENTRY org.eclipse.equinox.p2.engine 2 0 2010-10-25 12:11:49.320

!MESSAGE Agent location service not available

!STACK 0

java.lang.RuntimeException

at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.getDefaultLocation(ProfilePreferences.java:128)

at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.load(ProfilePreferences.java:181)

at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:307)

at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:543)

at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:669)

at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:549)

at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:669)

at org.eclipse.core.internal.preferences.RootPreferences.getNode(RootPreferences.java:106)

at org.eclipse.core.internal.preferences.RootPreferences.node(RootPreferences.java:85)

at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.getPreferences(AbstractRepositoryManager.java:475)

at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.remember(AbstractRepositoryManager.java:778)

at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.shutdown(AbstractRepositoryManager.java:969)

at org.eclipse.equinox.internal.p2.artifact.repository.Activator.stop(Activator.java:40)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:843)

at java.security.AccessController.doPrivileged(Native Method)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:836)

at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:474)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:546)

at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1098)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:593)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:261)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:216)

at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:266)

at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:685)

at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:583)

at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:409)

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

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)

!ENTRY org.eclipse.equinox.p2.engine 2 0 2010-10-25 12:11:49.354

!MESSAGE Agent location service not available

!STACK 0

java.lang.RuntimeException

at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.getDefaultLocation(ProfilePreferences.java:128)

at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.load(ProfilePreferences.java:181)

at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:307)

at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:543)

at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:669)

at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:549)

at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:669)

at org.eclipse.core.internal.preferences.RootPreferences.getNode(RootPreferences.java:106)

at org.eclipse.core.internal.preferences.RootPreferences.node(RootPreferences.java:85)

at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.getPreferences(AbstractRepositoryManager.java:475)

at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.remember(AbstractRepositoryManager.java:778)

at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.shutdown(AbstractRepositoryManager.java:969)

at org.eclipse.equinox.internal.p2.metadata.repository.Activator.stop(Activator.java:63)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:843)

at java.security.AccessController.doPrivileged(Native Method)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:836)

at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:474)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:546)

at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1098)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:593)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:261)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:216)

at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:266)

at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:685)

at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:583)

at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:409)

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

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)

!SESSION 2010-10-25 12:11:51.672 -----------------------------------------------

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 -data C:\Users\Bruce Findleton\Adobe Flash Builder 4

!ENTRY org.eclipse.jface 2 0 2010-10-25 12:21:21.480

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 12:21:21.480

!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@522f40),

,,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@522f40),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 12:21:21.480

!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@19c2667),

,,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@19c2667),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SESSION 2010-10-25 13:03:38.505 -----------------------------------------------

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.jface 2 0 2010-10-25 13:05:17.034

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 13:05:17.034

!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@f3a5a5),

,,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@f3a5a5),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 13:05:17.034

!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@14f3),

,,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@14f3),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SESSION 2010-10-25 16:03:13.837 -----------------------------------------------

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.jface 2 0 2010-10-25 16:03:27.871

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 16:03:27.871

!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@c6fc84)),

,,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@c6fc84)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 16:03:27.871

!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@1ec73d9)),

,,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@1ec73d9)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!ENTRY com.adobe.flexbuilder.project 4 43 2010-10-25 17:45:42.992

!MESSAGE unexpected partitioning error

!STACK 0

java.lang.Exception

at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore.java:972)

at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)

at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:50)

at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLPartitionUpdater.partition(MXMLPartitionUpdater.java:570)

at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLPartitionUpdater.repartition(MXMLPartitionUpdater.java:995)

at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLFastPartitioner.documentChanged2(MXMLFastPartitioner.java:63)

at org.eclipse.jface.text.AbstractDocument.updateDocumentStructures(AbstractDocument.java:672)

at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:759)

at com.adobe.flexide.mxml.core.document.MXMLDocument.fireDocumentChanged(MXMLDocument.java:406)

at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1157)

at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1176)

at com.adobe.flexide.mxml.core.document.MXMLDocument.replace(MXMLDocument.java:632)

at org.eclipse.jface.text.projection.ProjectionTextStore.replace(ProjectionTextStore.java:111)

at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1150)

at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1176)

at org.eclipse.jface.text.projection.ProjectionDocument.replace(ProjectionDocument.java:630)

at org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.java:248)

at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:6634)

at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:7442)

at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2441)

at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5814)

at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5839)

at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5541)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)

at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040)

at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036)

at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1368)

at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4053)

at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:346)

at org.eclipse.swt.widgets.Control.windowProc(Control.java:3946)

at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)

at org.eclipse.swt.widgets.Display.windowProc(Display.java:4589)

at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)

at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2410)

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

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)

!ENTRY com.adobe.flexbuilder.project 4 43 2010-10-25 17:45:42.996

!MESSAGE unexpected partitioning error

!STACK 0

java.lang.Exception

at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore.java:972)

at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)

at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:50)

at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLPartitionUpdater.partition(MXMLPartitionUpdater.java:570)

at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLPartitionUpdater.partition(MXMLPartitionUpdater.java:575)

at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLPartitionUpdater.repartition(MXMLPartitionUpdater.java:995)

at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLFastPartitioner.documentChanged2(MXMLFastPartitioner.java:63)

at org.eclipse.jface.text.AbstractDocument.updateDocumentStructures(AbstractDocument.java:672)

at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:759)

at com.adobe.flexide.mxml.core.document.MXMLDocument.fireDocumentChanged(MXMLDocument.java:406)

at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1157)

at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1176)

at com.adobe.flexide.mxml.core.document.MXMLDocument.replace(MXMLDocument.java:632)

at org.eclipse.jface.text.projection.ProjectionTextStore.replace(ProjectionTextStore.java:111)

at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1150)

at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1176)

at org.eclipse.jface.text.projection.ProjectionDocument.replace(ProjectionDocument.java:630)

at org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.java:248)

at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:6634)

at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:7442)

at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2441)

at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5814)

at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5839)

at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5541)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)

at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040)

at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036)

at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1368)

at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4053)

at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:346)

at org.eclipse.swt.widgets.Control.windowProc(Control.java:3946)

at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)

at org.eclipse.swt.widgets.Display.windowProc(Display.java:4589)

at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)

at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2410)

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

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)

!ENTRY com.adobe.flexide.embeddedplayer 4 1 2010-10-25 17:47:17.250

!MESSAGE Invalid model for itemRenderer: soundtrackItemRender

!ENTRY com.adobe.flexide.embeddedplayer 4 1 2010-10-25 18:19:42.231

!MESSAGE Invalid model for skinFactory: clipSkin

!SESSION 2010-10-29 14:28:39.090 -----------------------------------------------

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.jface 2 0 2010-10-29 14:29:11.486

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-29 14:29:11.486

!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@ad4391)),

,,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@ad4391)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-29 14:29:11.486

!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@12f0cf1)),

,,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@12f0cf1)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SESSION 2010-10-30 08:05:48.281 -----------------------------------------------

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.jface 2 0 2010-10-30 08:06:19.139

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-30 08:06:19.139

!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@123ba00)),

,,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@123ba00)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-30 08:06:19.139

!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@88579c)),

,,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@88579c)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SESSION 2010-10-31 05:11:50.048 -----------------------------------------------

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.jface 2 0 2010-10-31 05:14:36.687

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-31 05:14:36.687

!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@a612ad),

,,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@a612ad),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-10-31 05:14:36.687

!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@11455a2),

,,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@11455a2),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 09:53:01.422

!MESSAGE An exception occurred during Flex layout

!STACK 0

java.lang.Exception

at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore.java:972)

at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)

at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:50)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCallbacks.flexLayoutErrorOccurred(MXMLDesignView4Controller.java:452)

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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)

at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java:166)

at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)

at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)

at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)

at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2410)

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

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)

!ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 09:53:01.455

!MESSAGE Error

!STACK 0

java.lang.Exception

at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore.java:972)

at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)

at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:50)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCallbacks.flexLayoutErrorOccurred(MXMLDesignView4Controller.java:453)

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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)

at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java:166)

at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)

at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)

at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)

at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2410)

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

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)

!ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 09:53:04.833

!MESSAGE Exception in design view callback: showErrorState(Document15,There is an error at <font color="#0000FF"><u>line 7</u></font> of your MXML document:

The "Style" tag has invalid syntax,Error,1197.0)

!STACK 0

java.lang.Exception

at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore.java:972)

at com.adobe.flexbuilder.project.internal.FlexProjectCore.log(FlexProjectCore.java:820)

at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:56)

at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:39)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCallbacks.reportInternalError(MXMLDesignView4Controller.java:441)

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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)

at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java:166)

at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)

at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)

at com.adobe.flexide.embeddedplayer.PlayerNatives.CallActionScript(Native Method)

at com.adobe.flexide.embeddedplayer.ExternalPlayer.callFunction2(ExternalPlayer.java:87)

at com.adobe.flexide.playerview.PlayerCaller.callFunction(PlayerCaller.java:73)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Commander.showErrorState(MXMLDesignView4Commander.java:363)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.handleInvalid(MXMLDesignView4Controller.java:1735)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.processEvent(MXMLDesignView4Controller.java:1624)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.modelChanged(MXMLDesignView4Controller.java:1571)

at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignModel.java:363)

at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignModel.java:278)

at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(DesignModel.java:201)

at com.adobe.flexbuilder.mxmlmodel.inlinestates.internal.SMXMLModel$MyBaseModelListener.modelChanged(SMXMLModel.java:335)

at com.adobe.flexbuilder.designmodel.WeakModelListener.modelChanged(WeakModelListener.java:79)

at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignModel.java:363)

at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignModel.java:278)

at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(DesignModel.java:201)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider.endBatch(DocumentTextProvider.java:533)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider.doProcessCodeEvents(DocumentTextProvider.java:567)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider.access$1(DocumentTextProvider.java:538)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider$EventQueueProcessor.run(DocumentTextProvider.java:238)

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

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

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)

!ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 09:53:10.663

!MESSAGE Exception in design view callback: showErrorState(Document15,There is an error at <font color="#0000FF"><u>line 7</u></font> of your MXML document:

The "Style" tag has invalid syntax,Error,1197.0)

!STACK 0

java.lang.Exception

at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore.java:972)

at com.adobe.flexbuilder.project.internal.FlexProjectCore.log(FlexProjectCore.java:820)

at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:56)

at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:39)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCallbacks.reportInternalError(MXMLDesignView4Controller.java:441)

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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)

at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java:166)

at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)

at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)

at com.adobe.flexide.embeddedplayer.PlayerNatives.CallActionScript(Native Method)

at com.adobe.flexide.embeddedplayer.ExternalPlayer.callFunction2(ExternalPlayer.java:87)

at com.adobe.flexide.playerview.PlayerCaller.callFunction(PlayerCaller.java:73)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Commander.showErrorState(MXMLDesignView4Commander.java:363)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.handleInvalid(MXMLDesignView4Controller.java:1735)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.processEvent(MXMLDesignView4Controller.java:1624)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.modelChanged(MXMLDesignView4Controller.java:1571)

at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignModel.java:363)

at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignModel.java:278)

at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(DesignModel.java:201)

at com.adobe.flexbuilder.mxmlmodel.inlinestates.internal.SMXMLModel$MyBaseModelListener.modelChanged(SMXMLModel.java:335)

at com.adobe.flexbuilder.designmodel.WeakModelListener.modelChanged(WeakModelListener.java:79)

at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignModel.java:363)

at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignModel.java:278)

at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(DesignModel.java:201)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider.endBatch(DocumentTextProvider.java:533)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider.doProcessCodeEvents(DocumentTextProvider.java:567)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider.access$1(DocumentTextProvider.java:538)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider$EventQueueProcessor.run(DocumentTextProvider.java:238)

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

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

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)

!ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 09:53:42.566

!MESSAGE Error loading ClassReference for skins.CustomButtonSkin

!STACK 0

java.lang.Exception

at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore.java:972)

at com.adobe.flexbuilder.project.internal.FlexProjectCore.log(FlexProjectCore.java:820)

at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:56)

at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:39)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCallbacks.reportInternalError(MXMLDesignView4Controller.java:441)

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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)

at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java:166)

at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)

at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)

at com.adobe.flexide.embeddedplayer.PlayerNatives.CallActionScript(Native Method)

at com.adobe.flexide.embeddedplayer.ExternalPlayer.callFunction2(ExternalPlayer.java:87)

at com.adobe.flexide.playerview.PlayerCaller.callFunction(PlayerCaller.java:73)

at com.adobe.flexide.playerview.PlayerCaller.callFunctionNoResult(PlayerCaller.java:44)

at com.adobe.flexide.designitems.styles.DesignStylist.applyStyles(DesignStylist.java:177)

at com.adobe.flexide.designitems.styles.DesignStylist.refreshStyles(DesignStylist.java:157)

at com.adobe.flexide.designitems.styles.StyleModelManager.styleChanged(StyleModelManager.java:245)

at com.adobe.flexide.designitems.styles.StyleModelManager$StyleModelListener.modelChanged(StyleModelManager.java:279)

at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignModel.java:363)

at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignModel.java:278)

at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(DesignModel.java:201)

at com.adobe.flexbuilder.mxmlmodel.inlinestates.internal.SMXMLModel$MyBaseModelListener.modelChanged(SMXMLModel.java:335)

at com.adobe.flexbuilder.designmodel.WeakModelListener.modelChanged(WeakModelListener.java:79)

at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignModel.java:363)

at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignModel.java:278)

at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(DesignModel.java:201)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider.endBatch(DocumentTextProvider.java:533)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider.doProcessCodeEvents(DocumentTextProvider.java:567)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider.access$1(DocumentTextProvider.java:538)

at com.adobe.flexbuilder.designmodel.DocumentTextProvider$EventQueueProcessor.run(DocumentTextProvider.java:238)

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

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

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)

!ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 14:32:32.863

!MESSAGE An exception occurred during Flex layout

!STACK 0

java.lang.Exception

at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore.java:972)

at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)

at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:50)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCallbacks.flexLayoutErrorOccurred(MXMLDesignView4Controller.java:452)

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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)

at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java:166)

at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)

at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)

at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)

at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2410)

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

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)

!ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 14:32:32.867

!MESSAGE Error

!STACK 0

java.lang.Exception

at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore.java:972)

at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)

at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:50)

at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCallbacks.flexLayoutErrorOccurred(MXMLDesignView4Controller.java:453)

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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)

at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java:166)

at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)

at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)

at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)

at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2410)

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

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)

!SESSION 2010-11-01 09:40:11.211 -----------------------------------------------

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.jface 2 0 2010-11-01 09:48:47.314

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-01 09:48:47.314

!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@1743631),

,,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@1743631),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-01 09:48:47.314

!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@920735),

,,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@920735),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!ENTRY org.eclipse.core.resources 4 1 2010-11-01 10:38:34.466

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-01 10:38:34.466

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-01 10:38:35.520

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-01 10:38:35.520

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-01 10:38:36.573

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-01 10:38:36.573

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-01 11:09:26.782

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-01 11:09:26.782

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY com.adobe.flexide.designitems 4 1 2010-11-01 12:44:34.086

!MESSAGE Type to create for item is null. The MXML model may be stale. DataGridColumn

!ENTRY com.adobe.flexide.designitems 4 1 2010-11-01 12:44:34.095

!MESSAGE Type to create for item is null. The MXML model may be stale. Application

!SESSION 2010-11-01 13:39:07.609 -----------------------------------------------

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.jface 2 0 2010-11-01 13:43:56.779

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-01 13:43:56.779

!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@1011281)),

,,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@1011281)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-01 13:43:56.779

!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@62f7da)),

,,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@62f7da)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SESSION 2010-11-02 06:52:05.241 -----------------------------------------------

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.jface 2 0 2010-11-02 06:52:37.536

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-02 06:52:37.536

!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@9d8ea9)),

,,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@9d8ea9)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-02 06:52:37.536

!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@11b69)),

,,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@11b69)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SESSION 2010-11-03 17:14:00.339 -----------------------------------------------

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.jface 2 0 2010-11-03 17:14:36.861

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-03 17:14:36.861

!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@6497de)),

,,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@6497de)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-03 17:14:36.861

!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@2ea871)),

,,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@2ea871)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SESSION 2010-11-03 17:55:43.202 -----------------------------------------------

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.jface 2 0 2010-11-03 17:55:53.339

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-03 17:55:53.339

!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@6906a1)),

,,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@6906a1)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-03 17:55:53.339

!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@1324de2)),

,,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@1324de2)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!ENTRY com.adobe.flexide.designitems 4 1 2010-11-03 17:56:11.477

!MESSAGE Type to create for item is null. The MXML model may be stale. Root

!ENTRY com.adobe.flexbuilder.services.PHPService 4 1 2010-11-03 17:58:42.213

!MESSAGE No entry found for mysql type: 'char'. Defaulting to string.

!ENTRY com.adobe.flexbuilder.services.PHPService 4 1 2010-11-03 17:58:42.216

!MESSAGE No entry found for mysql type: 'char'. Defaulting to string.

!ENTRY com.adobe.flexbuilder.services.PHPService 4 1 2010-11-03 17:58:42.825

!MESSAGE No entry found for mysql type: 'char'. Defaulting to string.

!SESSION 2010-11-04 17:38:21.818 -----------------------------------------------

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.jface 2 0 2010-11-04 17:38:57.640

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-04 17:38:57.640

!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@19f5783)),

,,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@19f5783)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2010-11-04 17:38:57.641

!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@2a648c)),

,,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@2a648c)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 08:51:06.604

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 08:51:06.604

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 08:51:07.702

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 08:51:07.702

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 08:51:08.707

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 08:51:08.707

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 08:51:09.760

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 08:51:09.760

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 08:51:10.812

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 08:51:10.812

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 08:55:36.186

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 08:55:36.186

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 08:55:37.238

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 08:55:37.238

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 08:55:38.290

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 08:55:38.290

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 08:58:53.825

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 08:58:53.825

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 08:58:54.878

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 08:58:54.878

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 08:58:55.930

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 08:58:55.930

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:18:29.220

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:18:29.220

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:22:24.115

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:22:24.115

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:22:35.582

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:22:35.583

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:22:36.635

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:22:36.635

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:22:37.687

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:22:37.687

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:22:38.739

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:22:38.739

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:22:40.111

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:22:40.111

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:22:41.163

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:22:41.163

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:22:42.215

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:22:42.215

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:22:43.267

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:22:43.267

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:29:10.135

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:29:10.135

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:29:11.188

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:29:11.188

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:29:12.240

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:29:12.240

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:29:13.292

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:29:13.292

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:29:14.344

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:29:14.344

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:29:15.396

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:29:15.396

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:39:42.305

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:39:42.305

!MESSAGE Problem occurred in auto-refresh native code: 5.

!ENTRY org.eclipse.core.resources 4 1 2010-11-05 10:41:55.272

!MESSAGE Problems occurred refreshing resources

!SUBENTRY 1 org.eclipse.core.resources 4 1 2010-11-05 10:41:55.272

!MESSAGE Problem occurred in auto-refresh native code: 5.

!SESSION 2011-01-05 16:08:50.962 -----------------------------------------------

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.jface 2 0 2011-01-05 16:09:32.034

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

!SUBENTRY 1 org.eclipse.jface 2 0 2011-01-05 16:09:32.034

!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@1f23c6d)),

,,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@1f23c6d)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2011-01-05 16:09:32.034

!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@5d484a)),

,,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@5d484a)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SESSION 2011-01-06 14:41:45.575 -----------------------------------------------

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.jface 2 0 2011-01-06 14:42:42.848

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

!SUBENTRY 1 org.eclipse.jface 2 0 2011-01-06 14:42:42.848

!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@7210ec)),

,,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@7210ec)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2011-01-06 14:42:42.848

!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@b4fa48)),

,,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@b4fa48)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!ENTRY org.eclipse.core.jobs 4 2 2011-01-06 16:12:41.990

!MESSAGE An internal error occurred during: "Win32 refresh daemon".

!STACK 0

java.lang.NullPointerException

at org.eclipse.core.internal.resources.refresh.win32.Win32Monitor$FileHandle.handleNotification(Win32Monitor.java:93)

at org.eclipse.core.internal.resources.refresh.win32.Win32Monitor.waitForNotification(Win32Monitor.java:587)

at org.eclipse.core.internal.resources.refresh.win32.Win32Monitor.run(Win32Monitor.java:500)

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

!SESSION 2011-01-07 10:41:28.812 -----------------------------------------------

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.jface 2 0 2011-01-07 10:42:08.740

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

!SUBENTRY 1 org.eclipse.jface 2 0 2011-01-07 10:42:08.740

!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@1f67efb),

,,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@1f67efb),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2011-01-07 10:42:08.740

!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@ab085),

,,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@ab085),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SESSION 2011-01-08 08:22:26.475 -----------------------------------------------

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.jface 2 0 2011-01-08 08:23:00.431

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

!SUBENTRY 1 org.eclipse.jface 2 0 2011-01-08 08:23:00.431

!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@1f6c65c)),

,,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@1f6c65c)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2011-01-08 08:23:00.432

!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@58e1cc)),

,,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@58e1cc)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SESSION 2011-01-10 08:10:11.100 -----------------------------------------------

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.jface 2 0 2011-01-10 08:10:41.945

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

!SUBENTRY 1 org.eclipse.jface 2 0 2011-01-10 08:10:41.945

!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@12e67fa)),

,,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@12e67fa)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

!SUBENTRY 1 org.eclipse.jface 2 0 2011-01-10 08:10:41.945

!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@1ac8c3d)),

,,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@1ac8c3d)),

,,true),null),

org.eclipse.ui.defaultAcceleratorConfiguration,

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

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 ,
Jan 19, 2011 Jan 19, 2011

Copy link to clipboard

Copied

You need to update to Flash Builder 4.0.1 to get the Native installer option in Export Release Build.

Your log seems to indicate that you are on Flash Builder 4.0 (just using the 4.1 SDK won't do, you have to upgrade builder itself 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 ,
Jan 19, 2011 Jan 19, 2011

Copy link to clipboard

Copied

Thanks. Now I have to figure out why the AutoInstaller decided I didn't need this update for over 1/2 a year.

I'll close this up if the update does the trick.

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 ,
Jan 19, 2011 Jan 19, 2011

Copy link to clipboard

Copied

Thanks Anirudh,

That did the trick.

Now to further impose upon you, any idea why Auto Updater or even the Help Menu 'Check for updates' never picked up that 4.0.1 was available. I fear for the rest of the apps in the Master Suite...

Thanks again,

Bruce

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 ,
Jan 19, 2011 Jan 19, 2011

Copy link to clipboard

Copied

LATEST

I'm afraid I don't have much of an idea about the auto-updater.

I'll forward this thread to engineers who know about it.

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