Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 244016

Summary: NullPointerException synchronizing with repository (SVN)
Product: z_Archived Reporter: Dave Syer <david_syer>
Component: MylynAssignee: Steffen Pingel <steffen.pingel>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Dave Syer CLA 2008-08-13 08:05:10 EDT
Build ID: I20080617-2000

Steps To Reproduce:
1. Select shynchronize view
2. Barf on commit


More information:
org.eclipse.ui.PartInitException: Factory org.eclipse.mylyn.tasks.ui.elementFactories.task.editor returned null from createElement for editor id=org.eclipse.mylyn.tasks.ui.editors.task name=BATCH-773: Refactor and extend ExportedJobLauncher to JobOpe...
at org.eclipse.ui.internal.EditorReference.getRestoredInput(EditorReference.java:367)
at org.eclipse.ui.internal.EditorReference.getEditorInput(EditorReference.java:328)
at org.eclipse.jst.jsf.designtime.internal.jsp.StartupHandler$JSPEditorListener.getIFile(StartupHandler.java:192)
at org.eclipse.jst.jsf.designtime.internal.jsp.StartupHandler$JSPEditorListener.isValidJSPEditor(StartupHandler.java:152)
at org.eclipse.jst.jsf.designtime.internal.jsp.StartupHandler$1.run(StartupHandler.java:62)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
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:193)
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:382)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Comment 1 Steffen Pingel CLA 2009-07-23 16:49:47 EDT

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