You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Marco Carletti (Jira)" <ji...@apache.org> on 2023/05/03 09:32:00 UTC

[jira] [Created] (CAMEL-19315) running jbang with specific version and background is unable to attach the process

Marco Carletti created CAMEL-19315:
--------------------------------------

             Summary: running jbang with specific version and background is unable to attach the process
                 Key: CAMEL-19315
                 URL: https://issues.apache.org/jira/browse/CAMEL-19315
             Project: Camel
          Issue Type: Bug
          Components: camel-jbang
    Affects Versions: 3.20.4
         Environment: OS: Fedora 37

Java version: 17.0.6
            Reporter: Marco Carletti


steps to reproduce:
 # camel init cheese.xml
 # camel run cheese.xml --camel-version=3.18.4 --background

the output is something like:
{noformat}
Running Camel integration: cheese (version: 3.18.4) in background with PID: 72514{noformat}
I'm expecting that _*camel ps*_ shows the previous process, but nothing is shown even if the process exists (using command *_ps_* is possible to see the java process)

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)