Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.0.0
-
None
-
Steps to reproduce:
jbang app uninstall camel && jbang app install camel@apache/camel
camel config set deps=org.apache.camel.springboot:camel-timer-starter,camel:management,camel:cli-connector
camel config set runtime=spring-boot
camel config set gav=com.foo:acme:1.0-SNAPSHOTcamel init test.yaml
camel run test.yamlSteps to reproduce: jbang app uninstall camel && jbang app install camel@apache/camel camel config set deps=org.apache.camel.springboot:camel-timer-starter,camel:management,camel:cli-connector camel config set runtime=spring-boot camel config set gav=com.foo:acme:1.0-SNAPSHOT camel init test.yaml camel run test.yaml
-
Unknown
Description
During the execution of `camel run ... ` in Windows environments (e.g. tested on Win 2019) we get the exception reported in the attached file, basically:
ERROR StatusConsoleListener FileManager (C:\Users\hudson/.camel/${sys:pid}.log) java.io.IOException: The filename, directory name, or volume label syntax is incorrect
It sounds like a logging configuration issue in resolving ${sys:pid} placeholder coded in log4j properties file