CFEclipse to v1.3.7.201002282355 won't open files

24 views
Skip to first unread message

Dan G. Switzer, II

unread,
Mar 1, 2010, 11:36:48 AM3/1/10
to cfeclip...@googlegroups.com
I just updated CFEclipse to v1.3.7.201002282355 using Eclipse v3.4.2. I can't get any CFM/CFC files to open. I just get the following error message:

org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle org.cfeclipse.cfml (124).
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:125)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:427)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:193)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:370)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:446)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:387)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:315)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1274)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:867)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:267)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:263)
at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:233)
at org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:846)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:606)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:428)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594)
at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:263)
at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1410)
at org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManager.java:944)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1363)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2295)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
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:193)
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:386)
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:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: org.osgi.framework.BundleException: Exception in org.cfeclipse.cfml.CFMLPlugin.start() of bundle org.cfeclipse.cfml.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1028)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
... 57 more
Caused by: java.lang.NoSuchMethodError: org.osgi.framework.Bundle.getVersion()Lorg/osgi/framework/Version;
at org.cfeclipse.cfml.CFMLPlugin.checkForPluginVersionChange(CFMLPlugin.java:190)
at org.cfeclipse.cfml.CFMLPlugin.start(CFMLPlugin.java:176)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
... 62 more

Sandra Clark

unread,
Mar 1, 2010, 12:19:14 PM3/1/10
to cfeclip...@googlegroups.com
I'm having issues too.  Tried to revert back to 1.3.4 and it won't let me either.  At this point, I have no CFEclipse working on my machine (even went to a new install of Eclipse to make sure).  Running Ganymede (3.4.2)

Dan G. Switzer, II

unread,
Mar 1, 2010, 12:22:58 PM3/1/10
to cfeclip...@googlegroups.com
I'm in the same boat. I've been trying to rollback with no luck. It looks like the 1.3.7.201002282355.jar only contains the features.xml.

I tried removing the 1.3.7.201002282355 directory, but that's only made things worse. I currently have no working CFEclipse. I'm trying to update to Eclipse 3.5 to see if that helps.

-Dan

On Mon, Mar 1, 2010 at 12:19 PM, Sandra Clark <sclar...@gmail.com> wrote:
I'm having issues too.  Tried to revert back to 1.3.4 and it won't let me either.  At this point, I have no CFEclipse working on my machine (even went to a new install of Eclipse to make sure).  Running Ganymede (3.4.2)

--
For more information on CFEclipse visit: cfeclipse.org
For support, FAQ and tips and tricks visit: trac.cfeclipse.org
 
You are subscribed to the Google Groups "CFEclipse Users" group.
To post send email to: cfeclip...@googlegroups.com
To unsubscribe send email to: cfeclipsIe-use...@googlegroups.com
For more options, visit this group online: http://groups.google.com/group/cfeclipse-users?hl=en

Raffaele Castagno

unread,
Mar 1, 2010, 12:34:23 PM3/1/10
to CFEclipse Users
On Mar 1, 5:36 pm, "Dan G. Switzer, II" <dswit...@pengoworks.com>
wrote:

> I just updated CFEclipse to v1.3.7.201002282355 using Eclipse v3.4.2. I
> can't get any CFM/CFC files to open. I just get the following error message:

Eclipse v3.5.2
CFEclipse v1.3.7.201002282356

If you removed the CFEclipse folders, have you tried doing an "eclipse
-clean"?

Raffaele

Sandra Clark

unread,
Mar 1, 2010, 12:35:52 PM3/1/10
to cfeclip...@googlegroups.com
I've tried clean.  Doesn't help.

--
For more information on CFEclipse visit: cfeclipse.org
For support, FAQ and tips and tricks visit: trac.cfeclipse.org

You are subscribed to the Google Groups "CFEclipse Users" group.
To post send email to: cfeclip...@googlegroups.com
To unsubscribe send email to: cfeclipse-use...@googlegroups.com

Dan G. Switzer, II

unread,
Mar 1, 2010, 12:53:27 PM3/1/10
to cfeclip...@googlegroups.com
Tried -clean here. I can't seem to disable the new version, replace it, uninstall it or downgrade to an older version.

Peter Boughton

unread,
Mar 1, 2010, 12:59:25 PM3/1/10
to cfeclip...@googlegroups.com
To manually remove it...

Close Eclipse if it's running.
Go into your "plugins" directory and remove all the cfe directories
(or move to backup folder).
Repeat with the "features" directory.
Restart Eclipse with -clean argument.

Then you can re-install, and de-select the "only show latest version"
to pick the previous one.

atomi

unread,
Mar 1, 2010, 1:04:04 PM3/1/10
to cfeclip...@googlegroups.com
All is well here.
I'm using Eclipse 3.5.2 M20100211-1343 and I just updated to CFEclipse 1.3.7.201002282256. I've also got eGit,JDT,Groovy,AppEngine and WST plugins installed.

Sandra Clark

unread,
Mar 1, 2010, 1:04:35 PM3/1/10
to cfeclip...@googlegroups.com
That worked, I'm successfully back on 1.3.4.  Please let us know when a good 1.3.7 is available.


--

denstar

unread,
Mar 1, 2010, 1:51:22 PM3/1/10
to cfeclip...@googlegroups.com
It's working for me on 3.4 SR2. Can the people experiencing problems
let me know what version they're running?

And when you do an update in Eclipse, is there any core eclipse stuff
that shows as update-able?

Gracias!

:Den

--
We live at a time when man believes himself fabulously capable of
creation, but he does not know what to create.
Jose Ortega y Gasset

Sandra Clark

unread,
Mar 1, 2010, 1:57:23 PM3/1/10
to cfeclip...@googlegroups.com
Den

Version: 3.4.2
Build id: M20090211-1700

When it broke for me the first time, I ended up creating an entirely new Eclipse module with a new workspace.  I updated everything first and then tried to install the new version.  It didn't work.  As Dan pointed out the jar file seems to only have features.xml in it.  

which looks like the updater in cfeclipse only had the file from http://www.cfeclipse.org/update-preview/features/ in it rather than the one from http://www.cfeclipse.org/update-preview/plugins possibly?




--

Judah McAuley

unread,
Mar 1, 2010, 2:00:16 PM3/1/10
to cfeclip...@googlegroups.com
I'm running Eclipse 3.5, the JEE download with WTP and DataTools, and
the 1.3.7 worked fine.

Tom Lenz

unread,
Mar 1, 2010, 2:56:50 PM3/1/10
to cfeclip...@googlegroups.com
Windows XP Pro here, Eclipse 3.5.2, CFEclipse 1.3.7.201002282256. Works
fine.

denstar

unread,
Mar 1, 2010, 3:59:25 PM3/1/10
to cfeclip...@googlegroups.com
On Mon, Mar 1, 2010 at 11:57 AM, Sandra Clark wrote:
> Den
>
> Version: 3.4.2
> Build id: M20090211-1700

Thanks Sandra!

Interesting. That's the same version I ran my test against. Works
fine (on Win7), besides taking a second update to pull down MXUnit.

Whoops, spoke too soon, looks like I'm getting that bundle error too,
when I try to create a new CFML project.

> When it broke for me the first time, I ended up creating an entirely new
> Eclipse module with a new workspace.  I updated everything first and then
> tried to install the new version.  It didn't work.  As Dan pointed out the
> jar file seems to only have features.xml in it.
> which looks like the updater in cfeclipse only had the file from
> http://www.cfeclipse.org/update-preview/features/ in it rather than the one
> from http://www.cfeclipse.org/update-preview/plugins possibly?

Hrm, looking at the jars, all seems right. There's a feature jar
(with feature.xml) in features/ and a plugin jar in plugins/, and the
plugin jar looks like it has what it should.

I wonder if this is a network or proxy caching issue? Sometimes it
seems like eclipse doesn't pick up the changed site.xml file.

I think there are two errors here, one with the start-up help pop-up,
and the other with maybe a bad download or cache deal.

I've pushed another build to http://cfeclipse.org/update-nightly with
what I *think* is a fix for the start-up pop-up, maybe you could try
it out for me and holler if it fixes you up?

Thanks mucho!

:Den

--
Coming to understand a painting or a symphony in an unfamiliar style,
to recognize the work of an artist or school, to see or hear in new
ways, is as cognitive an achievement as learning to read or write or
add.
Nelson Goodman

Sandra Clark

unread,
Mar 2, 2010, 6:25:06 AM3/2/10
to cfeclip...@googlegroups.com
Installed it just now.  Version 1.3.7.201003011346 and it seems to be working correctly now.  Thanks Den!


--

Dan G. Switzer, II

unread,
Mar 2, 2010, 11:06:43 PM3/2/10
to cfeclip...@googlegroups.com
FYI - The latest preview from today installed and appears to be
working great for me too.

-Dan

Reply all
Reply to author
Forward
0 new messages