- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Issue on SSL Context Service in ExecuteStateless processor
- Labels:
-
Apache NiFi
Created 02-07-2024 11:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello support,
I am creating another execute stateless from a processor group. This processor group has one consume jms connected with ibm mq. Below is the processor group and consume jms ssl context service.
The processor group running fine without execute stateless. After i push the processor group to be referenced with execute stateless processor. After i got following error:
Is there a specific way to define the type of truststore file or password for execute stateless.
Created 02-22-2024 09:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have found a fix for above issue. The trust store password must be assigned with a variable from parameter context, e.g TRUST_STORE_PASSWORD. And when creating a stateless processor, we need to add new sensitive variable TRUST_STORE_PASSWORD. When execute stateless running it will pass the variable to the flow saved in nifi registry.
Created 02-22-2024 09:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have found a fix for above issue. The trust store password must be assigned with a variable from parameter context, e.g TRUST_STORE_PASSWORD. And when creating a stateless processor, we need to add new sensitive variable TRUST_STORE_PASSWORD. When execute stateless running it will pass the variable to the flow saved in nifi registry.