Enable debug logging on App Volumes 3.0

To enable debug logging: Backup and edit the following file: /usr/local/av-manager/config/log4r.yml Change the following:  standard\_debug\_dev: &standard\_debug\_dev <<: p="" standard=""> level: <%= !Rails.env.production? || DEBUG ? 'DEBUG' : 'INFO' %> standard\_debug\_only: &standard\_debug\_only <<: p="" standard=""> level: <%= DEBUG ? 'DEBUG' : 'INFO' %> to:  standard\_debug\_dev: &standard\_debug\_dev <<: p="" standard=""> level: <%= !Rails.env.production? || DEBUG ? 'DEBUG' : 'DEBUG' %> standard\_debug\_only: &standard\_debug\_only <<: p="" standard=""> level: <%= DEBUG ? 'DEBUG' : 'DEBUG' %>

May 11, 2016 · 1 min · Jahnin Rajamoni

AppVolumes Capture failed

Ran into the below error when trying to capture notepad++ using AppCapture.exe 17:19:07 ERROR: provisioning-successA event not signaled after 30 secs 17:19:07 ERROR : wait for provisioning-successA event failed Error:[0x0] 17:19:07 ERROR: program failed in complete mode (Error: 0x0) The machine I was capturing the application did not have any internet access. Resolved the issue by allowing internet access to the capture machine. Not sure why internet access is required though?...

May 3, 2016 · 1 min · Jahnin Rajamoni

Error while adding vCenter in AppVolumes 3.0

Recently hit an error where AppVolumes did not register my lab vcenter successfully. My lab vcenter is signed by an internal CA. From the log /var/log/av-manager/production.log, \[2016-05-02 05:30:56 UTC\] P2455R400 ERROR RvSphere: Failed to connect to vSphere at "administrator@vsphere.local@vc.xyz.local": SSL\_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed \[2016-05-02 05:30:56 UTC\] P2455R400 INFO Completed 400 Bad Request in 46.6ms (Views: 0.7ms | ActiveRecord: 8.4ms) As per the official documentation, we need to append the CA cert into the file /usr/local/av-manager/config/cacert....

May 2, 2016 · 1 min · Jahnin Rajamoni