Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
0.3.0
-
None
-
None
-
VM running CentoS 7.3, with 16Gb ram & 4 CPU's
Description
I have a VM which is running, NiFi 1.3.0 and MiNiFi 0.3.0 (Java version) and Java 8. They share a common keystore which I have set up as StandardSSLContextService in NIFI.
I have created a flow which starts with a ListenHTTP, a couple of updateAttributes, and then a PostHTTP. The flow works fine in NiFi, I exported it as a template and used the MiniFi 0.3.0 Toolkit to convert it into a yml file. I have edited the new config.yml file with the passowrds for the keystores etc. however when I start Minifi I get an ERROR when ListenHTTP tries to start, PostHTTP appears to start correctly. Unfortunately the VM is in a segregated system so it is difficult to copy configs an logs.
Below are a copy of the ERROR message and what I believe is the pertinent parts of the config.yml file:
ERROR [main] o.apache.nifi.controller.FlowController Unable to start ListenHTTP[id= <UUID>] due to java.langIllegalStateException: Processor ListenHTTP is not in a valid state due to ['SSL Context Service' validated against '968df85a-dfd5-39ad-0000-000000000000' is invalid because Controller Service '968df85a-dfd5-39ad-0000-000000000000' is not a valid Controller Service Identifier or does not reference the correct type of Controller Service]
config.yml (part of)
name: ListenHTTP
class: org.apache.nifi.processors.standard.ListenHTTP
max concurrent tasks: 1
scheduling strategy: TIMER DRIVEN
scheduling period: 0 sec
yield period: 1 sec
run duration nanos: 0
Properties:
Authorized DN Pattern: .*
Base Path: contentListener
HTTP Headers to receive as Attributes (Regex) :
Listening Port : 22222
Max data to receive per second:
Max Unconfirmed FLowFile Time: 60 secs
SSL Context Service: 968df85a-dfd5-39ad-0000-00000000000
Controller Services:
- id: 968df85a-dfd5-39ad-0000-00000000000 name: StandardSSLContextService type: org.apache.nifi.ssl.StandardSSLContextService
Properties:
Keystore FIlename: /opt/keystore/host.key
Keystore Password: XXXXXXX
Keystore Type: JKS
SSL Protocol: TLS
Truststore Filename: /opt/keystore/trust.key
Truststore Password: YYYYYY
Truststore Type: JKS
Key-password: XXXXXXX
If any further information is required please ask.
Attachments
Issue Links
- is related to
-
NIFI-8543 Incorporate MiNiFi Java functionality as a specialized assembly of NiFI
- Resolved