Release : 10.6
Component : CA Service Virtualization
This has been fixed as a product defect.
Open a support case and refer our internal ticket number DE485659
You will have a patch uploaded to the support case.
Steps to apply:
1. Stop Broker service if it is running
2. Place the patch file "patch_DE485659_10.6.0_GA.jar" at LISA_HOME/lib/patches folder
3. Start Broker service
How to test if the patch has addressed the reported issue:
1. Open Portal and go to Settings -> Agents. Check if you are able to see the agents as it used to appear before the issue was reported
2. Open Pfbroker.log file and make sure the exception message below doesn't appear with the patch in place:
2020-08-27 06:52:49,200Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - Exception in thread "Pathfinder transaction cleaner" java.lang.OutOfMemoryError: Java heap space
2020-08-27 06:52:49,202Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - at java.util.Arrays.copyOf(Arrays.java:3332)
2020-08-27 06:52:49,203Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
2020-08-27 06:52:49,203Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
2020-08-27 06:52:49,203Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - at java.lang.StringBuilder.append(StringBuilder.java:136)
2020-08-27 06:52:49,203Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - at com.itko.lisa.remote.persist.TransactionPersister.deleteBatch(TransactionPersister.java:1463)
2020-08-27 06:52:49,203Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - at com.itko.lisa.remote.persist.TransactionPersister.clearTransactionsOlderThanV2(TransactionPersister.java:1414)
2020-08-27 06:52:49,203Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - at com.itko.lisa.remote.persist.TransactionPersister.clearTransactionsOlderThan(TransactionPersister.java:1319)
2020-08-27 06:52:49,203Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - at com.itko.lisa.remote.persist.TransactionCleaner.cleanUpBasedOnAge(TransactionCleaner.java:93)
2020-08-27 06:52:49,203Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - at com.itko.lisa.remote.persist.TransactionCleaner.executeCleanup(TransactionCleaner.java:46)
2020-08-27 06:52:49,203Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - at com.itko.lisa.remote.persist.TransactionCleaner.access$000(TransactionCleaner.java:17)
2020-08-27 06:52:49,203Z (14:52) [Pathfinder transaction cleaner] ERROR System.err - at com.itko.lisa.remote.persist.TransactionCleaner$1.run(TransactionCleaner.java:30)