Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How can I find out, which plugin/feature refers to a missing feature?
How can I find out, which plugin/feature refers to a missing feature? [message #323815] Wed, 09 January 2008 08:40 Go to next message
Eclipse UserFriend
I want to install a new plugin but whenever I select the desired feature
from the list of available features on the update site the top of the
dialog signals a configuration error:
--------------------------
The current configuration contains errors and this operation can have
unpredictable results.
Java Persistence API Tools (1.0.0.v200706250000-77--CYQCCz-CuNPCCCF)
requires feature "org.eclipse.datatools.connectivity.feature".
--------------------------

and the Next and the Finish button are grayed out, i.e. I can not
continue and I can not install the desired feature.

If I double check on the Help => SW Updates => Manage Configuration =>
Product Configuration page all the plugins listed see fine, enabled and
none indicates any error. The log file only lists a couple of entries
that all read somethings like:
-----------------------
Could not install bundle plugins/<foo>.jar Bundle "<foo>" version
"<bar>" has already been installed from: <somwhere else>.jar
-----------------------
None of these entries look harmful. The jarfile version suffixes always
matches, so these should be just duplicates added by different .jars.

How can I figure out, why eclipse considers my configuration
inconsistent and which plugin refers to that apparently missing
"org.eclipse.datatools.connectivity.feature"?

Michael
Re: How can I find out, which plugin/feature refers to a missing feature? [message #323830 is a reply to message #323815] Wed, 09 January 2008 11:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Michael Moser wrote:
> I want to install a new plugin but whenever I select the desired feature
> from the list of available features on the update site the top of the
> dialog signals a configuration error:
> --------------------------
> The current configuration contains errors and this operation can have
> unpredictable results.
> Java Persistence API Tools (1.0.0.v200706250000-77--CYQCCz-CuNPCCCF)
> requires feature "org.eclipse.datatools.connectivity.feature".
> --------------------------
>
> and the Next and the Finish button are grayed out, i.e. I can not
> continue and I can not install the desired feature.
>
> If I double check on the Help => SW Updates => Manage Configuration =>
> Product Configuration page all the plugins listed see fine, enabled and
> none indicates any error. The log file only lists a couple of entries
> that all read somethings like:
> -----------------------
> Could not install bundle plugins/<foo>.jar Bundle "<foo>" version
> "<bar>" has already been installed from: <somwhere else>.jar
> -----------------------
> None of these entries look harmful. The jarfile version suffixes always
> matches, so these should be just duplicates added by different .jars.
>
> How can I figure out, why eclipse considers my configuration
> inconsistent and which plugin refers to that apparently missing
> "org.eclipse.datatools.connectivity.feature"?

That is strange, the Manage Configuration page should clearly indicate
which plugin is missing its requirement.
Have you tried installing the datatools plugin that it is complaining
about? It is part of the DTP project which should be listed under the
Europa Discovery Site.

Hope this helps,
Eric
Re: How can I find out, which plugin/feature refers to a missing [message #323903 is a reply to message #323830] Fri, 11 January 2008 14:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

I'm having the same problems.
Doing a quick search I found this thread, but installing the whole DTP seems a little much.

http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg27834.html

Any other suggestions or a fix would be greatly appreciated.

Cheers,
Jim
Re: How can I find out, which plugin/feature refers to a missing [message #323905 is a reply to message #323903] Fri, 11 January 2008 15:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Jim Bethancourt" <automatic@javalobby.org> wrote in message
news:4765434.3371200078616975.JavaMail.root@cp1.dzone.com...
> I'm having the same problems.
> Doing a quick search I found this thread, but installing the whole DTP
> seems a little much.


In general, although Eclipse expresses dependencies at a bundle level
(because it is an OSGi implementation), the Eclipse development teams work
at a feature level (because we're humans).

Realistically, what that means is that if a plug-in from one feature 'A'
(say, WTP) depends on a plug-in from another feature 'B' (say, JDT), then
the A developers are assuming that anyone installing 'A' has also installed
'B'; and that's how the testing will work. You might technically be able to
run A without having all of B's plug-ins installed, but no one will have
tested that scenario. I'm under the vague impression that the update
manager is supposed to ensure these component-level dependencies, but I'm
not expert on that. In any event, what I'm saying is that it's usually not
a good idea to try to just install a single plug-in; you really should
install features, even if it seems wasteful.

That said, I don't know anything about the particular DTP dependency that
spawned this thread. I'd suggest posting on a newsgroup that is better
targeted at the Java Persistence API implementation.
Re: How can I find out, which plugin/feature refers to a missing feature? [message #324199 is a reply to message #323815] Sat, 19 January 2008 02:18 Go to previous message
Eclipse UserFriend
Originally posted by: jibuattumalil.gmail.com

Try installing Data Tools Platform Extended SDK.

I got a similar error and got it resolved by installing the above.
Previous Topic:Multi page editor
Next Topic:Adding code assist custom
Goto Forum:
  


Current Time: Sat Jul 19 17:13:53 EDT 2025

Powered by FUDForum. Page generated in 0.04941 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top