e.printStackTrace();
}
}
}
// Instantiate class responsible for processing
cpEngine = new CPMEngine(cpmThreadGroup, cpeFactory, procTr, checkpointData);
if (!aDummyCasProcessor) {
int concurrentThreadCount = cpeFactory.getCpeDescriptor().getCpeCasProcessors()
.getConcurrentPUCount();
for (int threadCount = 0; threadCount < concurrentThreadCount; threadCount++) {
CasProcessor[] casProcessors = cpeFactory.getCasProcessors();