Community
Participate
Working Groups
I20100209-2300 In the automated tests from this build there is an NPE during shutdown. This doesn't impact usability of the build, but it should be cleaned up to avoid the NPE: Caused by: java.lang.NullPointerException at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.getAgent(ProfilePreferences.java:145) at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.save(ProfilePreferences.java:274) 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.repository.helpers.AbstractRepositoryManager.saveToPreferences(AbstractRepositoryManager.java:948) at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.shutdown(AbstractRepositoryManager.java:988) at org.eclipse.equinox.internal.p2.repository.Activator.stop(Activator.java:65)
The basic problem here is that the engine bundle is shutting down before the repository bundle. We actually already have a bug for this so I'm marking it as a duplicate. *** This bug has been marked as a duplicate of bug 265973 ***