Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 265831 - [Apply Patch] Applying a patch causes errors, I20090217-2200
Summary: [Apply Patch] Applying a patch causes errors, I20090217-2200
Status: RESOLVED DUPLICATE of bug 265740
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Pawel Pogorzelski CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-23 10:26 EST by Paul Webster CLA
Modified: 2009-02-24 05:58 EST (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 Paul Webster CLA 2009-02-23 10:26:48 EST
WorkbenchSourceProvider.java is the new file, added as part of the patch.


eclipse.buildId=I20090217-2200
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20080315 (JIT enabled)
J9VM - 20080314_17962_lHdSMr
JIT  - 20080130_0718ifx2_r8
GC   - 200802_08
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86 -data /opt/pwebster/workspaces/build350


Error
Mon Feb 23 10:24:42 EST 2009
Internal error

org.eclipse.core.internal.resources.ResourceException: Resource '/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/WorkbenchSourceProvider.java' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:319)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:196)
	at org.eclipse.core.internal.resources.File.getContents(File.java:296)
	at org.eclipse.core.internal.resources.File.getContents(File.java:287)
	at org.eclipse.compare.internal.patch.Utilities.createReader(Utilities.java:64)
	at org.eclipse.compare.internal.patch.Utilities$1.createReader(Utilities.java:50)
	at org.eclipse.compare.internal.core.patch.LineReader.load(LineReader.java:37)
	at org.eclipse.compare.internal.core.patch.FileDiffResult.isEmpty(FileDiffResult.java:147)
	at org.eclipse.compare.internal.core.patch.FileDiffResult.refresh(FileDiffResult.java:77)
	at org.eclipse.compare.internal.patch.WorkspaceFileDiffResult.refresh(WorkspaceFileDiffResult.java:54)
	at org.eclipse.compare.internal.patch.Patcher.refresh(Patcher.java:603)
	at org.eclipse.compare.internal.patch.Patcher.refresh(Patcher.java:596)
	at org.eclipse.compare.internal.patch.PatchWizard.performFinish(PatchWizard.java:119)
	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:625)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1161)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3477)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3096)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
	at org.eclipse.jface.window.Window.open(Window.java:801)
	at org.eclipse.compare.patch.ApplyPatchOperation.openWizard(ApplyPatchOperation.java:155)
	at org.eclipse.compare.patch.ApplyPatchOperation.run(ApplyPatchOperation.java:200)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.team.internal.ui.actions.ApplyPatchAction.execute(ApplyPatchAction.java:53)
	at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamAction.java:514)
	at org.eclipse.team.internal.ui.actions.TeamAction.runWithEvent(TeamAction.java:548)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
	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:1161)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3477)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3096)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2388)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2352)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:618)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1284)
Comment 1 Pawel Pogorzelski CLA 2009-02-23 10:34:45 EST

*** This bug has been marked as a duplicate of bug 265740 ***