Symptoms:
- In the vRealize Business for Cloud UI the status of Cost Calculation will show as healthy. However, the timestamp of the last completed Cost Calculation will not be within 1-2 days.
- In the facts-repo.log on the vRealize Business for Cloud appliance errors will be seen similar to:
2018-07-06 02:16:34.171 ERROR [qtp556488341-19] c.v.v.f.i.ChangesInputController - Failure responding to request: /input/changes/system
com.xxxxx.vrb.facts.SerializationException: Failed serializing entry: Change(<vRealize Automation Entity>)...
Caused by: java.lang.ClassCastException: com.xxxxxx.vrb.facts.input.Change cannot be cast to scala.collection.Traversable
at com.twitter.chill.TraversableSerializer.write(Traversable.scala:21) ~[chill_2.11-0.7.2.jar:0.7.2]
at com.esotericsoftware.kryo.Kryo.writeObject(Kryo.java:534) ~[kryo-3.0.3.jar:?]
at com.xxxxx.vrb.facts.input.JournalEntrySerialization$class.serializeEntry(JournalEntrySerialization.scala:27) ~[facts-repo.jar:?]
... 118 more
Caused by: rx.exceptions.OnErrorThrowable$OnNextValue: OnError while emitting onNext value: com.xxxxxxx.vrb.facts.input.Change.class
at rx.exceptions.OnErrorThrowable.addValueAsLastCause(OnErrorThrowable.java:109) ~[rxjava-1.0.17.jar:1.0.17]
at rx.exceptions.Exceptions.throwOrReport(Exceptions.java:188) ~[rxjava-1.0.17.jar:1.0.17]
at rx.xxxxxx.operators.OperatorMap$1.onNext(OperatorMap.java:56) ~[rxjava-1.0.17.jar:1.0.17]
... 108 more
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.