Skip to main content
Participant
January 4, 2009
Question

CFC Eclipse installation error

  • January 4, 2009
  • 1 reply
  • 806 views
Can someone help me?
please respond to laoshi1123@yahoo.com

Eclipse Version 3.4.1
Coldfusion extensions for eclipse version 1.0.191910

"cannot complete the request. See the details"

"Cannot complete the request. See the details.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.0.4,1.0.4]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.3.1.5,1.3.1.5]] can be satisfied.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.0.4,1.0.4]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.3.1.5,1.3.1.5]] can be satisfied.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.0.4,1.0.4]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.3.1.5,1.3.1.5]] can be satisfied.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.0.4,1.0.4]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.3.1.5,1.3.1.5]] can be satisfied.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.0.4,1.0.4]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.3.1.5,1.3.1.5]] can be satisfied.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.0.4,1.0.4]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.3.1.5,1.3.1.5]] can be satisfied.
Unsatisfied dependency: [org.cfeclipse.cfml.cfunit.feature.feature.group 1.0.4] requiredCapability: org.eclipse.equinox.p2.iu/org.cfeclipse.cfml.cfunit/[1.0.4,1.0.4]
"
This topic has been closed for replies.

1 reply

Inspiring
January 5, 2009
Rickey,

Quick point of clarification: when you get this error are you installing CFEclipse, the ColdFusion Extensions for Eclipse, or both (if only installing the ColdFusion Extensions, is CFEclipse already installed)?

You might try installing the "Bleeding Edge" install for CFEclipse (1.3.2 Beta) -- since the error message above indicates Eclipse is attempting to match an installation with version 1.3.1.5 of CFEclipse (and 1.0.4 of CFUnit). I have been able to install and use the 1.3.2 beta version without any issues on Eclipse 3.4.1.

Well, there are two issues with CFEclipse 1.3.2 beta on Eclipse 3.4.1 but both are minor (display of both code hinting and line numbers) and have simple workarounds. The issues and workarounds are detailed at the following URL (CFEclipse Trac Site's Known Issues page):
http://trac.cfeclipse.org/cfeclipse/wiki/KnownIssues

If installing CFEclipse 1.3.2 and/or the ColdFusion Extensions fails, you might need to enable Classic Update in Eclipse 3.4.x and try to install again via the "old school" Eclipse update schema. Aptana has a page (link below) you can use to see how to set Classic updates in Eclipse 3.4.x.
http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration

Note that some configurations of Eclipse 3.4 have disabled the Classic updates option...it depends which Eclipse build you originally downloaded.
Participant
January 5, 2009
wow that was a great response Craig. Much better than the Adobe reply, which was basically a URL redirect to the home page for Coldfusion :-)
The add on in question was the Cold fusion extensions for Eclipse. I somehow figured that it was a version conflict so I updated through Eclipse and the extensions worked fine.
Thank you, once again, for your kindness.