Everytime Mondrian is queried about a fact table, the following message is logged:
WARN AggGen:279 - Init: For fact table "FACT_IP_ADDRESS", could not get column name for RolapStar.Column: Fact Count (22): count(null)
ERROR BatchLoader$Batch:1432 - AggGen failed
Why is this the case?
The database tables do not have a column named "FACT_COUNT", instead they have a column named "VALUE".
How to resolve this problem? Everything seems to work fine, but the error continues to be logged.