facebook

error log entries missing logo.gif

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #658175 Reply

    atomz4peace
    Participant

    I am getting several error entries in ME. This one happens each time I double-click on the console view to make it full size. Each time it logs an entry then takes me to the error log view, very annoying. Any idea how to get rid of this?

    eclipse.buildId=16.0.0.CI-005
    java.version=13
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86_64

    org.eclipse.jface
    Error
    Thu May 14 17:00:52 PDT 2020
    /icons/logo.gif

    java.io.FileNotFoundException: /icons/logo.gif
    at org.eclipse.osgi.storage.url.bundleentry.Handler.findBundleEntry(Handler.java:55)
    at org.eclipse.osgi.storage.url.BundleResourceHandler.openConnection(BundleResourceHandler.java:174)
    at java.base/java.net.URL.openConnection(URL.java:1086)
    at org.eclipse.core.internal.boot.PlatformURLConnection.connect(PlatformURLConnection.java:115)
    at org.eclipse.core.internal.boot.PlatformURLConnection.getURLAsLocal(PlatformURLConnection.java:240)
    at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:37)
    at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:261)
    at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:232)
    at org.eclipse.jface.resource.URLImageDescriptor.access$2(URLImageDescriptor.java:220)
    at org.eclipse.jface.resource.URLImageDescriptor$URLImageFileNameProvider.getImagePath(URLImageDescriptor.java:57)
    at org.eclipse.swt.internal.DPIUtil.validateAndGetImagePathAtZoom(DPIUtil.java:419)
    at org.eclipse.swt.graphics.Image.<init>(Image.java:687)
    at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:263)
    at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:242)
    at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:220)
    at org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.getImage(TrimStack.java:798)
    at org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.updateTrimStackItems(TrimStack.java:863)
    at org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.createWidget(TrimStack.java:618)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
    at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:998)
    at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139)
    at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408)
    at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:345)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:227)
    at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:94)
    at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60)
    at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:37)
    at org.eclipse.e4.ui.workbench.renderers.swt.ToolControlRenderer.createWidget(ToolControlRenderer.java:129)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
    at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:73)
    at org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer.processContents(TrimBarRenderer.java:134)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:676)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.subscribeTopicToBeRendered(PartRenderingEngine.java:161)
    at jdk.internal.reflect.GeneratedMethodAccessor87.invoke(Unknown Source)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
    at org.eclipse.e4.core.di.internal.extensions.EventObjectSupplier$DIEventHandler.handleEvent(EventObjectSupplier.java:92)
    at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205)
    at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203)
    at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
    at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151)
    at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132)
    at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75)
    at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44)
    at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55)
    at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63)
    at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424)
    at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setToBeRendered(UIElementImpl.java:314)
    at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.createTrim(MinMaxAddon.java:1006)
    at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.minimize(MinMaxAddon.java:622)
    at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.subscribeTopicTagsChanged(MinMaxAddon.java:381)

    #658235 Reply

    support-swapna
    Moderator

    Hi,

    Sorry that you are seeing these errors.
    They are coming from Eclipse which is the base for MyEclipse as per the bug reports here and here.

    1. Did you install any third party plugins? If yes, then please share the details.
    2. When you are double clicking on the Console view, do you have any specific files opened in the editor view? If yes, then can you close them and check if the error logs. Also share with us which file types are you working with.
    3. From when exactly are you seeing these errors ? Did you update any of the projects in the workspace?
    4. Do you see the errors in a new workspace as well?
    5. Please also share with us the complete .log file located at workspace dir/.metadata/.log to help us investigate further. Change the extension to .txt and attach it here.

    Apologies for inconvenience caused.

    –Swapna
    Genuitec Support

    #658742 Reply

    atomz4peace
    Participant

    Only other plugin in jdeclipse. Doesn’t matter what file is open in the main window. this product is java and jsf.

    Log attached.

    Attachments:
    You must be logged in to view attached files.
    #661681 Reply

    mmahendra14
    Participant

    Hi,

    I’m also getting same issue. I’m starting the IBM RSARTE(Rational Software architect) tool and we have some custom plugins.
    While launching up the tool i see below error logs in workspacefolder->.metadata->.log and due to which custom plugins are not loading up in the tool. Can you please help??

    Error:
    First Error:

    !ENTRY org.eclipse.jface 4 0 2020-07-28 13:08:43.428
    !MESSAGE /icons/logo.gif
    !STACK 0
    java.io.FileNotFoundException: /icons/logo.gif
    at org.eclipse.osgi.storage.url.bundleentry.Handler.findBundleEntry(Handler.java:55)
    at org.eclipse.osgi.storage.url.BundleResourceHandler.openConnection(BundleResourceHandler.java:174)

    Second one:
    org.eclipse.jface.resource.DeviceResourceException: Unable to create resource URLImageDescriptor(platform:/plugin/com.csg.pb.modeling.navigation/icons/logo.gif)
    at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:184)
    at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:55)

    Please help me.

    #661682 Reply

    mmahendra14
    Participant

    Hi,

    I’m having the same issue like yours. Did you get any solution for it??

    Thanks,

    #661683 Reply

    support-swapna
    Moderator

    Mahendra,

    Can you please clarify if you have installed any of the Genuitec plugins?
    From the logs, it looks like the errors are coming from Eclipse as I pointed earlier in one of my previous responses.
    Please cross post to development related forums like stackoverflow.com or to Eclipse forums for better support on the issue.

    –Swapna
    Genuitec Support

    #661684 Reply

    mmahendra14
    Participant

    Hi swapna,

    Thanks for your reply. Really I don’t know about the genuitec plugins.As of now issue seems to be with the org.eclipse.jface.

    Appreciated your help.
    Thanks..

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: error log entries missing logo.gif

You must be logged in to post in the forum log in