Node.rb host - 500 Internal Server Error. Error is ignored and the execution continues

you are right @ekohl , on my test-system I see all columns like below:

foreman=# select * from host_facets_reported_data_facets;
 id | host_id |      boot_time      |         created_at         |         updated_at         | virtual | sockets | cores | ram  | disks_total  |  kernel_version   |       bios_vendor        | bios_release_date | bios_version
----+---------+---------------------+----------------------------+----------------------------+---------+---------+-------+------+--------------+-------------------+--------------------------+-------------------+--------------

on my prod-system, there are many columns are not available:

foreman=# select * from host_facets_reported_data_facets;
 id  | host_id |      boot_time      |         created_at         |         updated_at         | virtual | sockets | cores |  ram  | disks_total
-----+---------+---------------------+----------------------------+----------------------------+---------+---------+-------+-------+-------------

How can I solve it ?