Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to clean up leftover plugin artifact?
How to clean up leftover plugin artifact? [message #1736624] Thu, 30 June 2016 16:03 Go to next message
David M. Karr is currently offline David M. KarrFriend
Messages: 800
Registered: July 2009
Senior Member
At one time, I believe I tried a particular plugin called "Geppetto", for using Puppet. I decided to uninstall it, but it looks like there's still some artifact left over that is logging an error. I only see it in the log file, and it's not causing any other symptoms that I can see.

I'm seeing the following:
!ENTRY org.eclipse.jface 4 0 2016-06-28 20:24:30.889
!MESSAGE Unable to resolve plug-in "platform:/plugin/com.puppetlabs.geppetto.pp.dsl.ui/icons/obj16/file_pp.gif".
!STACK 0
java.io.IOException: Unable to resolve plug-in "platform:/plugin/com.puppetlabs.geppetto.pp.dsl.ui/icons/obj16/file_pp.gif".
	at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:65)
	at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:77)
	at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:69)
	at org.eclipse.osgi.internal.url.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:114)


When I look at "Instalation Details", I don't see any artifacts from this plugin.

I tried going through the "Analyze Agent" path in the Oomph preferences (and "Delete Unused Artifacts). It's not clear to me whether that will clean this up.
Re: How to clean up leftover plugin artifact? [message #1736657 is a reply to message #1736624] Thu, 30 June 2016 22:27 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
David,

Comments below.


On 30.06.2016 12:03, David M. Karr wrote:
> At one time, I believe I tried a particular plugin called "Geppetto",
> for using Puppet. I decided to uninstall it, but it looks like
> there's still some artifact left over that is logging an error. I
> only see it in the log file, and it's not causing any other symptoms
> that I can see.
>
> I'm seeing the following:
> !ENTRY org.eclipse.jface 4 0 2016-06-28 20:24:30.889
> !MESSAGE Unable to resolve plug-in
> "platform:/plugin/com.puppetlabs.geppetto.pp.dsl.ui/icons/obj16/file_pp.gif".
> !STACK 0
> java.io.IOException: Unable to resolve plug-in
> "platform:/plugin/com.puppetlabs.geppetto.pp.dsl.ui/icons/obj16/file_pp.gif".
> at
> org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:65)
> at
> org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:77)
> at
> org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:69)
> at
> org.eclipse.osgi.internal.url.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:114)
>
>
I can't tell from this stack trace who is trying to load this. Perhaps
it's something used in a project in the workspace, in which case the
project is always going to do this regardless of what you do with the
installation.
> When I look at "Instalation Details", I don't see any artifacts from
> this plugin.
>
> I tried going through the "Analyze Agent" path in the Oomph
> preferences (and "Delete Unused Artifacts). It's not clear to me
> whether that will clean this up.
No, given we don't know what is causing this to be loaded, it's not
clear this can be cleaned up without cleaning up projects in the
workspace. Does this happen with an empty new workspace? Is there more
to the stack trace?


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Is it possible to open an editor in minimized state and prevent the user from maximizing the editor
Next Topic:BundleException: Error reading bundle content
Goto Forum:
  


Current Time: Tue Mar 19 03:12:08 GMT 2024

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

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

Back to the top