null:org.apache.solr.common.SolrException: Exception during facet.field: hostname
This issue occurs when the facet query times out and produces an error.
There are two possible workarounds. Choose a workaround depending on how frequently this error occurs
If this occurs for one particular binary search, you can modify the search URL. Once the search times out, add &facet.method=enum to the end of the URL
https://192.168.81.128/#/binaries/cb.urlver=1&q=notepad.exe&sort=server_added_timestamp%20desc&rows=...
If this issue occurs for most or all binary searches, you can disable the facet which causes this error. For example, in the Solr error above, the facet "hostname" was causing the timeout.
CoreServicesDisabledBinaryFacets=hostname
service cb-coreservices restart