Details
Description
The fix for https://issues.apache.org/jira/browse/KARAF-6205 causes the client.bat on Windows to no longer work.
I think Windows only allows up to 9 arguments to be passed on. %10 %11 is replaced to look like "0 1" - which then fails with a message "Error executing command: Cannot coerce 1() to any of []"
Attachments
Issue Links
- duplicates
-
KARAF-6343 client.bat does not work
- Resolved
- is caused by
-
KARAF-6205 bin\client.bat only passes 8 or 9 arguments to java
- Resolved
- links to