No connection pool for 'ActiveRecord::Base' found
/var/log/opsman/production.log
on the new OpsManager after import failure, users might see errors like:Started GET "/api/v0/info" for IP_ADDRESS
No connection pool for 'ActiveRecord::Base' found.
Exception caught via rescue from (code 500):
Operations Manager versions prior to 3.0.23
This error is caused by external servers or users attempting to access the /api/v0/info
endpoint on the new OpsMan VM, interrupting the import process.
This problem is reported as resolved in the OpsMan v3.0.23+LTS-T release notes
If upgrade is not an option, potential workarounds include:
iptables -I INPUT -s OFFENDING_IP_ADDRESS -j DROP