Hide Forgot
Description of problem: 1. Created an NFS Database Backup Schedule 2. Executed the schedule and tracked the evm.log file 3. The database backup file is created at NFS Depot 4. After the complesion of the task below line of logs are seen ~~~ [----] E, [2019-07-23T14:50:33.011126 #2623:d7cf58] ERROR -- : MIQ(MiqQueue#deliver) Message id: [1000001290260], Error: [undefined method `path' for nil:NilClass] [----] E, [2019-07-23T14:50:33.012209 #2623:d7cf58] ERROR -- : [NoMethodError]: undefined method `path' for nil:NilClass Method:[block (2 levels) in <class:LogProxy>] ~~~ Version-Release number of selected component (if applicable): Red Hat CloudForms 4.7.5 How reproducible: Always with NFS Backup Steps to Reproduce: 1. Execute NFS Backup 2. Successfully create the Backup at the depot 3. Flashes ERROR in evm.log `[NoMethodError]: undefined method `path' for nil:NilClass` Actual results: Flashes ERROR in evm.log `[NoMethodError]: undefined method `path' for nil:NilClass` Expected results: Error should not flash. Why is that error if backup is successfull?
I was trying to reproduce this on 5.10.5.1 to add a check to our cfme/tests/configure/test_db_backup_schedule.py::test_db_backup_schedule to ensure this doesn't appear again and failed to reproduce
It reproduced when the uri was incorrect