Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.4.0
-
None
-
Windows 2k19-x86-64-me
openjdk 17
jbang --version 0.114.0
camel -V 4.0.0
-
Unknown
Description
Unfortunately, this is something that already happened before, and seems still unresolved.
We basically, run :
camel init test.yaml
And then:
camel run test
We get this jbang-run-error.log
It's something we already faced on CAMEL-19938
and CAMEL-19067
On the first issue, we were able to solve the "separator" (//) problem, but not the "${sys:pid}" one.
Looking at the second issue, If we try to fix in the same way, building camel project replacing "${sys.pid}" with %pid, in those log4j config files, we are able to run the camel app:
But this appears as no solved if we run with `--background` option.
Moreover, `camel log` command is not working in any case:
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-20512 camel-jbang - camel debug may not work on windows
- Resolved