-
Notifications
You must be signed in to change notification settings - Fork 150
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
Java not found ( 1.8 ) #215
Comments
Hello @aowss , thansk for reporting! Since the test harness does not have this error, and I can't reproduce it:
➜ docker run --rm --entrypoint=which asciidoctor/docker-asciidoctor:1.8.1 java
/usr/bin/java
➜ docker run --rm --entrypoint=java asciidoctor/docker-asciidoctor:1.8.1 -version
openjdk version "1.8.0_282"
OpenJDK Runtime Environment (IcedTea 3.18.0) (Alpine 8.282.08-r1)
OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode) It means that there a case in your setup that triggers this error: could you share the command and files used ? |
I don't think this is part of my setup since the error occurs on our pipeline and the only thing i had to do to fix it, was to change |
Hello @aowss , I'm not saying that you did something wrong: I'm asking you to provide a reproduction case so we can diagnose and understand what has to be done, if it is a bug in the image, in asciidoctor, or something else.
|
This feels eerily similar to #214. Is it really the case that Docker is broken that badly that it can't find files? |
Hello @aowss , without any feedback or example to reproduce your issue, I'm closing the issue assuming that the latest release Please feel free to reopen with a reproduction example (or at least give us some details on your environment so we can investigate) if you still have the same issue with the tag |
I did some tests, and i wanted to confirm that with version |
Hi,
i get the following error
Failed to load AsciiDoc document - Could not find Java executable (RuntimeError)
when running the following commandasciidoctor -r asciidoctor-diagram *.adoc
with the1.8
image.This doesn't happen with
1.7
.Thanks for your help
The text was updated successfully, but these errors were encountered: