[JBoss JIRA] (ISPN-6796) Administration console - improve error messages when executing script
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-6796?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-6796:
-------------------------------------------
We don't have this information available. We can only access whatever DMR gives us. Closing it. If this is a requirement reopen another issue where this info is provided in DMR. If it is provided it will be automatically shown in error dialog
> Administration console - improve error messages when executing script
> ---------------------------------------------------------------------
>
> Key: ISPN-6796
> URL: https://issues.jboss.org/browse/ISPN-6796
> Project: Infinispan
> Issue Type: Enhancement
> Components: JMX, reporting and management
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Priority: Minor
>
> When executing javascript which results in error, the error message displayed by Administration console is not very helpful:
> Error Some unexpected problem happened when launching the task: DGISPN0118: Failed to invoke operation: ISPN026003: Script execution error
> Executing the same script through hotrod client throws more descriptive exception:
> ReferenceError: "console" is not defined in <eval> at line number 4
> The script is:
> console.debug("test");
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (ISPN-7359) Allow cache statuses to be retrieved by profile at the container level
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7359?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-7359:
-------------------------------------------
[~ryanemerson] given that we can and we do use composite operations, should we perhaps close this issue?
> Allow cache statuses to be retrieved by profile at the container level
> ----------------------------------------------------------------------
>
> Key: ISPN-7359
> URL: https://issues.jboss.org/browse/ISPN-7359
> Project: Infinispan
> Issue Type: Enhancement
> Components: JMX, reporting and management, Server
> Affects Versions: 9.0.0.Beta1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
>
> Currently to get the status of a cache, it's necessary to perform the following DMR request on a host/server that contains the cache:
> `/host=master/server=server-one/subsystem=datagrid-infinispan/cache-container=container/distributed-cache=default:read-attribute(name=cache-availability)`
> This is acceptable when the status of only a few cache's is required, however this can result in many management requests from the console etc if a container contains many cache's. Therefore we should expose a method at the profile level, that retrieves the status of all cache's within a given container. For example:
> `profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered:get-cache-statuses()`
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[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:
--------------------------------------
Affects Version/s: 9.0.0.Beta2
9.0.0.Beta1
> 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
> Affects Versions: 9.0.0.Beta1, 9.0.0.Beta2
> 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, 10 months
[JBoss JIRA] (ISPN-7334) Administration console - clicking on Caches tab shortly after logging in shows error pop up
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7334?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic resolved ISPN-7334.
---------------------------------------
Fix Version/s: 9.0.0.Final
Resolution: Cannot Reproduce
> 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
> Assignee: Vladimir Blagojevic
> Priority: Minor
> Fix For: 9.0.0.Final
>
> 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, 10 months