[JBoss JIRA] (ISPN-7330) Administration console - cannot edit configuration twice without refresh
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7330?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-7330:
-------------------------------------------
[~jholusa] [~ryanemerson] The best solution for this is to navigate to either templates or cache container page depending on how we got to cache configuration page. After user clicks on either Restart Now or Restart Later we eventually go to the appropriate page. I will add "Servers Restarting" dialog/notification.
> Administration console - cannot edit configuration twice without refresh
> ------------------------------------------------------------------------
>
> Key: ISPN-7330
> URL: https://issues.jboss.org/browse/ISPN-7330
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
>
> Steps to reproduce:
> Go to cache configuration -> e.g. Locking tab -> edit some of the settings like "Acquire Timeout" -> Apply changes -> confirm everything. Now stay still on the page and edit the e.g. Isolation level -> Apply changes and you get an error:
> {code}
> {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:":{"Operation step-5":"WFLYCTL0212: Duplicate resource [\n (\"profile\" => \"clustered\"),\n (\"subsystem\" => \"datagrid-infinispan\"),\n (\"cache-container\" => \"clustered\"),\n (\"configurations\" => \"CONFIGURATIONS\"),\n (\"replicated-cache-configuration\" => \"replicatedCache\"),\n (\"eviction\" => \"EVICTION\")\n]"}}
> {code}
> I haven't clicked through the whole UI, but it seems that it's also in other tabs. Also I'm not sure if it's related only in changes in SELECTs or also in INPUTs, sometimes I was very confused what's going on.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7335) Simple JS client tutorial fails
by Vojtech Juranek (JIRA)
Vojtech Juranek created ISPN-7335:
-------------------------------------
Summary: Simple JS client tutorial fails
Key: ISPN-7335
URL: https://issues.jboss.org/browse/ISPN-7335
Project: Infinispan
Issue Type: Bug
Components: Demos and Tutorials
Reporter: Vojtech Juranek
Assignee: Vojtech Juranek
[Simple tutorial for JS client|http://infinispan.org/tutorials/simple/javascript/] fails with
{noformat}
/home/vjuranek/tmp/node/node_modules/infinispan/lib/utils.js:119
if (f.existy(x)) throw new Error('Unknown server addresses: ' + x);
^
Error: Unknown server addresses: 11222
at Function.<anonymous> (/home/vjuranek/tmp/node/node_modules/infinispan/lib/utils.js:119:34)
at /home/vjuranek/tmp/node/node_modules/infinispan/lib/functional.js:173:19
at Object.normalizeAddresses (/home/vjuranek/tmp/node/node_modules/infinispan/lib/utils.js:122:12)
at Object.client (/home/vjuranek/tmp/node/node_modules/infinispan/lib/infinispan.js:810:26)
at Object.<anonymous> (/home/vjuranek/tmp/node/tut/index.js:3:28)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Function.Module.runMain (module.js:441:10)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7334) Administration console - clicking on Caches tab shortly after logging in shows error pop up
by Roman Macor (JIRA)
Roman Macor created ISPN-7334:
---------------------------------
Summary: Administration console - clicking on Caches tab shortly after logging in shows error pop up
Key: ISPN-7334
URL: https://issues.jboss.org/browse/ISPN-7334
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 9.0.0.Beta1
Reporter: Roman Macor
Priority: Minor
Attachments: Screenshot from 2017-01-04.png
This happens in our test suite in standalone mode.
Steps to reproduce (might be difficult without a script):
log in -> click on Caches tab immediately (doesn't occur if we wait 200 milliseconds between logging and clicking on Caches tab)
Result:
error pop up with empty message "{}"
Please see the attached screen shot.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7264) Administration console - BULK_READ permission is not set in identity/role
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7264?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-7264:
-------------------------------------------
ISPN-7333 is the JIRA tracking the root cause we need to have addressed to completely resolve this issue.
> Administration console - BULK_READ permission is not set in identity/role
> -------------------------------------------------------------------------
>
> Key: ISPN-7264
> URL: https://issues.jboss.org/browse/ISPN-7264
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.0.Beta2
>
>
> It appears that BULK_READ permission is nor properly wired/transferred into API invocations. When attempting to access schema names we get the following exceptions in the server:
> [Server:server-two] 11:51:44,982 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 33) WFLYCTL0013: Operation ("get-proto-schema-names") failed - address: ([
> [Server:server-two] ("subsystem" => "datagrid-infinispan"),
> [Server:server-two] ("cache-container" => "clustered")
> [Server:server-two] ]) - failure description: "DGISPN0118: Failed to invoke operation: ISPN000287: Unauthorized access: subject 'Subject with principal(s): [vladimir@ManagementRealm, InetAddressPrincipal <127.0.0.1/127.0.0.1>]' lacks 'BULK_READ' permission"
> However, we have set this permission for the role identity/role making invocations (i.e vladimir in the example above)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7333) BULK_READ permission is not set in identity/role
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7333?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-7333:
-------------------------------------------
[~NadirX] I was convinced I created a JIRA related to this issue and that assigned it to you. However, I could not find it anymore. If it is a duplicate please resolve it as a duplicate. We need this one fixed as ISPN-7264 is related to the root cause described here.
> BULK_READ permission is not set in identity/role
> ------------------------------------------------
>
> Key: ISPN-7333
> URL: https://issues.jboss.org/browse/ISPN-7333
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Server
> Reporter: Vladimir Blagojevic
> Assignee: Tristan Tarrant
>
> It appears that BULK_READ permission is nor properly wired/transferred into API invocations. When attempting to access schema names we get the following exceptions in the server:
> [Server:server-two] 11:51:44,982 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 33) WFLYCTL0013: Operation ("get-proto-schema-names") failed - address: ([
> [Server:server-two] ("subsystem" => "datagrid-infinispan"),
> [Server:server-two] ("cache-container" => "clustered")
> [Server:server-two] ]) - failure description: "DGISPN0118: Failed to invoke operation: ISPN000287: Unauthorized access: subject 'Subject with principal(s): [vladimir@ManagementRealm, InetAddressPrincipal <127.0.0.1/127.0.0.1>]' lacks 'BULK_READ' permission"
> However, we have set this permission for the role identity/role making invocations (i.e vladimir in the example above)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7333) BULK_READ permission is not set in identity/role
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7333?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7333:
--------------------------------------
Fix Version/s: (was: 9.0.0.Beta2)
> BULK_READ permission is not set in identity/role
> ------------------------------------------------
>
> Key: ISPN-7333
> URL: https://issues.jboss.org/browse/ISPN-7333
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Vladimir Blagojevic
> Assignee: Tristan Tarrant
>
> It appears that BULK_READ permission is nor properly wired/transferred into API invocations. When attempting to access schema names we get the following exceptions in the server:
> [Server:server-two] 11:51:44,982 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 33) WFLYCTL0013: Operation ("get-proto-schema-names") failed - address: ([
> [Server:server-two] ("subsystem" => "datagrid-infinispan"),
> [Server:server-two] ("cache-container" => "clustered")
> [Server:server-two] ]) - failure description: "DGISPN0118: Failed to invoke operation: ISPN000287: Unauthorized access: subject 'Subject with principal(s): [vladimir@ManagementRealm, InetAddressPrincipal <127.0.0.1/127.0.0.1>]' lacks 'BULK_READ' permission"
> However, we have set this permission for the role identity/role making invocations (i.e vladimir in the example above)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7333) BULK_READ permission is not set in identity/role
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7333?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7333:
--------------------------------------
Component/s: Core
Server
(was: Console)
> BULK_READ permission is not set in identity/role
> ------------------------------------------------
>
> Key: ISPN-7333
> URL: https://issues.jboss.org/browse/ISPN-7333
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Server
> Reporter: Vladimir Blagojevic
> Assignee: Tristan Tarrant
>
> It appears that BULK_READ permission is nor properly wired/transferred into API invocations. When attempting to access schema names we get the following exceptions in the server:
> [Server:server-two] 11:51:44,982 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 33) WFLYCTL0013: Operation ("get-proto-schema-names") failed - address: ([
> [Server:server-two] ("subsystem" => "datagrid-infinispan"),
> [Server:server-two] ("cache-container" => "clustered")
> [Server:server-two] ]) - failure description: "DGISPN0118: Failed to invoke operation: ISPN000287: Unauthorized access: subject 'Subject with principal(s): [vladimir@ManagementRealm, InetAddressPrincipal <127.0.0.1/127.0.0.1>]' lacks 'BULK_READ' permission"
> However, we have set this permission for the role identity/role making invocations (i.e vladimir in the example above)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7333) BULK_READ permission is not set in identity/role
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7333?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7333:
--------------------------------------
Git Pull Request: (was: https://github.com/infinispan/infinispan-management-console/pull/160)
> BULK_READ permission is not set in identity/role
> ------------------------------------------------
>
> Key: ISPN-7333
> URL: https://issues.jboss.org/browse/ISPN-7333
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Server
> Reporter: Vladimir Blagojevic
> Assignee: Tristan Tarrant
>
> It appears that BULK_READ permission is nor properly wired/transferred into API invocations. When attempting to access schema names we get the following exceptions in the server:
> [Server:server-two] 11:51:44,982 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 33) WFLYCTL0013: Operation ("get-proto-schema-names") failed - address: ([
> [Server:server-two] ("subsystem" => "datagrid-infinispan"),
> [Server:server-two] ("cache-container" => "clustered")
> [Server:server-two] ]) - failure description: "DGISPN0118: Failed to invoke operation: ISPN000287: Unauthorized access: subject 'Subject with principal(s): [vladimir@ManagementRealm, InetAddressPrincipal <127.0.0.1/127.0.0.1>]' lacks 'BULK_READ' permission"
> However, we have set this permission for the role identity/role making invocations (i.e vladimir in the example above)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7333) BULK_READ permission is not set in identity/role
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7333?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic reassigned ISPN-7333:
-----------------------------------------
Assignee: Tristan Tarrant (was: Vladimir Blagojevic)
> BULK_READ permission is not set in identity/role
> ------------------------------------------------
>
> Key: ISPN-7333
> URL: https://issues.jboss.org/browse/ISPN-7333
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Vladimir Blagojevic
> Assignee: Tristan Tarrant
> Fix For: 9.0.0.Beta2
>
>
> It appears that BULK_READ permission is nor properly wired/transferred into API invocations. When attempting to access schema names we get the following exceptions in the server:
> [Server:server-two] 11:51:44,982 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 33) WFLYCTL0013: Operation ("get-proto-schema-names") failed - address: ([
> [Server:server-two] ("subsystem" => "datagrid-infinispan"),
> [Server:server-two] ("cache-container" => "clustered")
> [Server:server-two] ]) - failure description: "DGISPN0118: Failed to invoke operation: ISPN000287: Unauthorized access: subject 'Subject with principal(s): [vladimir@ManagementRealm, InetAddressPrincipal <127.0.0.1/127.0.0.1>]' lacks 'BULK_READ' permission"
> However, we have set this permission for the role identity/role making invocations (i.e vladimir in the example above)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7333) BULK_READ permission is not set in identity/role
by Vladimir Blagojevic (JIRA)
Vladimir Blagojevic created ISPN-7333:
-----------------------------------------
Summary: BULK_READ permission is not set in identity/role
Key: ISPN-7333
URL: https://issues.jboss.org/browse/ISPN-7333
Project: Infinispan
Issue Type: Bug
Components: Console
Reporter: Vladimir Blagojevic
Assignee: Vladimir Blagojevic
Fix For: 9.0.0.Beta2
It appears that BULK_READ permission is nor properly wired/transferred into API invocations. When attempting to access schema names we get the following exceptions in the server:
[Server:server-two] 11:51:44,982 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 33) WFLYCTL0013: Operation ("get-proto-schema-names") failed - address: ([
[Server:server-two] ("subsystem" => "datagrid-infinispan"),
[Server:server-two] ("cache-container" => "clustered")
[Server:server-two] ]) - failure description: "DGISPN0118: Failed to invoke operation: ISPN000287: Unauthorized access: subject 'Subject with principal(s): [vladimir@ManagementRealm, InetAddressPrincipal <127.0.0.1/127.0.0.1>]' lacks 'BULK_READ' permission"
However, we have set this permission for the role identity/role making invocations (i.e vladimir in the example above)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years