Member since
03-04-2024
6
Posts
4
Kudos Received
0
Solutions
07-15-2025
04:21 AM
We are upgrading from 2.0.0 M4 to 2.4.0 in EKS via helm charts. But encountering issue while running nifi.sh file. Nifi.sh file references nifi-env.sh which is empty. We are suspecting issue is with docker image of nifi. When we opened binary of nifi 2.4.0 which is downloaded locally from internet, I can see content inside nifi-env.sh. Same is not present inside EKS when we deploy nifi 2.4.0 docker image into EKS This is crashing our main container. Basically its not setting PID path.
... View more
Labels:
- Labels:
-
Apache NiFi
07-06-2025
09:26 PM
1 Kudo
When we are trying to upgrade apache nifi from 2.0.0 m4 to 2.4.0, We are getting this error "/opt/nifi/nifi-current/bin/nifi.sh: 276: exec: 04:10:55,565: not found" The nifi.sh file is taking some time stamp/junk value in its on of the exec command. this is snippet from nifi.sh which is causing issue. if [ "$1" = "run" ]; then RUN_COMMAND=$(eval "${run_bootstrap_cmd} get-run-command") RUN_COMMAND_STATUS=$? if [ $RUN_COMMAND_STATUS = 0 ]; then exec $RUN_COMMAND else echo "Failed to get run command" echo "${RUN_COMMAND}" exit 1 fi We are upgrading nifi in EKS, we can not edit or touch files from official docker image. Can some one help to fix this issue?
... View more
Labels:
- Labels:
-
Apache NiFi
09-16-2024
12:33 AM
1 Kudo
Hi @MattWho , I tried with invoke http. I made call to handleHttprequest . Issue still present. Doesn't look like any other External factors are affecting the header case. In our implementation we read those flowfile attributes (which came as headers) In execute scripts. Which are giving error now.
... View more
09-10-2024
03:23 AM
1 Kudo
Hi @MattWho , Let me re frame my question like this. When API call is made to nifi where handleHttprequest accepts http requests, There are few attributes in request header (Example: "displayName"). These Requests are received at handleHttprequest processor. When I check attributes of Flowfile, I could see "http.headers.displayname" . Letter 'N' turned into lower case. But I need this to be in original form( http.headers.diplayName). We are currently on 2.0 M2. Is there any configuration I'm missing due to which Request headers are turning into small case.
... View more
09-05-2024
10:03 PM
1 Kudo
We are using nifi as api gateway. Whenever we pass any attributes in request header it should be captured as http.headers.xxxx in flowfile but when checked in flowfile ; header value is coming in small case though we have passed it in caps. In our implementation we have 2 instances of nifi running. One instance doesn't have any issue where as other has .
Please help if there is any configuration I'm missing.
... View more
Labels:
- Labels:
-
Apache NiFi
03-04-2024
08:01 AM
Labels:
- Labels:
-
Apache NiFi