Service Virtualization

 View Only

"Error occurred while instantiating TestRunHistory! null" - Spam in logs. Where is it being instantiated, and how to disable this component we don't use?

  • 1.  "Error occurred while instantiating TestRunHistory! null" - Spam in logs. Where is it being instantiated, and how to disable this component we don't use?

    Posted Sep 11, 2014 02:28 PM

    In the VSE.log, the following message repeats throughout, dramatically slowing down troubleshooting:

     

    Repeated Error Message

    2014-09-11 18:14:44,896Z (14:14) [Sim check timer thread] WARN  com.itko.lisa.test.LisaException - LisaException detail Internal Error: Cannot Start TestRunHistory without TestCase or StgDoc exception is java.lang.NullPointerException

    2014-09-11 18:14:45,317Z (14:14) [Sim check timer thread] ERROR com.itko.lisa.history.TestRunHistory - Error occurred while instantiating TestRunHistory! null

    java.lang.NullPointerException

      at com.itko.lisa.history.TestRunHistory.collectRunInfo(TestRunHistory.java:824)

      at com.itko.lisa.history.TestRunHistory.<init>(TestRunHistory.java:256)

      at com.itko.lisa.coordinator.CoordinatorImpl.createHistory(CoordinatorImpl.java:623)

      at com.itko.lisa.coordinator.CoordinatorImpl.testCleanup(CoordinatorImpl.java:937)

      at com.itko.lisa.coordinator.CoordinatorImpl.doPulse(CoordinatorImpl.java:1311)

      at com.itko.lisa.coordinator.CoordinatorImpl.access$200(CoordinatorImpl.java:71)

      at com.itko.lisa.coordinator.CoordinatorImpl$6.run(CoordinatorImpl.java:911)

      at java.util.TimerThread.mainLoop(Unknown Source)

      at java.util.TimerThread.run(Unknown Source)

     

    What is TestRunHistory? Is it accessible through Server Console, or must I have edit config files? Finally, is it possible to disable with without affecting functionality? We are not implementing TestRunner.