Queue processor error

I’m trying to run a queue processor rule in 8.4.1 but getting this error repeatedly. Any idea?

Getting an exception - 2021-06-15 15:52:17,532 [tionTask-Executor:43] [ STANDARD] (icepulse.RunInitializationTask) ERROR - Failed to prepare partitions for run [TestQueueProcessor]
java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.pega.fnx.stream.spi.StreamServiceException: Invalid configuration. Undefined stream provider end point.

Hello,

is your node type defined as Universal or Stream?

are you running several PEGA8 applications on same servers? You would then need to change the default ports for this application (via prconfig)

Your node name might have changed and for this I cleared pega temp and restarted the node and it went fine.

Regards

Anthony

@Anthony_Gourtay Thanks for the info.

I did a clean shutdown of my Tomcat and restarted. It works fine after that.