Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Unable to acquire PluginConverter
Unable to acquire PluginConverter [message #1390990] Mon, 30 June 2014 09:27 Go to next message
Jan Reimann is currently offline Jan ReimannFriend
Messages: 140
Registered: July 2009
Senior Member
Hi,
in Kepler I used to create some private plugins which I shared across
several Eclipse instances. Thus, I have central folders with this structure:

MyTool1
plugins
features


MyTool2
plugins
features

Folders MyTool1 and MyTool2 then are symlinked into the dropins folders
of my different Eclipse instances. This way every of my Eclipse
instances always was up-to-date. It worked like a charme.
Now, I migrated to Luna and get the following errors each time I start a
Luna instance:

Unable to acquire PluginConverter service during generation for:
EclipseLuna/dropins/MyTool1

Unable to acquire PluginConverter service during generation for:
EclipseLuna/dropins/MyTool2

There are some bug reports reporting about the same message but with
other focus. All I've found didn't help to get rid of these messages.
The only solution I found was to move all plugins contained in
dropins/MyToolX/plugins directly to dropins. But, I really don't like
this because every tool then is mixed with the other tools. This way I
cannot deactivate one tool easily.

Any ideas to solve this?

cheers,
Jan
Re: Unable to acquire PluginConverter [message #1391477 is a reply to message #1390990] Tue, 01 July 2014 01:18 Go to previous messageGo to next message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 06/30/2014 04:27 AM, Jan Reimann wrote:
> Hi,
> in Kepler I used to create some private plugins which I shared across
> several Eclipse instances. Thus, I have central folders with this
> structure:
>
> MyTool1
> plugins
> features
>
>
> MyTool2
> plugins
> features
>
> Folders MyTool1 and MyTool2 then are symlinked into the dropins folders
> of my different Eclipse instances. This way every of my Eclipse
> instances always was up-to-date. It worked like a charme.
> Now, I migrated to Luna and get the following errors each time I start a
> Luna instance:
>
> Unable to acquire PluginConverter service during generation for:
> EclipseLuna/dropins/MyTool1
>
> Unable to acquire PluginConverter service during generation for:
> EclipseLuna/dropins/MyTool2
>
> There are some bug reports reporting about the same message but with
> other focus. All I've found didn't help to get rid of these messages.
> The only solution I found was to move all plugins contained in
> dropins/MyToolX/plugins directly to dropins. But, I really don't like
> this because every tool then is mixed with the other tools. This way I
> cannot deactivate one tool easily.
>
> Any ideas to solve this?
>
> cheers,
> Jan
The PluginConverter implementation was dropped from the standard install
for Luna. You have to install it separately now.

Here are some bug reports talking about the change.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=407312
https://bugs.eclipse.org/bugs/show_bug.cgi?id=413006
Re: Unable to acquire PluginConverter [message #1391709 is a reply to message #1391477] Tue, 01 July 2014 09:30 Go to previous messageGo to next message
Jan Reimann is currently offline Jan ReimannFriend
Messages: 140
Registered: July 2009
Senior Member
Hi David,

> The PluginConverter implementation was dropped from the standard install
> for Luna. You have to install it separately now.
>
> Here are some bug reports talking about the change.
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=407312
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=413006
>

But as I understand it right I'm not supposed to need the
PluginConverter because my Plugins have plugin.xml and MANIFEST.MF and
are not from Eclipse 2.0 times. And the error doesn't appear if the
plugins are directly located in the dropins folder and not in a
subfolder. So do I need to install the PluginConverter?

cheers,
Jan
Re: Unable to acquire PluginConverter [message #1403644 is a reply to message #1391709] Thu, 24 July 2014 18:31 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<blockquote cite="mid:lotv35$ofs$1@xxxxxxxxe.org" type="cite">But
as I understand it right I'm not supposed to need the
PluginConverter because my Plugins have plugin.xml and MANIFEST.MF
and are not from Eclipse 2.0 times. And the error doesn't appear
if the plugins are directly located in the dropins folder and not
in a subfolder. So do I need to install the PluginConverter?
<br>
<br>
</blockquote>
I think you are seeing this bug: <br>
<a class="moz-txt-link-freetext" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=437466">https://bugs.eclipse.org/bugs/show_bug.cgi?id=437466</a><br>
<br>
(If so, no, you do not need to install it, it's an erroneous
message). <br>
<br>
</body>
</html>
Re: Unable to acquire PluginConverter [message #1403670 is a reply to message #1403644] Fri, 25 July 2014 08:08 Go to previous message
Jan Reimann is currently offline Jan ReimannFriend
Messages: 140
Registered: July 2009
Senior Member
Thanks David.

cheers,
Jan

David Williams wrote:
>
>> But as I understand it right I'm not supposed to need the
>> PluginConverter because my Plugins have plugin.xml and MANIFEST.MF and
>> are not from Eclipse 2.0 times. And the error doesn't appear if the
>> plugins are directly located in the dropins folder and not in a
>> subfolder. So do I need to install the PluginConverter?
>>
> I think you are seeing this bug:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=437466
>
> (If so, no, you do not need to install it, it's an erroneous message).
>
Previous Topic:Open Folder Quickly
Next Topic:Installing features during runtime
Goto Forum:
  


Current Time: Sun Sep 22 09:53:25 GMT 2024

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

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

Back to the top