ignored plugins [message #485561] |
Sun, 13 September 2009 12:47  |
Eclipse User |
|
|
|
ls $ECLIPSEHOME/plugins | wc -l
gives me well over 2000 plugins, but so many of them seem to be ignored.
I just downloaded an XML plugin from EPIC and unzipped to the plugins
subdirectory. I launch Eclipse, but the plug-in doesn't show up -- not
even in the Plug-in Registry View. I see no errors in the log either.
This has been the problem ever since moving to version 3.5. It might be
possible that the plug-ins that are ignored are not compatible with
version 3.5, but how can I find that out for sure? And it would seem
disappointing that more than half (1000+) of the plug-ins in the plugins
subdirectory would be obsolete/incompatible.
Can someone please help me understand why so many plugins are ignored?
Mark
|
|
|
|
|
|
|
|
|
Re: ignored plugins [message #486118 is a reply to message #485574] |
Wed, 16 September 2009 08:04   |
Eclipse User |
|
|
|
Thanks, Chris. I did an "ss" from the osgi prompt and it listed a bunch
of plug-ins, but none of the ones from the ./dropins folder (which I think
we should expect because they are not managed with p2, right?) I cannot
manage them from p2 ("Add New Software..."), either, because the local
repository shows only 4 entries which are all Subversive entries. Perhaps
where I am going wrong is in the setup of my local repository. Currently,
I have one I defined called "Local" and pointed it to
"file:/usr/local/eclipse" Is this incorrect? (Remember, I cannot access
the Internet through my Eclipse box except to use FTP through a gateway...)
Just for kicks, though, after doing an "ss", I did a "diag <plugin>" where
<plugin> was a cut&paste of one of the plugins listed as ACTIVE, and got
an error "cannot find bundle <plugin>" So, am I doing something
syntactically incorrect here, too?
I appreciate the help!
Mark
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: ignored plugins [message #486239 is a reply to message #486238] |
Wed, 16 September 2009 16:41   |
Eclipse User |
|
|
|
Felix Dorner wrote:
> Hmmmm,
>
> I have similar problems here. Placed org.apache.log4j from orbit (the
> newer version of log4j) in dropins, and it's not installed during startup.
>
> This happens under Galileo 3.5 on linux. I did the same test on Windows,
> and there it's installed fine.
>
>
> I cannot see any problems in the error log. Any other places to check
> for errors?
>
>
Just for curiosity i placed the bundle directly in the plugins folder,
and now I get errors in the log:
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.517
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.win32.win32.ia64 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.522
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.carbon.macosx.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.522
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.motif.hpux.ia64_32 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.522
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.win32.win32.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.522
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.carbon.macosx.ppc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.523
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.motif.linux.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.523
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.gtk.linux.x86_64 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.523
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.motif.solaris.sparc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.523
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.gtk.solaris.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.523
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.cocoa.macosx.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.524
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.wpf.win32.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.524
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.photon.qnx.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.524
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.gtk.solaris.sparc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.524
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.gtk.linux.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.524
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.cocoa.macosx.ppc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.525
!MESSAGE The installable unit org.eclipse.equinox.executable_root is
missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.525
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.win32.win32.x86_64 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.525
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.gtk.linux.ppc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.525
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.cocoa.macosx.x86_64 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.525
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.motif.hpux.PA_RISC is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:57.526
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.motif.aix.ppc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.660
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.win32.win32.ia64 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.660
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.carbon.macosx.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.660
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.motif.hpux.ia64_32 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.675
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.win32.win32.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.675
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.carbon.macosx.ppc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.675
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.motif.linux.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.676
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.gtk.linux.x86_64 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.676
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.motif.solaris.sparc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.676
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.gtk.solaris.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.676
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.cocoa.macosx.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.677
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.wpf.win32.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.677
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.photon.qnx.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.677
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.gtk.solaris.sparc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.677
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.gtk.linux.x86 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.678
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.cocoa.macosx.ppc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.678
!MESSAGE The installable unit org.eclipse.equinox.executable_root is
missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.678
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.gtk.linux.ppc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.678
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.win32.win32.x86_64 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.678
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.cocoa.macosx.x86_64 is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.678
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.motif.hpux.PA_RISC is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-09-16 22:37:58.679
!MESSAGE The installable unit
org.eclipse.equinox.executable_root.motif.aix.ppc is missing the
filename property.
!ENTRY org.eclipse.equinox.p2.engine 4 4 2009-09-16 22:38:01.109
!MESSAGE An error occurred while installing the items
!SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2009-09-16 22:38:01.109
!MESSAGE session context was:(profile=SDKProfile,
phase=org.eclipse.equinox.internal.provisional.p2.engine.pha ses.Install,
operand=null --> [R]org.eclipse.equinox.executable_root
3.3.200.v20090521-1800-7M-Fm-FI3UouOe61h3BYGC,
action=org.eclipse.equinox.internal.p2.touchpoint.natives.ac tions.UnzipAction).
!SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.natives 4 0 2009-09-16
22:38:01.109
!MESSAGE The artifact for
binary,org.eclipse.equinox.executable_root,3.3.200.v20090521 -1800-7M-Fm-FI3UouOe61h3BYGC
is not available.
|
|
|
|
|
|
|
|
|
Re: ignored plugins [message #487288 is a reply to message #485561] |
Tue, 22 September 2009 12:38  |
Eclipse User |
|
|
|
Perspective customizations and windows positions are stored under .metadata directory which is normally in your workspace, not in eclipse directory structure.
As for preserving 3rd party plugins there's nothing I know of other than archiving them and restoring them after one by one.
|
|
|