Bug 490653 - IOException below TemplatesCompletionProposalComputer.loadImage
Summary: IOException below TemplatesCompletionProposalComputer.loadImage
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Recommenders (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2016-03-30 01:00 EDT by EPP Error Reports CLA
Modified: 2019-07-24 14:35 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description EPP Error Reports CLA 2016-03-30 01:00:00 EDT
The following incident was reported via the automated error reporting:


    code:                   0
    plugin:                 org.eclipse.jface_3.11.0.v20150602-1400
    message:                The URL "bundleentry://688.fwk2113737065/icons/view16/templates-dots.gif" could not be extracted probably due to insufficient permissions or insufficient disk space.
    fingerprint:            7180077e
    exception class:        java.io.IOException
    exception message:      The URL "bundleentry://688.fwk2113737065/icons/view16/templates-dots.gif" could not be extracted probably due to insufficient permissions or insufficient disk space.
    number of children:     0
    
    java.io.IOException: The URL "bundleentry://688.fwk2113737065/icons/view16/templates-dots.gif" could not be extracted probably due to insufficient permissions or insufficient disk space.
    at org.eclipse.osgi.storage.url.BundleURLConverter.toFileURL(BundleURLConverter.java:40)[REQUIRED, TOPMOST]
    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.recommenders.internal.calls.rcp.templates.TemplatesCompletionProposalComputer.loadImage(TemplatesCompletionProposalComputer.java:131)[REQUIRED]
    at org.eclipse.recommenders.internal.calls.rcp.templates.TemplatesCompletionProposalComputer.<init>(TemplatesCompletionProposalComputer.java:122)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
    at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:85)[REQUIRED]
    at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)
    at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)
    at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978)
    at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024)
    at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974)
    at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013)
    at org.eclipse.recommenders.injection.ExtensionFactory.loadExtension(ExtensionFactory.java:50)
    at org.eclipse.recommenders.injection.ExtensionFactory.create(ExtensionFactory.java:42)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:262)
    at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
    at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.createComputer(CompletionProposalComputerDescriptor.java:308)
    at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.getComputer(CompletionProposalComputerDescriptor.java:275)
    at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.sessionStarted(CompletionProposalComputerDescriptor.java:418)
    at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.sessionStarted(CompletionProposalCategory.java:384)
    at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor$CompletionListener.assistSessionStarted(ContentAssistProcessor.java:118)
    at org.eclipse.jface.text.contentassist.ContentAssistant.fireSessionBeginEvent(ContentAssistant.java:2362)
    at org.eclipse.jface.text.contentassist.ContentAssistant.prepareToShowCompletions(ContentAssistant.java:1751)
    at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1716)
    at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:180)
    at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
    at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:122)
    at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
    at sun.reflect.GeneratedMethodAccessor91.invoke(null:-1)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:252)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
    at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152)
    at org.eclipse.core.commands.Command.executeWithChecks(Command.java:493)
    at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:486)
    at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:286)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:507)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:558)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.filterKeySequenceBindings(KeyBindingDispatcher.java:378)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.access$0(KeyBindingDispatcher.java:324)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher$KeyDownFilter.handleEvent(KeyBindingDispatcher.java:86)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1550)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1328)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1338)
    at org.eclipse.swt.widgets.Control.traverse(Control.java:5412)
    at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:5313)
    at org.eclipse.swt.widgets.Composite.translateMnemonic(Composite.java:1614)
    at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:5332)
    at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:3306)
    at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:785)
    at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1980)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:5590)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4717)
    at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(OS.java:-2)
    at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9279)
    at org.eclipse.swt.widgets.Display.eventProc(Display.java:1225)
    at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(OS.java:-2)
    at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2425)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3428)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
   
  

General Information:

    reported-by:      
    anonymous-id:     a6ac2d71-2308-4896-9ae4-66bff3556979
    eclipse-build-id: 4.5.1.M20150904-0015
    eclipse-product:  org.eclipse.epp.package.jee.product
    operating system: Linux 3.16.0 (x86_64) - gtk
    jre-version:      1.7.0_85-b01

The following plug-ins were present on the execution stack (*):
    1. com.google.inject_3.0.0.v201312141243
    2. org.eclipse.core.commands_3.7.0.v20150422-0725
    3. org.eclipse.core.databinding.observable_1.5.0.v20150422-0725
    4. org.eclipse.core.databinding_1.5.0.v20150422-0725
    5. org.eclipse.core.runtime_3.11.1.v20150903-1804
    6. org.eclipse.e4.core.commands_0.11.0.v20150422-0725
    7. org.eclipse.e4.core.contexts_1.4.0.v20150828-0818
    8. org.eclipse.e4.core.di_1.5.0.v20150421-2214
    9. org.eclipse.e4.ui.bindings_0.11.0.v20150422-0725
    10. org.eclipse.e4.ui.workbench_1.3.0.v20150531-1948
    11. org.eclipse.e4.ui.workbench.swt_0.13.0.v20150504-0621
    12. org.eclipse.equinox.app_1.3.300.v20150423-1356
    13. org.eclipse.equinox.launcher_1.3.100.v20150511-1540
    14. org.eclipse.jdt.ui_3.11.1.v20150827-1306
    15. org.eclipse.jdt_3.11.1.v20150904-0015
    16. org.eclipse.jface_3.11.0.v20150602-1400
    17. org.eclipse.jface.text_3.10.0.v20150603-1752
    18. org.eclipse.osgi_3.10.101.v20150820-1432
    19. org.eclipse.recommenders.calls.rcp_2.2.4.v20150914-0857
    20. org.eclipse.recommenders.calls_2.2.4.v20150914-0857
    21. org.eclipse.recommenders.injection_2.2.4.v20150914-0857
    22. org.eclipse.swt_3.104.1.v20150825-0743
    23. org.eclipse.ui_3.107.0.v20150507-1945
    24. org.eclipse.ui.ide.application_1.1.0.v20150422-0725
    25. org.eclipse.ui.ide_3.11.0.v20150825-2158

Please note that:
* Messages, stacktraces, and nested status objects may be shortened.
* Bug fields like status, resolution, and whiteboard are sent
  back to reporters.
* The list of present bundles and their respective versions was
  calculated by package naming heuristics. This may or may not reflect reality.

Other Resources:
* Report: https://dev.eclipse.org/recommenders/committers/confess/#/problems/56455f9fe4b01f61a2362ace  
* Manual: https://dev.eclipse.org/recommenders/community/confess/#/guide


Thank you for your assistance.
Your friendly error-reports-inbox.
Comment 1 Andreas Sewe CLA 2016-03-30 03:17:03 EDT
In reply to EPP Error Reports from comment #0)
>     message:                The URL
> "bundleentry://688.fwk2113737065/icons/view16/templates-dots.gif" could not
> be extracted probably due to insufficient permissions or insufficient disk
> space.

I just double-checked that the icon is indeed present in the bundle, so it might indeed be "insufficient permissions or insufficient disk space".

It would be great if a user who encounters the error could check for this and report back here in Bugzilla.