error ducring preview generation : (ESRCH) No such process - asciidoctor: #426
harlock001
started this conversation in
General
Replies: 1 comment
-
|
Oh... I missed this completely... I transfer this to an issue (Maybe I will deactivete "discussions" in future ... or give more attention ... Sorry. ) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
during the generation of the preview using the embedded ASP, the error below is generated. I changed the path name to reduce its length and it seems to have fixed the problem.
Is this the true issue? If yes, is it possible to configure the location of the temp folder in a configuration file and where?
Thank you and kind regards,
13:41:04.612 [main] ERROR d.j.a.s.a.s.ConvertLocalFileServiceImpl - Was not able to convert org.asciidoctor.jruby.internal.AsciidoctorCoreException: org.jruby.exceptions.SystemCallError: (ESRCH) No such process - asciidoctor: FAILED: <stdin>: Failed to load AsciiDoc document - No such process - C:\Users\xxxx\AppData\Local\Temp\2\asciidoctor-editor-temp\project_xxxxxxxxxxxxxxxxx\48693eba2b1c88dd10be2fd63f1a9cd2dd354c1787ed6df9ad99d3197b0ae698\9915f15eb981730d73b6a95133856356ba9f8a2b9c76a5883a7ed86a1dfcbaf1_hidden-editorfile_xxxxxxxxxxxxxxxxx.adoc at org.asciidoctor.jruby.internal.JRubyAsciidoctor.convertFile(JRubyAsciidoctor.java:402) at org.asciidoctor.jruby.internal.JRubyAsciidoctor.convertFile(JRubyAsciidoctor.java:416) at org.asciidoctor.jruby.internal.JRubyAsciidoctor.convertFile(JRubyAsciidoctor.java:411) at de.jcup.asp.server.asciidoctorj.service.ConvertLocalFileServiceImpl.handleConvert(ConvertLocalFileServiceImpl.java:77) at de.jcup.asp.server.asciidoctorj.service.ConvertLocalFileServiceImpl.convertFile(ConvertLocalFileServiceImpl.java:58) at de.jcup.asp.server.asciidoctorj.AsciiDoctorJServerClientRequestHandler.handleRequest(AsciiDoctorJServerClientRequestHandler.java:47) at de.jcup.asp.server.core.CoreAspServer.waitForClient(CoreAspServer.java:121) at de.jcup.asp.server.core.CoreAspServer.start(CoreAspServer.java:81) at de.jcup.asp.server.asciidoctorj.AsciidoctorJServer.start(AsciidoctorJServer.java:40) at de.jcup.asp.server.asciidoctorj.AsciidoctorJServerApplication.main(AsciidoctorJServerApplication.java:46) Caused by: org.jruby.exceptions.SystemCallError: (ESRCH) No such process - asciidoctor: FAILED: <stdin>: Failed to load AsciiDoc document - No such process - C:\Users\xxxx\AppData\Local\Temp\2\asciidoctor-editor-temp\project_xxxxxxxxxxxxxxxxx\48693eba2b1c88dd10be2fd63f1a9cd2dd354c1787ed6df9ad99d3197b0ae698\9915f15eb981730d73b6a95133856356ba9f8a2b9c76a5883a7ed86a1dfcbaf1_hidden-editorfile_xxxxxxxxxxxxxxxxx.adoc at RUBY.load(uri:classloader:/gems/asciidoctor-2.0.17/lib/asciidoctor/load.rb:104) at RUBY.convert(uri:classloader:/gems/asciidoctor-2.0.17/lib/asciidoctor/convert.rb:78) at RUBY.convert_file(uri:classloader:/gems/asciidoctor-2.0.17/lib/asciidoctor/convert.rb:190) at org.jruby.RubyIO.open(org/jruby/RubyIO.java:1158) at RUBY.convert_file(uri:classloader:/gems/asciidoctor-2.0.17/lib/asciidoctor/convert.rb:190)Beta Was this translation helpful? Give feedback.
All reactions