[jira] [Commented] (NIFIREG-166) Provide feature to show incoming flow changes before accepting import

2018-07-04 Thread Fredrik Skolmli (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFIREG-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533045#comment-16533045
 ] 

Fredrik Skolmli commented on NIFIREG-166:
-

It looks like this would be solved when the work in NIFIREG-77 is completed.

> Provide feature to show incoming flow changes before accepting import
> -
>
> Key: NIFIREG-166
> URL: https://issues.apache.org/jira/browse/NIFIREG-166
> Project: NiFi Registry
>  Issue Type: New Feature
>Affects Versions: 0.1.0
>Reporter: Andy LoPresto
>Priority: Major
>  Labels: preview, ui, ux, version
>
> Similar to the way NiFi UI can show the local changes to a flow before 
> persisting it to the registry, a new flow version should be "previewable" in 
> the NiFi UI before being "accepted" and written to the canvas/flow. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (NIFI-3616) Flushing and listing queues becomes unavailable when running clusters

2017-03-16 Thread Fredrik Skolmli (JIRA)

 [ 
https://issues.apache.org/jira/browse/NIFI-3616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fredrik Skolmli updated NIFI-3616:
--
Description: 
When setting up a new cluster with NiFi 1.1.2 (which is not available under 
"Affect version/s"), it is not possible to flush or list queues in connections.

See attached screenshots for error message.

Procedure for reproducing:
1) Set up a new cluster with i.e. 3 nodes
2) Grant yourself necessary policies for the root process group\[0\].
3) Create two funnels
4) Create a connection between those funnels
5) Right click on the connection and choose "List queue". This produces the 
error message "Unable to perform the desired action due to insufficient 
permissions. Contact the system administrator.". The same thing will happen if 
you try to empty the queue (even when empty).

In my test setup I currently have some flowfiles in one of the connections, and 
have yet to find a workaround allowing me to empty it.

The following error message is produced in {{nifi-app.log}} on all nodes:
{code}2017-03-16 13:37:03,141 INFO [NiFi Web Server-509] 
o.a.n.w.a.c.AccessDeniedExceptionMapper EMAILADDRESS=XXX, CN=XXX, C=XX does not 
have permission to access the requested resource. Returning Forbidden 
response.{code}

Starting a single node instance repeating the exact steps above does not 
produce this error.

Please let me know if further information or files are needed.

\[0\]: "View the component", "Modify the component", "View the data", "Modify 
the data".

  was:
When setting up a new cluster with NiFi 1.1.2 (which is not available under 
"Affect version/s"), it is not possible to flush or list queues in connections.

See attached screenshots for error message.

Procedure for reproducing:
1) Set up a new cluster with i.e. 3 nodes
2) Grant yourself necessary policies for the root process group[0].
3) Create two funnels
4) Create a connection between those funnels
5) Right click on the connection and choose "List queue". This produces the 
error message "Unable to perform the desired action due to insufficient 
permissions. Contact the system administrator.". The same thing will happen if 
you try to empty the queue (even when empty).

In my test setup I currently have some flowfiles in one of the connections, and 
have yet to find a workaround allowing me to empty it.

The following error message is produced in {{nifi-app.log}} on all nodes:
. 2017-03-16 13:37:03,141 INFO [NiFi Web Server-509] 
o.a.n.w.a.c.AccessDeniedExceptionMapper EMAILADDRESS=XXX, CN=XXX, C=XX does not 
have permission to access the requested resource. Returning Forbidden response.

Starting a single node instance repeating the exact steps above does not 
produce this error.

Please let me know if further information or files are needed.

[0]: "View the component", "Modify the component", "View the data", "Modify the 
data".


> Flushing and listing queues becomes unavailable when running clusters
> -
>
> Key: NIFI-3616
> URL: https://issues.apache.org/jira/browse/NIFI-3616
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core UI
>Affects Versions: 1.1.1
> Environment: OS: Ubuntu 16.04.2, 4.4.0-66-generic
> Java: 1.8.0_121 (openjdk-8-jre-headless)
> Issue confirmed on both physical and virtual platforms.
>Reporter: Fredrik Skolmli
>  Labels: cluster
> Attachments: Screen Shot 2017-03-16 at 18.13.53.png
>
>
> When setting up a new cluster with NiFi 1.1.2 (which is not available under 
> "Affect version/s"), it is not possible to flush or list queues in 
> connections.
> See attached screenshots for error message.
> Procedure for reproducing:
> 1) Set up a new cluster with i.e. 3 nodes
> 2) Grant yourself necessary policies for the root process group\[0\].
> 3) Create two funnels
> 4) Create a connection between those funnels
> 5) Right click on the connection and choose "List queue". This produces the 
> error message "Unable to perform the desired action due to insufficient 
> permissions. Contact the system administrator.". The same thing will happen 
> if you try to empty the queue (even when empty).
> In my test setup I currently have some flowfiles in one of the connections, 
> and have yet to find a workaround allowing me to empty it.
> The following error message is produced in {{nifi-app.log}} on all nodes:
> {code}2017-03-16 13:37:03,141 INFO [NiFi Web Server-509] 
> o.a.n.w.a.c.AccessDeniedExceptionMapper EMAILADDRESS=XXX, CN=XXX, C=XX does 
> not have permission to access the requested resource. Returning Forbidden 
> response.{code}
> Starting a single node instance repeating the exact steps above does not 
> produce this error.
> Please let me know if further information or files are needed.
> \[0\]: "View the component", "Modify the 

[jira] [Created] (NIFI-3616) Flushing and listing queues becomes unavailable when running clusters

2017-03-16 Thread Fredrik Skolmli (JIRA)
Fredrik Skolmli created NIFI-3616:
-

 Summary: Flushing and listing queues becomes unavailable when 
running clusters
 Key: NIFI-3616
 URL: https://issues.apache.org/jira/browse/NIFI-3616
 Project: Apache NiFi
  Issue Type: Bug
  Components: Core UI
Affects Versions: 1.1.1
 Environment: OS: Ubuntu 16.04.2, 4.4.0-66-generic
Java: 1.8.0_121 (openjdk-8-jre-headless)

Issue confirmed on both physical and virtual platforms.
Reporter: Fredrik Skolmli
 Attachments: Screen Shot 2017-03-16 at 18.13.53.png

When setting up a new cluster with NiFi 1.1.2 (which is not available under 
"Affect version/s"), it is not possible to flush or list queues in connections.

See attached screenshots for error message.

Procedure for reproducing:
1) Set up a new cluster with i.e. 3 nodes
2) Grant yourself necessary policies for the root process group[0].
3) Create two funnels
4) Create a connection between those funnels
5) Right click on the connection and choose "List queue". This produces the 
error message "Unable to perform the desired action due to insufficient 
permissions. Contact the system administrator.". The same thing will happen if 
you try to empty the queue (even when empty).

In my test setup I currently have some flowfiles in one of the connections, and 
have yet to find a workaround allowing me to empty it.

The following error message is produced in {{nifi-app.log}} on all nodes:
. 2017-03-16 13:37:03,141 INFO [NiFi Web Server-509] 
o.a.n.w.a.c.AccessDeniedExceptionMapper EMAILADDRESS=XXX, CN=XXX, C=XX does not 
have permission to access the requested resource. Returning Forbidden response.

Starting a single node instance repeating the exact steps above does not 
produce this error.

Please let me know if further information or files are needed.

[0]: "View the component", "Modify the component", "View the data", "Modify the 
data".



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)