This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243430 - org.eclipse.core.runtime.CoreException: Cannot deserialize tasklist
Summary: org.eclipse.core.runtime.CoreException: Cannot deserialize tasklist
Status: RESOLVED INCOMPLETE
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 06:37 UTC by mrpc
Modified: 2014-04-14 08:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208833


Attachments
stacktrace (1.50 KB, text/plain)
2014-04-01 06:37 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2014-04-01 06:37:21 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
mrpc: Started up netbeans, opened tasks window




Stacktrace: 
org.eclipse.core.runtime.CoreException: Cannot deserialize tasklist
   at org.netbeans.modules.mylyn.util.MylynSupport.ensureTaskListLoaded(MylynSupport.java:576)
   at org.netbeans.modules.mylyn.util.MylynSupport.getRepositoryQueries(MylynSupport.java:298)
   at org.netbeans.modules.mylyn.util.MylynSupport.getRepositoryQuery(MylynSupport.java:319)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.createPersistentQuery(BugzillaRepository.java:266)
   at org.netbeans.modules.bugzilla.BugzillaConfig.getQuery(BugzillaConfig.java:135)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.getQueriesIntern(BugzillaRepository.java:473)
Comment 1 mrpc 2014-04-01 06:37:23 UTC
Created attachment 146454 [details]
stacktrace
Comment 2 Tomas Stupka 2014-04-11 09:45:28 UTC
your tasks list file seems to be corrupted. please remove or rename the 
{your_userdir}/var/tasks/mylyn/tasks.xml.zip file and let us know if the problem still prevails.

thanks
Comment 3 mrpc 2014-04-11 18:57:22 UTC
Actually, I created my saved queries list again, so I never saw this message again.
However, sometimes it happens to open netbeans and my saved queries are lost and I have to recreate them. It happened at least two times, but without an error or exception (that's why I didn't post any more details).
if that happens again (without an error), what can I provide to help trace if it's a bug?


(it could also be a os problem, or an antivirus doing stuff in my users folder)
Comment 4 Tomas Stupka 2014-04-14 08:52:01 UTC
> if that happens again (without an error), what can I provide to help trace
> if it's a bug?
all your messages.log.* files from userdir/var/log

thanks