PEGA 8.3 Personal Edition Slowness Issue
Hi ,
I have just installed PEGA 8.3 Personal Edition in my Windows laptop. From the start, some of the resource-heavy operations, like logging into the Environment, or a new Application creation wizard are encountering slowness.
I checked the logs, and found that some errors are happening everytime these processes run:
(1)Caused by: com.pega.pegarules.pub.PRRuntimeException: Unable to create topic configuration at com.pega.dsm.kafka.impl.KafkaSchema.createTopic(KafkaSchema.java:111) ~[d-node.jar:?] at com.pega.dsm.kafka.impl.KafkaSchema.access$200(KafkaSchema.java:31) ~[d-node.jar:?] at com.pega.dsm.kafka.impl.KafkaSchema$1.execute(KafkaSchema.java:55) ~[d-node.jar:?]
(2) aused by: org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. 2020-04-14 10:37:51,810 [Flow.Default-Pulse:5] [ STANDARD] [ ] [ ] (ce.HandleFailedManagedRunsTask) ERROR - Failed to continue failed managed run pySendEmail com.pega.dsm.dnode.api.dataflow.service.DataFlowActivationException: FAILED to activate run, marking run as failed
Hi ,
I have just installed PEGA 8.3 Personal Edition in my Windows laptop. From the start, some of the resource-heavy operations, like logging into the Environment, or a new Application creation wizard are encountering slowness.
I checked the logs, and found that some errors are happening everytime these processes run:
(1)Caused by: com.pega.pegarules.pub.PRRuntimeException: Unable to create topic configuration at com.pega.dsm.kafka.impl.KafkaSchema.createTopic(KafkaSchema.java:111) ~[d-node.jar:?] at com.pega.dsm.kafka.impl.KafkaSchema.access$200(KafkaSchema.java:31) ~[d-node.jar:?] at com.pega.dsm.kafka.impl.KafkaSchema$1.execute(KafkaSchema.java:55) ~[d-node.jar:?]
(2) aused by: org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. 2020-04-14 10:37:51,810 [Flow.Default-Pulse:5] [ STANDARD] [ ] [ ] (ce.HandleFailedManagedRunsTask) ERROR - Failed to continue failed managed run pySendEmail com.pega.dsm.dnode.api.dataflow.service.DataFlowActivationException: FAILED to activate run, marking run as failed
Can anyone help me in debugging it, and identifying it the root cause here ? From the logs , it looks like PEGA is trying to create a Kafka topic and failing from the OOTB code.
I have attached entire log for reference in this question.