-
Notifications
You must be signed in to change notification settings - Fork 13
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
Failing with v1.11, every prior release worked. #22
Comments
maybe a related to the one of @vtog `$ docker run --rm -v "$PWD":/app/data f5-as3-config-converter:v1.11.0 -o data/as3-out.json -u data/testucsfile.ucs ERROR! DUPLICATE OBJECT NAME DETECTED: ERROR! DUPLICATE OBJECT NAME DETECTED: ERROR! DUPLICATE OBJECT NAME DETECTED: ERROR! DUPLICATE OBJECT NAME DETECTED: ERROR! DUPLICATE OBJECT NAME DETECTED: ERROR! DUPLICATE OBJECT NAME DETECTED: ERROR! DUPLICATE OBJECT NAME DETECTED: ERROR! DUPLICATE OBJECT NAME DETECTED: ERROR! DUPLICATE OBJECT NAME DETECTED: ERROR! DUPLICATE OBJECT NAME DETECTED: (node:1) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'split' of undefined |
will look at this issue tomorrow |
@v-zhuravlev-f5 is this the same issue as #23? |
@mdditt2000 They look like the same issue, resolved in v1.12.0. |
Just tested with v1.12.0, seeing same issue, and no output ❯ docker run --rm -v $PWD:/app/data/ f5-as3-config-converter:v1.12.0 -o data/clean-install.json -u data/clean-install.ucs |
@sschadwick @vtog is still seeing this issue on his ubuntu@jumpbox. I am going to create a issue in Jira |
created CHARON-306 for PM tracking. No milestone at this time |
My mistake, #23 and the issue @aheilmaier mentioned should be addressed in v1.12.0. |
Setting milestone of 1.13 but cannot confirm until completed, however issue is in the queue |
Resolved in ACC 1.13 |
Confirmed fix in my test environment.... Thanks! |
Environment
Summary
Testing this with a simple config that worked with every version until v1.11.0.
Steps To Reproduce
Using v1.11.0 I'm seeing the following error.
ubuntu@jumpbox:/Downloads/chacon$ sudo docker run --rm -v "$PWD":/app/data f5-as3-config-converter:v1.11.0 -o data/v14-test.json -u data/v14-test.ucs
1169 BIG-IP objects detected total
25 BIG-IP objects recognized by AS3
12 BIG-IP objects supported by ACC
5 AS3 stanzas generated
(node:1) UnhandledPromiseRejectionWarning: Error: EACCES: permission denied, open 'data/v14-test.json'
at Object.openSync (fs.js:476:3)
at Object.writeFileSync (fs.js:1467:35)
at module.exports (/app/src/main.js:122:8)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(Use
node --trace-warnings ...
to show where the warning was created)(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)(node:1) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
ubuntu@jumpbox:/Downloads/chacon$
Expected Behavior
Using every previous released vesion I get the expected json output.
ubuntu@jumpbox:/Downloads/chacon$ sudo docker run --rm -v "$PWD":/app/data f5-appsvcs-acc:1.10.0 -o data/v14-test.json -u data/v14-test.ucs
stdout: 1169 BIG-IP objects detected total
25 BIG-IP objects recognized by AS3
12 BIG-IP objects supported by Charon
4 AS3 stanzas generated
ubuntu@jumpbox:/Downloads/chacon$
The text was updated successfully, but these errors were encountered: