Environment
- ACC Version: v1.24.0*
- AS3 Version: /
- BIG-IP Version: 17.5.1.3*
Summary
ERROR undefined when executing docker run --rm -v "$PWD":/data f5devcentral/f5-automation-config-converter:latest --ucs /data/intqa.ucs -o /data/output.json
Steps To Reproduce
Steps to reproduce the behavior:
-
Following configuration :
i place the intqa.ucs in the /data/ folder on linux
i installed ACC with docker pull f5devcentral/f5-automation-config-converter:latest and docker load -i f5-automation-config-converter-v1.24.0.tar.gz to try both ways
sudo docker run --rm -v "$PWD":/data f5devcentral/f5-automation-config-converter:latest --ucs /data/intqa.ucs -o /data/output.json
sudo docker run --rm -v "$PWD":/data f5-automation-config-converter:v1.24.0 --ucs /data/intqa.ucs -o /data/output.json
-
Observe the following error message:
Both give me the same Error
**2025-10-20 13:12:05 Both give me the same Error
2025-10-20 13:12:05 ERROR undefined
/app/src/preConverter/extract.js:59
throw new Error('Error extracting UCS');
^
Error: Error extracting UCS
at /app/src/preConverter/extract.js:59:15
at async Promise.all (index 0)
at async main (/app/src/main.js:180:20)**
Expected Behavior
obtain json files(s)
Actual Behavior
Errors
Environment
Summary
ERROR undefined when executing docker run --rm -v "$PWD":/data f5devcentral/f5-automation-config-converter:latest --ucs /data/intqa.ucs -o /data/output.json
Steps To Reproduce
Steps to reproduce the behavior:
Following configuration :
i place the intqa.ucs in the /data/ folder on linux
i installed ACC with docker pull f5devcentral/f5-automation-config-converter:latest and docker load -i f5-automation-config-converter-v1.24.0.tar.gz to try both ways
sudo docker run --rm -v "$PWD":/data f5devcentral/f5-automation-config-converter:latest --ucs /data/intqa.ucs -o /data/output.json
sudo docker run --rm -v "$PWD":/data f5-automation-config-converter:v1.24.0 --ucs /data/intqa.ucs -o /data/output.json
Observe the following error message:
Both give me the same Error
**2025-10-20 13:12:05 Both give me the same Error
2025-10-20 13:12:05 ERROR undefined
/app/src/preConverter/extract.js:59
throw new Error('Error extracting UCS');
^
Error: Error extracting UCS
at /app/src/preConverter/extract.js:59:15
at async Promise.all (index 0)
at async main (/app/src/main.js:180:20)**
Expected Behavior
obtain json files(s)
Actual Behavior
Errors