Hi Team, The issue is fixed. There was some configuration issue.
Thanks & Regards, Ankit Daruka On Fri, 26 May 2023 at 2:06 AM, Matt D <[email protected]> wrote: > Check the permissions on the file. > > On Thursday, May 25, 2023 at 5:40:05 AM UTC-4 ankit daruka wrote: > >> Hi Team, >> >> I am getting "No such file or directory" in ansible tasks when actually >> the file is present . Below is the complete error log. >> >> FAILED! => {"changed": true, "cmd": "cd /opt/app;\n >> HYBRIS_HOME=/opt/ecomm/hybris;\n CONFIG_DIR=$HYBRIS_HOME/config;\n if [ -d >> \"$CONFIG_DIR\" ]; then\n cd $CONFIG_DIR;\n echo \"\">>local.properties\n >> cat dev/local.properties>>local.properties\n echo \"\">>local.properties\n >> cat dev/nodes/node0.properties>>local.properties\n fi", "delta": >> "0:00:00.067408", "end": "2023-05-25 07:39:36.732515", "msg": "non-zero >> return code", "rc": 1, "start": "2023-05-25 07:39:36.665107", "stderr": >> "cat: dev/local.properties: No such file or directory\ncat: >> dev/nodes/node0.properties: No such file or directory", "stderr_lines": >> ["cat: dev/local.properties: No such file or directory", "cat: >> dev/nodes/node0.properties: No such file or directory"], "stdout": "", >> "stdout_lines": []} >> >> laybook is finished with code 2 2023-05-25 13:09:37 [ERROR] main -> >> unhandled exception java.lang.IllegalStateException: Process finished with >> exit code 2 at >> com.walmartlabs.concord.plugins.ansible.v1.RunPlaybookTask2.run(RunPlaybookTask2.java:128) >> at >> com.walmartlabs.concord.plugins.ansible.v1.RunPlaybookTask2.execute(RunPlaybookTask2.java:93) >> at >> com.walmartlabs.concord.runner.TaskCallInterceptor.invoke(TaskCallInterceptor.java:88) >> at >> com.walmartlabs.concord.runner.engine.EngineFactory$JavaDelegateHandlerImpl.execute(EngineFactory.java:219) >> at >> io.takari.bpm.reducers.ExpressionsReducer$DelegateFn.call(ExpressionsReducer.java:131) >> at >> io.takari.bpm.reducers.ExpressionsReducer$DelegateFn.call(ExpressionsReducer.java:1) >> at >> io.takari.bpm.reducers.ExpressionsReducer.reduce(ExpressionsReducer.java:66) >> at io.takari.bpm.reducers.CombiningReducer.reduce(CombiningReducer.java:18) >> at io.takari.bpm.DefaultExecutor.eval(DefaultExecutor.java:61) at >> io.takari.bpm.AbstractEngine.runLockSafe(AbstractEngine.java:209) at >> io.takari.bpm.AbstractEngine.resumeLockSafe(AbstractEngine.java:185) at >> io.takari.bpm.AbstractEngine.resume(AbstractEngine.java:100) at >> io.takari.bpm.AbstractEngine.resume(AbstractEngine.java:112) at >> com.walmartlabs.concord.runner.Main.resume(Main.java:310) at >> com.walmartlabs.concord.runner.Main.executeProcess(Main.java:180) at >> com.walmartlabs.concord.runner.Main.run(Main.java:145) at >> com.walmartlabs.concord.runner.Main.main(Main.java:507) 2023-05-25 13:09:39 >> [ERROR] Process exit code: 1 2023-05-25 13:09:39 [INFO ] Process status: >> FAILED >> >> Please help me resolve the issue. >> >> Regards, >> Ankit Daruka >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "Ansible Project" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/ansible-project/TzqMuU4OYtY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/a5a122ef-2d5e-49c7-8761-2f722859d94dn%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/a5a122ef-2d5e-49c7-8761-2f722859d94dn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAC-nVR5EakOVfsaAk2%3DoqzdCJg-hWNvEpR3Zs%2BdU8nqOHVfjrg%40mail.gmail.com.
