Skip to content

ERROR: undefined when attempting to run AAC #109

Description

@leamese

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:

  1. 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

  2. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions