Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker run doesnt work to generate JSON output file #94

Open
Sathishkunisai opened this issue Dec 9, 2022 · 0 comments
Open

Docker run doesnt work to generate JSON output file #94

Sathishkunisai opened this issue Dec 9, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Sathishkunisai
Copy link

Environment

  • ACC Version:
  • AS3 Version:
  • BIG-IP Version:

Summary

A clear and concise description of what the bug is.

In V15 F5 box, ran below cmd to generate UCCS file
`
 tmsh save sys ucs ucs-bigiq-04022018.ucs 
`



Ran a docker command to load UCS and covert to JSON format...

$



2. Observe the following error message:
`
$ docker run  -v "$PWD":/app/data f5devcentral/f5-automation-config-converter:latest -o /data/output.json -u ucs-bigiq-04022018.ucs --summary
2022-12-09 21:35:11 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)
bash-5.1.8 (01:35:11) m-c02zd2yvlvdq@s0r04i4:~/ucs-f5-json >
`


### Expected Behavior
A clear and concise description of what you expected to happen.

### Actual Behavior
A clear and concise description of what actually happens.
Please include any applicable error output.
@Sathishkunisai Sathishkunisai added the bug Something isn't working label Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant