-
Notifications
You must be signed in to change notification settings - Fork 172
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
Cannot render more than N documents on the same Asciidoctor instance (fixed with jRuby 9.1.17.0) #680
Comments
Run |
Windows I guess. |
I just reproduced on MacOS (JDK 8_181) and Manjaro Linux (JDK 8_181 and 10.0.2).
Note the example sets jRuby to 9.1.17.0. Comment it to use the default provided by AsciidoctorJ (v16). |
I reproduced the issue in Travis and AppVeyour with the test |
Apologies to pushing this @robertpanzer , but I just to be sure AsciidoctorJ will upgrade to 9.1.17.0 as recommended version in include this in a hotfix for the maven plugin. |
I just reproduced the problem with Ruby 9.1.16.0. |
Thanks! I will proceed with the maven changes. |
As an addition. We ran into the same problem with the latest jbake release. |
I think we can close this issue. Even when not release, anyone with this issue just needs to use JRuby 9.1.17.0 instead of the version provided by AsciidoctorJ. |
AsciidoctorJ: 1.5.7
jRuby: 9.1.16.0 (default)
OS: Windows 10
JDK: 1.8.0_181
This is one of those weird issues...
Since version 1.5.7, if I try to render a set of documents reusing the same Asciidoctor instance, the process fails stating that it cannot read a document (see below). The error is always the same and happens on the same document.
I have been able to reproduce the issue rendering the same document in a loop and I have found the following:
9.1.17.0
seems to fix it (500 loops without issues), jRuby 9.2.0.0 does not work at all.The text was updated successfully, but these errors were encountered: