You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (Jira)" <ji...@apache.org> on 2023/03/03 19:46:00 UTC

[jira] [Created] (NIFI-11247) Parameter Context Provider - parameterSensitivities is not set

Pierre Villard created NIFI-11247:
-------------------------------------

             Summary: Parameter Context Provider - parameterSensitivities is not set
                 Key: NIFI-11247
                 URL: https://issues.apache.org/jira/browse/NIFI-11247
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework, Core UI
            Reporter: Pierre Villard


Running main. Have a File Parameter Provider (plain text for encoding).

If changing the content of one of my files, and trying to update my PC, clicking the button has no action and will result in an always spinning circle.

Stacktrace in browser console:
{code:java}
Uncaught TypeError: Cannot read properties of undefined (reading 'parameterSensitivities')
    at Object.<anonymous> (nf-canvas-all.js?2.0.0-SNAPSHOT:59:13821)
    at Function.each (jquery.min.js:2:3003)
    at b.each (jquery.each.js:1:96)
    at e (nf-canvas-all.js?2.0.0-SNAPSHOT:59:13625)
    at Object.<anonymous> (nf-canvas-all.js?2.0.0-SNAPSHOT:59:9624)
    at c (jquery.min.js:2:28327)
    at Object.fireWith [as resolveWith] (jquery.min.js:2:29072)
    at l (jquery.min.js:2:79901)
    at XMLHttpRequest.<anonymous> (jquery.min.js:2:82355) {code}
However I do see this in nifi-app.log
{code:java}
2023-03-03 20:42:47,268 INFO [NiFi Web Server-91] o.a.nifi.parameter.FileParameterProvider FileParameterProvider[id=a8f40c9c-0186-1000-cba7-779a450a7c44] Fetched 6 parameters.  Group names: [parameters] {code}
But the parameters are not updated in my parameter context.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)