CFEclipse on to the standalone copy of Flex 2.0.1 .... I have
followed the instructions etc and when i try and use it i get the
following error ... Any suggestions ?
quote:
Unable to create this part due to an internal error. Reason
for the failure: The editor class could not be instantiated. This
usually indicates that the editor's class name was mistyped in
plugin.xml.
This is the Details .. Any help please !!!!!
quote:
java.lang.NullPointerException
at
org.cfeclipse.cfml.editors.CFMLEditor.initializeEditor(CFMLEditor.java:311)
at
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.%26lt;init%26gt;(AbstractDecoratedT extEditor.java:216)
at
org.cfeclipse.cfml.editors.CFMLEditor.%26lt;init%26gt;(CFMLEditor.java:253)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:162)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:142)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi on(ConfigurationElement.java:129)
at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableE xtension(ConfigurationElementHandle.java:48)
at
org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:240)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:23 6)
at
org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor .java:252)
at
org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:842)
at
org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:5 62)
at
org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.j ava:552)
at
org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:223)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java: 2362)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
at
org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
at
org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2249)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334)
at
org.cfeclipse.cfml.wizards.cfmlwizard.NewCFMLWizard$2.run(NewCFMLWizard.java:16 8)
at
org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at
org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3102)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2761)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext. java:153)
at
org.eclipse.jface.operation.ModalContext.run(ModalContext.java:303)
at
org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
at
org.cfeclipse.cfml.wizards.cfmlwizard.NewCFMLWizard.performFinish(NewCFMLWizard .java:119)
at
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
at
org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at
org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
at org.eclipse.jface.window.Window.open(Window.java:787)
at
org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAc tion.java:110)
at
org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCon tributionItem.java:538)
at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem .java:488)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributio nItem.java:400)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at
com.adobe.flexbuilder.standalone.FlexBuilderApplication.run(FlexBuilderApplicat ion.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.jav a:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
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.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Many thanks
WhitetimerCFEclipse Help
I just had this exact same problem. Can anyone help
us?CFEclipse Help
I also have this problem. Would really appreciate any advice.
Thanks!
Rok
Hi .. I gave up trying and installed the Flex addon in
Eclipse, and everything works just fine. Saved time trying to
figure out the problem.
Whitetimer
My FB 2 just updated itself to 1.3.1.4 and did the exact same
thing. I'm hosed.
Help | Software Updates | Manage Configuration | CFEclipse
1.3.1.4 1.3.1.4 | Replace with previous version | 1.3.0 | (this
just goes back in time - only thing I can think of while I wait for
a real answer)
It is CFEclipse that is causing the issue. If you use the
updater built-in to Flex Builder 2, you'll see that the CFEclipse
version is 1.3.1.4 1.3.1.4. Do not install that version.
You will have to manually install CFEclipse until they fix
the issue. I manually installed version 1.3.1.3. Download it from
www.cfeclipse.org/update and then go into the zip file. You'll see
two folders: plugins and features. Inside of each folder is a .jar
file. Close Flex Builder 2.0.1. Copy the .jar file in plugins and
paste it into FlexBuilder's plugins folder. Copy the .jar file from
features and paste it into Flex Builder's features folder. Start
Flex Builder again. It worked for me and should for you too.
I had the exact same problem; all these things fotoczar
suggests will work, but you don't even have to do all that.
Download the zip file from the CFEclipse site, use the FB2
Software updates%26gt;Find and install, then in the 'Update sites to
visit' dialog box, press 'New Archived Site', locate tha ZIP folder
you downloaded and finish the installation.
Worked like a charm!
I just installed CFEclipse 1315 to my Flexbuilder 2.0.
However, when I try to go to Help %26gt;Software Updates%26gt;Find and
Install %26gt;Search for New Features to install, no matter what I
do, I get this message:
Network connection problems encountered during search.
Unable to access ''
http://www.cfeclipse.org/update''.
Unable to access site: ''
http://www.cfeclipse.org/update''
[java.io.IOException]
Unable to access site: ''
http://www.cfeclipse.org/update''
[java.io.IOException]
And whenever I try to open a CFC I get the problem the guy
above encountered. I have copied and pasted files from the ZIP into
Flexbuilder's folders as instructed, but to no avail. The CFEclipse
just does not work for me!! Any ideas?
No comments:
Post a Comment