Skip to content
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

Attempted to beginRule: MultiRule[], does not match outer scope rule: R/ #60

Open
basilevs opened this issue Mar 28, 2024 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@basilevs
Copy link
Contributor

Following error happens when creating AUT:

eclipse.buildId=4.31.0.I20240229-0520
java.version=17.0.10
java.vendor=Private Build
BootLoader constants: OS=linux, ARCH=aarch64, WS=gtk, NL=en
Command-line arguments:  -os linux -ws gtk -arch aarch64 -data file:/home/ubuntu/rcptt_workspace/

org.eclipse.core.jobs
Error
Thu Mar 28 10:19:06 UTC 2024
An internal error occurred during: "Re-resolve Target state after VM-Install or EE change".

java.lang.IllegalArgumentException: Attempted to beginRule: MultiRule[], does not match outer scope rule: R/
	at org.eclipse.core.runtime.Assert.isLegal(Assert.java:68)
	at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:144)
	at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:416)
	at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:88)
	at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:341)
	at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:124)
	at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:2398)
	at org.eclipse.core.internal.resources.Project$1.run(Project.java:601)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2448)
	at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:642)
	at org.eclipse.core.internal.resources.Project.build(Project.java:162)
	at org.eclipse.pde.internal.core.MinimalState.reloadSystemPackagesIntoState(MinimalState.java:339)
	at org.eclipse.pde.internal.core.MinimalState$2.runInWorkspace(MinimalState.java:312)
	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:43)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
@basilevs
Copy link
Contributor Author

basilevs commented Mar 29, 2024

The bug is fixed in PDE and will hopefully reach 2024-06

@basilevs basilevs added the bug Something isn't working label Mar 30, 2024
@basilevs basilevs added the wontfix This will not be worked on label Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant