[JBoss JIRA] (ISPN-7185) Confirmation dialog is not displayed when changing configuration
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7185?page=com.atlassian.jira.plugin.... ]
Ryan Emerson resolved ISPN-7185.
--------------------------------
Fix Version/s: 9.0.0.Beta1
Resolution: Done
> Confirmation dialog is not displayed when changing configuration
> ----------------------------------------------------------------
>
> Key: ISPN-7185
> URL: https://issues.jboss.org/browse/ISPN-7185
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Alpha4
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Priority: Minor
> Fix For: 9.0.0.Beta1
>
> Attachments: Screen Shot 2016-11-10 at 7.41.57 AM.png
>
>
> When changing configuration there should be confirmation pop-up dialog.
> (Confirmation: Update configuration template distributedCache? "Cancel" "Confirm")
> Steps to reproduce:
> click on cache container -> Configuration -> Transport -> change lock timeout -> click save
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7244) Administration console - creating new cache should only show valid cache types
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7244?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-7244:
-------------------------------------------
Confirmed. I suggest we warn the admin about this issue rather than outright remove the configuration templates or filter them somehow. I can add a warning to cache create and cache template create dialogs. Thoughts [~rmacor] [~pzapataf] [~ryanemerson]?
> Administration console - creating new cache should only show valid cache types
> ------------------------------------------------------------------------------
>
> Key: ISPN-7244
> URL: https://issues.jboss.org/browse/ISPN-7244
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.Alpha4
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Priority: Minor
>
> This affects only standalone mode.
> Start Infinispan in Standalone non clustered mode (cache container without <transport> tag):
> - bin/standalone.sh
> Creating new cache/template shows all cache types, but only local cache is a valid option here. Choosing another type results in error.
> Suggested resolution:
> Only local mode for cache and template should be displayed for local cache container.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7247) Administration console - changing any cache configuration adds security tag to the configuration
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7247?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7247:
--------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan-management-console/pull/152
> Administration console - changing any cache configuration adds security tag to the configuration
> ------------------------------------------------------------------------------------------------
>
> Key: ISPN-7247
> URL: https://issues.jboss.org/browse/ISPN-7247
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.Alpha4
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
>
> Steps to reproduce:
> click on cache container -> cache -> configuration -> change a value (e.g. number of owner 2 -> 1) -> click apply changes -> click restart later
> Check the configuration file - domain.xml, the modified cache now has security tag:
> <security>
> <authorization roles=""/>
> </security>
> This result in error when we stop the server and start it again:
> ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.datagrid-infinispan.clustered.default.config: org.jboss.msc.service.StartException in service jboss.datagrid-infinispan.clustered.default.config: Failed to start service
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [Server:server-one] at java.lang.Thread.run(Thread.java:745)
> [Server:server-one] Caused by: org.infinispan.commons.CacheConfigurationException: ISPN000414: Global security authorization should be enabled if cache authorization enabled.
> ...
> 09:57:05,492 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan-endpoint"),
> [Server:server-one] ("memcached-connector" => "memcached-connector")
> [Server:server-one] ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
> [Server:server-one] 09:57:05,493 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan-endpoint"),
> [Server:server-one] ("hotrod-connector" => "hotrod-connector")
> [Server:server-one] ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
> [Server:server-one] 09:57:05,494 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan-endpoint"),
> [Server:server-one] ("rest-connector" => "rest-connector")
> [Server:server-one] ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
> [Server:server-one] 09:57:05,495 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan-endpoint"),
> [Server:server-one] ("websocket-connector" => "websocket-connector")
> [Server:server-one] ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
> [Server:server-one] 09:57:05,496 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan"),
> [Server:server-one] ("cache-container" => "clustered"),
> [Server:server-one] ("configurations" => "CONFIGURATIONS"),
> [Server:server-one] ("distributed-cache-configuration" => "default")
> [Server:server-one] ]) - failure description: {
> [Server:server-one] "WFLYCTL0080: Failed services" => {"jboss.datagrid-infinispan.clustered.default.config" => "org.jboss.msc.service.StartException in service jboss.datagrid-infinispan.clustered.default.config: Failed to start service
> [Server:server-one] Caused by: org.infinispan.commons.CacheConfigurationException: ISPN000414: Global security authorization should be enabled if cache authorization enabled."},
> [Server:server-one] "WFLYCTL0412: Required services that are not installed:" => ["jboss.datagrid-infinispan.clustered.default.config"],
> [Server:server-one] "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined
> [Server:server-one] }
> [Server:server-one] 09:57:05,496 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan"),
> [Server:server-one] ("cache-container" => "clustered"),
> [Server:server-one] ("distributed-cache" => "default")
> [Server:server-one] ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7247) Administration console - changing any cache configuration adds security tag to the configuration
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7247?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7247:
--------------------------------------
Status: Open (was: New)
> Administration console - changing any cache configuration adds security tag to the configuration
> ------------------------------------------------------------------------------------------------
>
> Key: ISPN-7247
> URL: https://issues.jboss.org/browse/ISPN-7247
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.Alpha4
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
>
> Steps to reproduce:
> click on cache container -> cache -> configuration -> change a value (e.g. number of owner 2 -> 1) -> click apply changes -> click restart later
> Check the configuration file - domain.xml, the modified cache now has security tag:
> <security>
> <authorization roles=""/>
> </security>
> This result in error when we stop the server and start it again:
> ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.datagrid-infinispan.clustered.default.config: org.jboss.msc.service.StartException in service jboss.datagrid-infinispan.clustered.default.config: Failed to start service
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [Server:server-one] at java.lang.Thread.run(Thread.java:745)
> [Server:server-one] Caused by: org.infinispan.commons.CacheConfigurationException: ISPN000414: Global security authorization should be enabled if cache authorization enabled.
> ...
> 09:57:05,492 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan-endpoint"),
> [Server:server-one] ("memcached-connector" => "memcached-connector")
> [Server:server-one] ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
> [Server:server-one] 09:57:05,493 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan-endpoint"),
> [Server:server-one] ("hotrod-connector" => "hotrod-connector")
> [Server:server-one] ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
> [Server:server-one] 09:57:05,494 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan-endpoint"),
> [Server:server-one] ("rest-connector" => "rest-connector")
> [Server:server-one] ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
> [Server:server-one] 09:57:05,495 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan-endpoint"),
> [Server:server-one] ("websocket-connector" => "websocket-connector")
> [Server:server-one] ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
> [Server:server-one] 09:57:05,496 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan"),
> [Server:server-one] ("cache-container" => "clustered"),
> [Server:server-one] ("configurations" => "CONFIGURATIONS"),
> [Server:server-one] ("distributed-cache-configuration" => "default")
> [Server:server-one] ]) - failure description: {
> [Server:server-one] "WFLYCTL0080: Failed services" => {"jboss.datagrid-infinispan.clustered.default.config" => "org.jboss.msc.service.StartException in service jboss.datagrid-infinispan.clustered.default.config: Failed to start service
> [Server:server-one] Caused by: org.infinispan.commons.CacheConfigurationException: ISPN000414: Global security authorization should be enabled if cache authorization enabled."},
> [Server:server-one] "WFLYCTL0412: Required services that are not installed:" => ["jboss.datagrid-infinispan.clustered.default.config"],
> [Server:server-one] "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined
> [Server:server-one] }
> [Server:server-one] 09:57:05,496 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-one] ("subsystem" => "datagrid-infinispan"),
> [Server:server-one] ("cache-container" => "clustered"),
> [Server:server-one] ("distributed-cache" => "default")
> [Server:server-one] ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7248) Administration console - start/stop/remove node actions should not be available in standalone mode
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7248?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7248:
--------------------------------------
Status: Open (was: New)
> Administration console - start/stop/remove node actions should not be available in standalone mode
> --------------------------------------------------------------------------------------------------
>
> Key: ISPN-7248
> URL: https://issues.jboss.org/browse/ISPN-7248
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.Alpha4
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
>
> Start the server in standalone mode, with clustered configuration:
> bin/standalone.sh -c clustered.xml -> in administration console, click on clusters tab -> cluster -> node
> Result: There is an action button with start, stop and remove action. Clicking on actions prompts a confirmation dialog but after confirming, doesn't do anything.
> Expected result: Action button shouldn't be there.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years