On-premise '23 Pega platform does not start with Tomcat
After installed '23 successfully, we failed to start Pega as Stream node.
Also we failed to start WebUser node.
I already looked through this Configuring an embedded stream service
There are some messages in PegaRULE.log related to failing to start, below.
After installed '23 successfully, we failed to start Pega as Stream node.
Also we failed to start WebUser node.
I already looked through this Configuring an embedded stream service
There are some messages in PegaRULE.log related to failing to start, below.
2023-11-08 08:47:32,602 [ALIZE_STREAM_SERVICE] [ STANDARD] [ ] [ ] (prpc.service.ServiceDefinition) ERROR - Unable to create DSM service DATA-DECISION-SERVICE-STREAMSERVER DEFAULT
java.lang.reflect.InvocationTargetException: null
2023-11-08 08:47:32,754 [eue301z.dev.jp.local] [ STANDARD] [ ] [ ] (.internal.GenericErrorAnalyzer) ERROR - Health monitor received critical error notification from:
com.pega.pegarules.pub.context.InitializationFailedError: PRNodeImpl init failed
Caused by: com.pega.pegarules.pub.PRRuntimeException: Startup Task: [INITIALIZE_STREAM_SERVICE] has failed after retries or with error
Caused by: com.pega.pegarules.pub.PRRuntimeError: PRRuntimeError
Caused by: java.lang.reflect.InvocationTargetException
Caused by: com.pega.platform.stream.StreamServiceException: Failed to configure StreamAPI provider
Caused by: com.pega.platform.stream.StreamServiceException: 'services/stream/broker/url' isn't provided.
2023-11-08 10:25:23,298 [gaRULES-ShutDownTask] [ STANDARD] [ ] [ ] ( etier.impl.EngineStartup) ERROR - Failed to execute task:class com.pega.pegarules.session.internal.engineinterface.shutdown.shutdowntasks.StopIndexingTask
java.lang.IllegalStateException: Calling a method from NodeLifecycle, before initializing it!
Why do we fail like this ?
we want to use embedded kafka because we can't provision external kafka.
Is there any configuration for stream node ?
***Edited by Moderator Marije to add Support Case ID**