You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to generate my documentation on pdf but it doesn't work.
I think the architecture of your docker image is not in ARM.
[info] Loading settings for project manual-build from plugins.sbt ... [info] Loading project definition from /tmp/manual/project [info] Loading settings for project docs from build.sbt ... [info] Set current project to otoroshi-manual (in build file:/tmp/manual/) WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.parboiled.transform.AsmUtils (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/parboiled/parboiled-java/1.3.1/parboiled-java-1.3.1.jar) to method java.lang.ClassLoader.findLoadedClass(java.lang.String) WARNING: Please consider reporting this to the maintainers of org.parboiled.transform.AsmUtils WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [info] Running docker run --rm -v /tmp/manual/target/paradox:/opt/paradox -v /tmp/manual/target/paradox/site-pdf/main:/opt/paradoxsite jamesroper/wkhtmltopdf:0.12.6-0.20180618.3.dev.e6d6f54 --dump-outline /opt/paradox/pdf/main/toc.xml --footer-right [page] --footer-left otoroshi-manual --footer-font-size 8 --footer-spacing 5 cover file:///opt/paradox/site-pdf/main/print-cover.html toc --xsl-style-sheet /opt/paradox/theme/main/print-toc.xslt file:///opt/paradox/site-pdf/main/index.html --javascript-delay 5000 /opt/paradox/pdf/main/otoroshi-manual.pdf [info] standard_init_linux.go:211: exec user process caused "exec format error" [error] (Compile / paradoxPdf) sbt.internal.util.AlreadyHandledException
Can we generate a pdf any Docker and use wkhtmltopdf install in our system ?
I try generate on my raspberry 4.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I want to generate my documentation on pdf but it doesn't work.
I think the architecture of your docker image is not in ARM.
[info] Loading settings for project manual-build from plugins.sbt ... [info] Loading project definition from /tmp/manual/project [info] Loading settings for project docs from build.sbt ... [info] Set current project to otoroshi-manual (in build file:/tmp/manual/) WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.parboiled.transform.AsmUtils (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/parboiled/parboiled-java/1.3.1/parboiled-java-1.3.1.jar) to method java.lang.ClassLoader.findLoadedClass(java.lang.String) WARNING: Please consider reporting this to the maintainers of org.parboiled.transform.AsmUtils WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [info] Running docker run --rm -v /tmp/manual/target/paradox:/opt/paradox -v /tmp/manual/target/paradox/site-pdf/main:/opt/paradoxsite jamesroper/wkhtmltopdf:0.12.6-0.20180618.3.dev.e6d6f54 --dump-outline /opt/paradox/pdf/main/toc.xml --footer-right [page] --footer-left otoroshi-manual --footer-font-size 8 --footer-spacing 5 cover file:///opt/paradox/site-pdf/main/print-cover.html toc --xsl-style-sheet /opt/paradox/theme/main/print-toc.xslt file:///opt/paradox/site-pdf/main/index.html --javascript-delay 5000 /opt/paradox/pdf/main/otoroshi-manual.pdf [info] standard_init_linux.go:211: exec user process caused "exec format error" [error] (Compile / paradoxPdf) sbt.internal.util.AlreadyHandledException
Can we generate a pdf any Docker and use wkhtmltopdf install in our system ?
I try generate on my raspberry 4.
Thanks.
The text was updated successfully, but these errors were encountered: