Closed rjouhann closed 3 years ago
@rjouhann ACC doesn't like the ltm pool /tenant_2/application_2/Pool. Unfortunately it crashes the API :(
Doesnt like
monitor min 1 of { /Common/tcp }
ltm pool /tenant_2/application_2/Pool {
members {
/tenant_2/application_2/10.1.20.103:80 {
address 10.1.20.103
monitor min 1 of {
/Common/tcp
}
}
}
$ docker run --rm -v "$PWD":/app/data -p 8080:8080 vzhuravlevf5/zvvaccdev:dev serve Server listening on http://localhost:8080 ... 5 BIG-IP objects detected total 5 BIG-IP objects recognized by AS3 3 BIG-IP objects supported by Charon 2 AS3 stanzas generated Error converting input file. Please email us at solutionsfeedback@f5.com and include the following error:
TypeError: origObj[minMonitor].map is not a function at Object.customPostHandling (/app/src/maps/custom/pool.js:86:56) at module.exports (/app/src/converter.js:275:57) at module.exports (/app/src/main.js:72:23) at /app/serve:96:11 at processTicksAndRejections (internal/process/task_queues.js:93:5)
Checking with PD
Created Jira CHARON-179 task
@rjouhann sent you a email with the merge request.
Merge branch 'min_monitor' into 'develop' - Completed @rjouhann this can be closed.
Environment
Summary
The monitors used in this application might not be supported by ACC
Steps To Reproduce
Steps to reproduce the behavior:
Convert following config:
Observe the following error message: When using VS-Code extension + ACC
When using Journeys App + ACC
Expected Behavior
Conversion should succeed.
Actual Behavior
AS3 conversion fails.