Bug#587657: locally installed plugins aren't loaded

Dark LiSNAz lisnaz at gmail.com
Wed Jun 30 21:00:42 UTC 2010


On Thu, Jul 1, 2010 at 3:57 AM, Niels Thykier wrote:
>> With the upgrade from 3.5.2-3 to 3.5.2-4 all locally installed plugins
>> aren't loaded anymore, while they appear in the "Installed Software"
>> tab. Neither uninstall/install of the plugins nor an clean ~.eclipse/
>> and ~/workspace folder solves the problem.
>>
>> ~/workspace/.metadata/.log is empty.
>>
>> Please let me know if I can provide any further information.
>>
>
> Can you please provide the contents of [1] from your original ~/.eclipse
> (if you still have it) and the one generated when start eclipse with a
> clean ~/.eclipse.
>
> [1]
>
.eclipse/org.eclipse.platform_*/configuration/org.eclipse.equinox.simpleconfigur
> ator/bundles.info

Same problem encountered, and I just solved my problem temporarly.
As pointed out by Niels, I made a quick diff of these two .info file and it
turned out to be the problem of org.eclipse.equinox.concurrent. Previously,
this package's location was at:

`org.eclipse.equinox.concurrent,1.0.1.R35x_v20100209,../../../home/lisnaz/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/org.eclipse.equinox.concurrent_1.0.1.R35x_v20100209.jar,4,false'

a jar under local plugin directory, I don't know why it went there but it
must be there for reason. After modifed the path to the newly generated
.info's
location:

`org.eclipse.equinox.concurrent,1.0.1.R35x_v20100209,plugins/org.eclipse.equinox.concurrent_1.0.1.R35x_v20100209.jar,4,false'

then every plugin works fine.

This solves my problem, but it may also means something to Hannes's
problem.

--
Best regards!
Vincent Gu  <LiSNAz at gmail.com>
NE R&D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20100701/62845910/attachment.htm>


More information about the pkg-java-maintainers mailing list