-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profile TARGET_DEFINITION:resource:/target-platform/target-platform.target is not current. #580
Comments
This method does a reset:
So I think it "fixes" the problem such that you could retry afterwards... |
I currently can "fix" it by closing the target editor and reopen it so it seams that at least somewhere it can "escape" from that check. Or do you mean the method should catch the error and call |
The caller of that method throws an exception to terminate but at that point, it appears that the problem is "fixed" because of the reset call. What PDE might do is try to lock and unlock the profile early, and maybe try a second time if the first time fails, and then proceed. I'm not sure how feasible that is... |
i still see this on a regular basis in my oomphed xtext workspace after restarting
|
From time to time I see the following error:
this opens a error dialog but I can't see what does not work or what a user should do, so I see the following options:
@merks any idea what this is supposed to mean? should
P2TargetUtils
maybe start another resolve in that case?The text was updated successfully, but these errors were encountered: