Event List menu item throws FileNotFoundException

Bug #407586 reported by Ken McLean
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenScore
Fix Released
Critical
Craig Mahony

Bug Description

Event List menu item throws FileNotFoundException.

org.eclipse.swt.SWTException: i/o error (java.io.FileNotFoundException: bin\sideBarMeets5.bmp (The system cannot find the file specified))
        at org.eclipse.swt.SWT.error(SWT.java:3777)
        at org.eclipse.swt.SWT.error(SWT.java:3695)
        at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:159)
        at org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:26)
        at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:377)
        at org.eclipse.swt.graphics.Image.<init>(Image.java:735)
        at avscoreswt.gui.Meets.EventsPanel.<init>(EventsPanel.java:141)
        at avscoreswt.gui.BaseFrame$17.run(BaseFrame.java:646)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at avscoreswt.gui.BaseFrame.run(BaseFrame.java:191)
        at avscoreswt.gui.BaseFrame.start(BaseFrame.java:1102)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at avscoreswt.OpenScore.main(OpenScore.java:62)
Caused by: java.io.FileNotFoundException: bin\sideBarMeets5.bmp (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at org.eclipse.swt.internal.Compatibility.newFileInputStream(Compatibility.java:182)
        at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:156)
        ... 22 more

Revision history for this message
Ken McLean (kenmclean) wrote :

While you're at it the Meet Templates menu item does the same:
15:33:56.640:INFO :coreEvents has 0
org.eclipse.swt.SWTException: i/o error (java.io.FileNotFoundException: bin\sideBarMeets5.bmp (The system cannot find the file specified))
        at org.eclipse.swt.SWT.error(SWT.java:3777)
        at org.eclipse.swt.SWT.error(SWT.java:3695)
        at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:159)
        at org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:26)
        at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:377)
        at org.eclipse.swt.graphics.Image.<init>(Image.java:735)
        at avscoreswt.gui.Meets.EventsPanel.<init>(EventsPanel.java:141)
        at avscoreswt.gui.Meets.MeetTemplatesGui.<init>(MeetTemplatesGui.java:118)
        at avscoreswt.gui.BaseFrame$11.run(BaseFrame.java:597)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at avscoreswt.gui.BaseFrame.run(BaseFrame.java:191)
        at avscoreswt.gui.BaseFrame.start(BaseFrame.java:1102)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at avscoreswt.OpenScore.main(OpenScore.java:62)
Caused by: java.io.FileNotFoundException: bin\sideBarMeets5.bmp (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at org.eclipse.swt.internal.Compatibility.newFileInputStream(Compatibility.java:182)
        at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:156)
        ... 23 more

Revision history for this message
Craig Mahony (cmahony) wrote : Re: [Bug 407586] Re: Event List menu item throws FileNotFoundException
Download full text (5.5 KiB)

Tudor needs to add the "sideBarMeets5.bmp" file either to the bin or to the
classpath on the distribution.

Craig
----- Original Message -----
From: "Ken McLean" <email address hidden>
To: <email address hidden>
Sent: Saturday, August 01, 2009 3:36 PM
Subject: [Bug 407586] Re: Event List menu item throws FileNotFoundException

While you're at it the Meet Templates menu item does the same:
15:33:56.640:INFO :coreEvents has 0
org.eclipse.swt.SWTException: i/o error (java.io.FileNotFoundException:
bin\sideBarMeets5.bmp (The system cannot find the file specified))
        at org.eclipse.swt.SWT.error(SWT.java:3777)
        at org.eclipse.swt.SWT.error(SWT.java:3695)
        at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:159)
        at
org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:26)
        at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:377)
        at org.eclipse.swt.graphics.Image.<init>(Image.java:735)
        at avscoreswt.gui.Meets.EventsPanel.<init>(EventsPanel.java:141)
        at
avscoreswt.gui.Meets.MeetTemplatesGui.<init>(MeetTemplatesGui.java:118)
        at avscoreswt.gui.BaseFrame$11.run(BaseFrame.java:597)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
        at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
        at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at avscoreswt.gui.BaseFrame.run(BaseFrame.java:191)
        at avscoreswt.gui.BaseFrame.start(BaseFrame.java:1102)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at avscoreswt.OpenScore.main(OpenScore.java:62)
Caused by: java.io.FileNotFoundException: bin\sideBarMeets5.bmp (The system
cannot find the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at
org.eclipse.swt.internal.Compatibility.newFileInputStream(Compatibility.java:182)
        at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:156)
        ... 23 more

--
Event List menu item throws FileNotFoundException
https://bugs.launchpad.net/bugs/407586
You received this bug notification because you are a bug assignee.

Status in OpenScore: New

Bug description:
Event List menu item throws FileNotFound...

Read more...

Revision history for this message
Craig Mahony (cmahony) wrote :
Download full text (5.6 KiB)

I take part of that back. The image is in the bin from when I committed it.
So I think Tudor just needs to add it to the classpath in his build file.

Craig
----- Original Message -----
From: "Ken McLean" <email address hidden>
To: <email address hidden>
Sent: Saturday, August 01, 2009 3:36 PM
Subject: [Bug 407586] Re: Event List menu item throws FileNotFoundException

While you're at it the Meet Templates menu item does the same:
15:33:56.640:INFO :coreEvents has 0
org.eclipse.swt.SWTException: i/o error (java.io.FileNotFoundException:
bin\sideBarMeets5.bmp (The system cannot find the file specified))
        at org.eclipse.swt.SWT.error(SWT.java:3777)
        at org.eclipse.swt.SWT.error(SWT.java:3695)
        at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:159)
        at
org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:26)
        at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:377)
        at org.eclipse.swt.graphics.Image.<init>(Image.java:735)
        at avscoreswt.gui.Meets.EventsPanel.<init>(EventsPanel.java:141)
        at
avscoreswt.gui.Meets.MeetTemplatesGui.<init>(MeetTemplatesGui.java:118)
        at avscoreswt.gui.BaseFrame$11.run(BaseFrame.java:597)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
        at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
        at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at avscoreswt.gui.BaseFrame.run(BaseFrame.java:191)
        at avscoreswt.gui.BaseFrame.start(BaseFrame.java:1102)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at avscoreswt.OpenScore.main(OpenScore.java:62)
Caused by: java.io.FileNotFoundException: bin\sideBarMeets5.bmp (The system
cannot find the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at
org.eclipse.swt.internal.Compatibility.newFileInputStream(Compatibility.java:182)
        at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:156)
        ... 23 more

--
Event List menu item throws FileNotFoundException
https://bugs.launchpad.net/bugs/407586
You received this bug notification because you are a bug assignee.

Status in OpenScore: New

Bug descriptio...

Read more...

Revision history for this message
Ken McLean (kenmclean) wrote :

Resolved

Changed in openscore:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.