- This topic has 15 replies, 6 voices, and was last updated 14 years, 2 months ago by
support-swapna.
-
AuthorPosts
-
Paul PetersonMemberHi, I am using MyEclipse 8.5. I downloaded Adobe’s Coldfusion Builder and Flash Builder plugins and dopped these into my profile’s ‘dropins’ folder: C:\Program Files\Genuitec\Profiles\MyEclipse 8.5\dropins
For the most part everything works as expected. However, I have run into major problem with Flash Builder. After creating a simple app I want to export a release version. When I Search => Export Release Build nothing appears to happen. A new panel should display where additional build parms can be added.
Checking the workspace .log I see the stack trace below.
Can anyone tell me why I am getting this loop exception and how I can fix it?
!ENTRY org.eclipse.ui 4 0 2010-04-15 09:08:28.499
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NoClassDefFoundError: com/adobe/flexbuilder/exportimport/releaseversion/ui/ExportContentPage$ExportFileChooser$ExportViewerFilter
at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportContentPage.createControl(ExportContentPage.java:106)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.createPageControls(ExportReleaseVersionWizard.java:310)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:675)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:549)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction$1.run(ExportReleaseVersionAction.java:93)
at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction.run(ExportReleaseVersionAction.java:103)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
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.Display.runDeferredEvents(Display.java:3910)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
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 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: java.lang.ClassNotFoundException: com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportContentPage$ExportFileChooser$ExportViewerFilter
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:494)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
… 38 moreApril 16, 2010 at 6:29 am #307710
support-shaliniMemberpwpeterson,
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
2. Can you share the web link from which you have downloaded the plugins?
Also, I would recommend you to cross post to relevant forums.April 16, 2010 at 8:49 am #307714
Paul PetersonMemberYou can get the plugin here: https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_builder
You will have to create an account to download the code.
=======================================================
Here’s my installation sumamry:
*** Date:
Friday, April 16, 2010 8:43:18 AM CDT** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 8.5
Build id: 8.5-20100319*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 8.5
Build id: 8.5-20100319Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Genuitec\Profiles\MyEclipse 8.5\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Program Files\Genuitec\Profiles\MyEclipse 8.5\../../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
-startup
C:\Program Files\Genuitec\Profiles\MyEclipse 8.5\../../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
-install
C:/Program Files/Genuitec/Profiles/MyEclipse 8.5
-configuration
configuration
-launcher
C:\Program Files\Genuitec\Profiles\MyEclipse 8.5\myeclipse.exe
-install
C:/Program Files/Genuitec/Profiles/MyEclipse 8.5
-configuration
configuration
-data
C:\adobeFlexTraining\_workspace
-launcher
C:\Program Files\Genuitec\Profiles\MyEclipse 8.5\myeclipse.exe
-install
C:/Program Files/Genuitec/Profiles/MyEclipse 8.5
-configuration
configuration
-vm
C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dllApril 19, 2010 at 2:10 pm #307779
Paul PetersonMemberAny progress with this issue?
pwp
April 19, 2010 at 10:54 pm #307782
support-shaliniMemberpwpeterson,
I have escalated this issue to the dev team member. They will get back to you on this.April 26, 2010 at 3:59 pm #307966
Brian FernandesModeratorpwp,
From the stack trace this appears to be a Flex builder issue entirely – either it’s a bug in Flex builder or the entire plugin was not installed correctly. In the case of the former, we can’t do anything an you need to contact the Flex builder team. Otherwise if you let us know where you downloaded the plugins from, we could try to reproduce the issue you are seeing.
May 4, 2010 at 9:38 am #308134
Paul PetersonMemberYou can get the plugin here: https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_builder
You will have to create an account to download the code.
I would zip up mine and send it to you but I am concerned I would be violating Adobe’s rules. Thoughts?
pwp
May 6, 2010 at 9:09 am #308181
Paul PetersonMemberAny new status on this issue?
May 17, 2010 at 5:15 am #308421
support-joyMemberpwp,
Sorry for the late reply. MyEclipse doesn’t provide any intrinsic support for Flex Builder. I have added the plugin. I cannot reproduce your issue. This is a flex issue. I am afraid, I cannot offer you any suggestions. Please cross-post on FlexBuilder forums.
Best.
May 19, 2010 at 3:57 pm #308494
Paul PetersonMemberThx, Joy. Can you tell me how you added the plugin? Perhaps I did in incorrectly.
pwp
May 19, 2010 at 11:08 pm #308499
support-joyMemberpwp,
I downloaded flashbuilder4_b2_plugin_win_100509 installer file from https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_builder. Next ran the installer, and to select an optional Eclipse folder option, I chose MyEclipse – dropins folder and restarted MyEclipse IDE.
Best.
May 3, 2011 at 12:40 pm #316487
ashokeclipseMemberto build a spring flex application in my myeclipse 8.5 first download the eclipse flash builder 4 plugin then install the plug in.while installing choose the eclipse folder(where u have installed eclipse gallileo) . after installation of the plugin copy all files and folder where u have installed the plugin and paste them in myeclipse (where u have installed myeclipse 8.5) dropin folder
after that start the myeclipse IDE after that u can able to create a spring flex project in myeclipse 8.5May 3, 2011 at 12:42 pm #316488
ashokeclipseMemberto build a spring flex application in my eclipse 8.5 first download the eclipse flash builder 4 plugin then install the plug in.while installing choose the eclipse folder(where u have installed eclipse gallileo) . after installation of the plugin copy all the all files and folder and paste them in myeclipse (where u have installed myeclipse 8.5) dropin folder
after that start the myeclipse IDE after that u can able to create a spring flex project in myeclipse 8.5May 3, 2011 at 12:44 pm #316489
ashokeclipseMemberto build a spring flex application in my myeclipse 8.5 first download the eclipse flash builder 4 plugin then install the plug in.while installing choose the eclipse folder(where u have installed eclipse gallileo) . after installation of the plugin copy all files and folder where u have installed the plugin and paste them in myeclipse (where u have installed myeclipse 8.5) dropin folder
after that start the myeclipse IDE after that u can able to create a spring flex project in myeclipse 8.5May 3, 2011 at 12:50 pm #316490
ashokeclipseMemberto build a spring flex application in my myeclipse 8.5 first download the eclipse flash builder 4 plugin then install the plug in.while installing choose the eclipse folder(where u have installed eclipse gallileo) . after installation of the plugin copy all files and folder where u have installed the plugin and paste them in myeclipse (where u have installed myeclipse 8.5) dropin folder
after that start the myeclipse IDE after that u can able to create a spring flex project in myeclipse 8.5 -
AuthorPosts