Skip to main content



      Home
Home » Eclipse Projects » Mylyn » Getting message: "Offline storage stop failed"
Getting message: "Offline storage stop failed" [message #51224] Fri, 27 June 2008 17:34 Go to next message
Eclipse UserFriend
I am trying to run the Eclipse team CVS tests in 3.3.2 on Fedora and I am
getting a large number of errors which are happening in Mylyn during
tearDown of the Junit cases. A snippet of the traceback follows.

I have mylyn-2.3.2 installed for Fedora (eclipse-mylyn-2.3.2-6.fc9)

Any ideas, suggestions, or further info I can supply?

------------------------------------------------------------ ------------------

Severity: 4
Plugin ID: org.eclipse.mylyn.tasks.core
Code: 0
Message: Offline storage stop failed
java.lang.NullPointerException
at
org.eclipse.mylyn.internal.tasks.ui.OfflineCachingStorage.st op(OfflineCachingStorage.java:156)
at
org.eclipse.mylyn.internal.tasks.core.TaskDataManager.stop(T askDataManager.java:313)
at
org.eclipse.mylyn.tasks.ui.TasksUiPlugin$6.saving(TasksUiPlu gin.java:477)
at
org.eclipse.core.internal.resources.SaveManager.executeLifec ycle(SaveManager.java:343)
at
org.eclipse.core.internal.resources.SaveManager$1.run(SaveMa nager.java:160)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at
org.eclipse.core.internal.resources.SaveManager.broadcastLif ecycle(SaveManager.java:163)
at
org.eclipse.core.internal.resources.SaveManager.save(SaveMan ager.java:982)
at org.eclipse.core.internal.resources.Workspace.save(Workspace .java:1824)
at
org.eclipse.team.tests.ccvs.core.EclipseTest.cleanup(Eclipse Test.java:1410)
at
org.eclipse.core.tests.resources.ResourceTest.tearDown(Resou rceTest.java:908)
at
org.eclipse.team.tests.ccvs.core.EclipseTest.tearDown(Eclips eTest.java:1035)
Re: Getting message: "Offline storage stop failed" [message #51251 is a reply to message #51224] Fri, 27 June 2008 17:41 Go to previous message
Eclipse UserFriend
> I am trying to run the Eclipse team CVS tests in 3.3.2 on Fedora and I am
> getting a large number of errors which are happening in Mylyn during
> tearDown of the Junit cases. A snippet of the traceback follows.

The error is caused by a missing check if the offline caching store was
actually started when it is stopped (it just assumes that it was).

To get rid of the error you can remove the Mylyn plug-ins from the run
configuration on the Plug-ins tab (select the configuration from Run > Run
Configurations > JUnit Plug-in Test).

Alternatively you can remove the Mylyn plug-ins from your target platform so
it takes effect for all run configurations (Window > Preferences > Plug-in
Development > Target Platform).

Steffen
Re: Getting message: "Offline storage stop failed" [message #590572 is a reply to message #51224] Fri, 27 June 2008 17:41 Go to previous message
Eclipse UserFriend
> I am trying to run the Eclipse team CVS tests in 3.3.2 on Fedora and I am
> getting a large number of errors which are happening in Mylyn during
> tearDown of the Junit cases. A snippet of the traceback follows.

The error is caused by a missing check if the offline caching store was
actually started when it is stopped (it just assumes that it was).

To get rid of the error you can remove the Mylyn plug-ins from the run
configuration on the Plug-ins tab (select the configuration from Run > Run
Configurations > JUnit Plug-in Test).

Alternatively you can remove the Mylyn plug-ins from your target platform so
it takes effect for all run configurations (Window > Preferences > Plug-in
Development > Target Platform).

Steffen
Previous Topic:Integration with the History view
Next Topic:RichTextAttributeEditor font
Goto Forum:
  


Current Time: Sat May 03 12:37:18 EDT 2025

Powered by FUDForum. Page generated in 0.04870 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top