Community
Participate
Working Groups
I was working on another bug involving the MirrorApplication, and noticed at the end of the log there are two NullPointerExceptions at the end of the log. This is occurring because the AgentLocation is null, though earlier in execution it was able to obtain it. Perhaps this is occurring during the shutdown processthe AgentLocation service is terminated before the Preferences service? !ENTRY org.eclipse.core.jobs 4 2 2009-02-26 11:29:47.562 !MESSAGE An internal error occurred during: "Saving repository settings". !STACK 0 java.lang.NullPointerException at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.getDefaultLocation(ProfilePreferences.java:141) at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.save(ProfilePreferences.java:153) at org.eclipse.core.internal.preferences.EclipsePreferences.flush(EclipsePreferences.java:352) at org.eclipse.core.internal.preferences.EclipsePreferences.flush(EclipsePreferences.java:340) at org.eclipse.equinox.internal.p2.core.helpers.AbstractRepositoryManager$SaveJob.run(AbstractRepositoryManager.java:57) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
*** This bug has been marked as a duplicate of bug 265973 ***