Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 328587

Summary: java.lang.IllegalStateException: Profile SDKProfile is not current. Expected timestamp 1288002614287 but was 1288002614287.
Product: [Eclipse Project] Equinox Reporter: Jacek Pospychala <jacek.pospychala>
Component: p2Assignee: P2 Inbox <equinox.p2-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: milesparker, pascal
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Jacek Pospychala CLA 2010-10-25 06:49:43 EDT
hi, this error message sounds like a bug.

we've just hit this when running a hudson build, so you can see log for all details at: https://hudson.eclipse.org/hudson/job/cbi-pdt-2.2-helios/554/console

java.lang.IllegalStateException: Profile SDKProfile is not current. Expected timestamp 1288002614287 but was 1288002614287.
   [p2.dir] 	at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.lockProfile(SimpleProfileRegistry.java:742)
   [p2.dir] 	at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:65)
   [p2.dir] 	at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:44)
   [p2.dir] 	at org.eclipse.equinox.internal.provisional.p2.director.PlanExecutionHelper.executePlan(PlanExecutionHelper.java:41)
   [p2.dir] 	at org.eclipse.equinox.internal.provisional.p2.director.PlanExecutionHelper.executePlan(PlanExecutionHelper.java:23)
   [p2.dir] 	at org.eclipse.equinox.internal.p2.director.app.DirectorApplication.updateRoamingProperties(DirectorApplication.java:1002)
   [p2.dir] 	at org.eclipse.equinox.internal.p2.director.app.DirectorApplication.performProvisioningActions(DirectorApplication.java:548)
   [p2.dir] 	at org.eclipse.equinox.internal.p2.director.app.DirectorApplication.run(DirectorApplication.java:800)
   [p2.dir] 	at org.eclipse.equinox.internal.p2.director.app.DirectorApplication.start(DirectorApplication.java:954)
   [p2.dir] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
   [p2.dir] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
   [p2.dir] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
   [p2.dir] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
   [p2.dir] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
   [p2.dir] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [p2.dir] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   [p2.dir] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   [p2.dir] 	at java.lang.reflect.Method.invoke(Method.java:592)
   [p2.dir] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
   [p2.dir] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
   [p2.dir] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
   [p2.dir] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Comment 1 Thomas Hallgren CLA 2011-06-26 08:11:44 EDT
*** Bug 350326 has been marked as a duplicate of this bug. ***
Comment 2 Pascal Rapicault CLA 2011-09-25 16:03:53 EDT
I'm not able to reproduce this.