Community
Participate
Working Groups
I20150507-2000 To work around bug 465456, bundles need to keep the *.gif icons of values contributed in extension points: - org.eclipse.ui.editors > editor > icon (typically in /icons/full/obj16/) - org.eclipse.ui.views > view > icon (complete /icons/full/eview16/ folder) !ENTRY org.eclipse.jface 4 0 2015-05-08 12:22:22.974 !MESSAGE /icons/obj16/ftr_xml_obj.gif !STACK 0 java.io.FileNotFoundException: /icons/obj16/ftr_xml_obj.gif at org.eclipse.osgi.storage.url.bundleentry.Handler.findBundleEntry(Handler.java:37) at org.eclipse.osgi.storage.url.BundleResourceHandler.openConnection(BundleResourceHandler.java:169) at java.net.URL.openConnection(URL.java:972) at org.eclipse.core.internal.boot.PlatformURLConnection.connect(PlatformURLConnection.java:112) at org.eclipse.core.internal.boot.PlatformURLConnection.getURLAsLocal(PlatformURLConnection.java:244) at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:37) at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:207) at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:219) at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:283) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:224) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:202) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImageFromURI(SWTPartRenderer.java:225) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:236) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:877) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:139) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:654) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:746) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:717) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:711) ...
New Gerrit change created: https://git.eclipse.org/r/47552
Gerrit change https://git.eclipse.org/r/47552 was merged to [master]. Commit: http://git.eclipse.org/c/pde/eclipse.pde.ui.git/commit/?id=a0be6e465d4a41201366a510405a61ed797c9acd
Thanks Lars !
Markus, can you please verify this on Monday on a high priority.
I reported one exception and the general problem. Fixing that single image is of course not enough to fix this bug. You have to make a pass over all extension point contributions and restore all editor and view images you find there.
(In reply to Markus Keller from comment #5) > I reported one exception and the general problem. Fixing that single image > is of course not enough to fix this bug. You have to make a pass over all > extension point contributions and restore all editor and view images you > find there. This was done. I just did it again, assuming you found something missing but I could not find another missing reference.
Lars, I had found https://bugs.eclipse.org/bugs/show_bug.cgi?id=466921 Is this fixed now? Also an extensive check of all icons on latest eclipse is the way to go.
Sorry, my Eclipse Git repo was in a weird mode, it showed no changes but I hard all the gifs included., resetting on the command line shows several missing icons. Working on this, now.
These gifs are missing: schema_obj.gif build_exec.gif site_xml_obj.gif build_exec.gif discovery.gif category_obj.gif
New Gerrit change created: https://git.eclipse.org/r/47619
Gerrit change https://git.eclipse.org/r/47619 was merged to [master]. Commit: http://git.eclipse.org/c/pde/eclipse.pde.ui.git/commit/?id=7dd6a68c220de1314dff09f60d8fa13ac48146be
Fixed, sorry for this and thanks to Markus and Vikas for identifying that.
.
*** Bug 466921 has been marked as a duplicate of this bug. ***
Lars, Can you please verify this one.
Verified by playing around with 4.5.0.I20150514-2000 and by not having this bug reopened by Markus. :-)