| Summary: | An internal error occurred during: "Activity Monitor Job". java.lang.NullPointerException | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Luis Morales <lmoralestmira> | ||||||||||
| Component: | Mylyn | Assignee: | Steffen Pingel <steffen.pingel> | ||||||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||||||
| Severity: | major | ||||||||||||
| Priority: | P1 | CC: | 6mix, costis, eclipse, jackstraw66, maisel+eclipsebugs, Olivier_Thomann, shawn.minto, steffen.pingel, stephan.herrmann | ||||||||||
| Version: | unspecified | ||||||||||||
| Target Milestone: | 3.6 | ||||||||||||
| Hardware: | Macintosh | ||||||||||||
| OS: | Mac OS X - Carbon (unsup.) | ||||||||||||
| Whiteboard: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Luis Morales
Given you see an exception there should be a corresponding entry in the log file .metadata/.log inside your workspace directory. If you paste or attach the exception stack trace to this bug we have better chances of finding out which plug-in is actually causing grief. Stack trace is mandatory for further investigation. Created attachment 194487 [details]
requested log file
Created attachment 194488 [details]
" "Activity Monitor Job"."
I have exactly the same problem. That error message jumps up all the time. Moving to Mylyn. I got this one too, eclipse for java developers, build-number, 20110218-0911 !ENTRY org.eclipse.core.jobs 4 2 2011-05-02 16:04:21.361 !MESSAGE An internal error occurred during: "Activity Monitor Job". !STACK 0 java.lang.NullPointerException at org.eclipse.mylyn.internal.tasks.ui.TaskListSynchronizationScheduler.cancel(TaskListSynchronizationScheduler.java:107) at org.eclipse.mylyn.internal.tasks.ui.TaskListSynchronizationScheduler.userAttentionGained(TaskListSynchronizationScheduler.java:155) at org.eclipse.mylyn.internal.monitor.ui.ActivityContextManager.fireActive(ActivityContextManager.java:222) at org.eclipse.mylyn.internal.monitor.ui.ActivityContextManager.access$2(ActivityContextManager.java:220) at org.eclipse.mylyn.internal.monitor.ui.ActivityContextManager$2.active(ActivityContextManager.java:92) at org.eclipse.mylyn.internal.monitor.ui.CheckActivityJob.run(CheckActivityJob.java:101) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Thanks for the stack trace. We'll look into this. On which operating systems are you experiencing this problem? (In reply to comment #8) > Thanks for the stack trace. We'll look into this. On which operating systems > are you experiencing this problem? I'm on Mac OS X 10.6.3 (10D573) Eclipse Version: Helios Service Release 2, Build id: 20110301-1815 - KFM As work-around, can you try the following: * Disable "Synchronize Automatically" in the view menu of the task list. Alternatively, if you are not using Mylyn: * Close the Task List view so it is not visible on startup * Under Preferences > General > Startup and Shutdown disable Mylyn Team UI and Mylyn Tasks UI Does that get rid of the error popups? Same error. Keeps popping up every few minutes. Version: 3.6.2.r362_v20110210 Build id: M20110210-1200 (In reply to comment #10) > As work-around, can you try the following: > > * Disable "Synchronize Automatically" in the view menu of the task list. > > Alternatively, if you are not using Mylyn: > > * Close the Task List view so it is not visible on startup > * Under Preferences > General > Startup and Shutdown disable Mylyn Team UI and > Mylyn Tasks UI > > Does that get rid of the error popups? The first step did the trick for my Eclipse Version: Helios Service Release 2 Build id: 20110218-0911 (In reply to comment #10) > As work-around, can you try the following: > > * Disable "Synchronize Automatically" in the view menu of the task list. > > Alternatively, if you are not using Mylyn: > > * Close the Task List view so it is not visible on startup > * Under Preferences > General > Startup and Shutdown disable Mylyn Team UI and > Mylyn Tasks UI > > Does that get rid of the error popups? Disabling the "Synchronize Automatically" menu item corrected the issue for me as well. Thank you! - KFM Created attachment 197208 [details]
fix
Created attachment 197209 [details]
mylyn/context/zip
I have committed the fix and triggered a new weekly build https://hudson.eclipse.org/hudson/job/mylyn-release/116/ which will be available from this site shortly: http://download.eclipse.org/mylyn/snapshots/weekly . This fix will also be included in Indigo RC4. |