-
Notifications
You must be signed in to change notification settings - Fork 16
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
[Windows] Attempted to beginRule: MultiRule[], does not match outer scope rule: R/ #425
Comments
This bug makes is really annoying to use the plug-in in Windows. I'm getting this error on every save. |
@vogella : Sorry for the late response - I will take a look. Analyze/Try to reproduceI tried with
I opened multiple asciidoc files, plantuml files and also ditaa files with the asciidoctor editor and there was none of the mentioned stacktrace information inside the error log view! Internet searchAfter doing a google search, I found multiple locations where the problem also appeared (without asciidoctor editor) Here an example: Currrent stateAs long as I have not the possibility to reproduce the problem I am not able to fix it. Further stepsPlease
|
I don't remember if I saw this on Linux or Windows, will report once this happens again. |
Happens for me on Windows all he tme if I edit one of my files. Here is an example content:
|
Maybe it happens if the images can not be found? Frequently I add the image later. |
@vogella : I tried to reproduce your problem with your Example snippet (+ not existing files ) with editor version 2.6.1 on Eclipse 2021-12 + Windows 10 - no problems: |
After updating my Eclipse to 2022-06 I retried to reproduce - but same situation: All is working. |
Using latest release I still get a lot of the following errors in Windows.
@de-jcup didn't you fix that in another issue?
java.lang.IllegalArgumentException: Attempted to beginRule: MultiRule[], does not match outer scope rule: R/
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:66)
at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:138)
at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:402)
at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:66)
at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:315)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:247)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:311)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:400)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:403)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:514)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:462)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:544)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:161)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:255)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
The text was updated successfully, but these errors were encountered: