[JBoss JIRA] (ISPN-12216) ISPN000287: Unauthorized access when using the CLI
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-12216?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-12216:
-------------------------------------
Steps to Reproduce:
* Extract conf.zip to the server conf directory
* Start the server with: {{./bin/server.sh -n node1 -j prod-tcp -Djboss.server.data.dir=/tmp}}
* Try to login to the CLI with: {{./cli.sh -c localhost:11222}}
user: dgadmin1
pass: dgadmin1
was:
* Extract conf.zip to the server conf directory
* Start the server with: {{./bin/server.sh -n node1 -j prod-tcp -Djboss.server.data.dir=/tmp}}
* Try to login to the CLI with: {{./cli.sh -c localhost:11222}}
user: dgamin1
pass: dgamin1
> ISPN000287: Unauthorized access when using the CLI
> --------------------------------------------------
>
> Key: ISPN-12216
> URL: https://issues.redhat.com/browse/ISPN-12216
> Project: Infinispan
> Issue Type: Bug
> Components: CLI, REST, Security
> Affects Versions: 10.1.8.Final
> Reporter: Gustavo Fernandes
> Priority: Major
> Attachments: conf.zip
>
>
> Can't login to the CLI when authorization is enabled
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months
[JBoss JIRA] (ISPN-12216) ISPN000287: Unauthorized access when using the CLI
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-12216?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-12216:
-------------------------------------
Steps to Reproduce:
* Extract conf.zip to the server conf directory
* Start the server with: {{./bin/server.sh -n node1 -j prod-tcp -Djboss.server.data.dir=/tmp}}
* Try to login to the CLI with: {{./cli.sh -c localhost:11222}}
user: dgamin1
pass: dgamin1
was:
* Extract conf.zip to the server conf directory
* Start the server with {{./bin/server.sh -n node1 -j prod-tcp -Djboss.server.data.dir=/tmp}}
* Try to login to the CLI {{./cli.sh -c localhost:11222}}
user: dgamin1
pass: dgamin1
> ISPN000287: Unauthorized access when using the CLI
> --------------------------------------------------
>
> Key: ISPN-12216
> URL: https://issues.redhat.com/browse/ISPN-12216
> Project: Infinispan
> Issue Type: Bug
> Components: CLI, REST, Security
> Affects Versions: 10.1.8.Final
> Reporter: Gustavo Fernandes
> Priority: Major
> Attachments: conf.zip
>
>
> Can't login to the CLI when authorization is enabled
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months
[JBoss JIRA] (ISPN-12216) ISPN000287: Unauthorized access when using the CLI
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-12216?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-12216:
-------------------------------------
Steps to Reproduce:
* Extract conf.zip to the server conf directory
* Start the server with {{./bin/server.sh -n node1 -j prod-tcp -Djboss.server.data.dir=/tmp}}
* Try to login to the CLI {{./cli.sh -c localhost:11222}}
user: dgamin1
pass: dgamin1
was:
* Extract conf.zip to the server conf directory
* Start the server with {{./bin/server.sh -n node1 -j prod-tcp -Djboss.server.data.dir=/tmp}}
* Try to login to the CLI {{./cli.sh -c localhost:11222}}
user: dgamin1
pass: dgamin1
> ISPN000287: Unauthorized access when using the CLI
> --------------------------------------------------
>
> Key: ISPN-12216
> URL: https://issues.redhat.com/browse/ISPN-12216
> Project: Infinispan
> Issue Type: Bug
> Components: CLI, REST, Security
> Affects Versions: 10.1.8.Final
> Reporter: Gustavo Fernandes
> Priority: Major
> Attachments: conf.zip
>
>
> Can't login to the CLI when authorization is enabled
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months
[JBoss JIRA] (ISPN-12211) Combine no route to log messages
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-12211?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-12211:
---------------------------------
Component/s: Cross-Site Replication
> Combine no route to log messages
> --------------------------------
>
> Key: ISPN-12211
> URL: https://issues.redhat.com/browse/ISPN-12211
> Project: Infinispan
> Issue Type: Enhancement
> Components: Cross-Site Replication
> Affects Versions: 12.0.0.Dev01, 11.0.3.Final
> Reporter: Diego Lovison
> Priority: Major
>
> When doing some put in a cache that has a backup site, if the backup site is not available, a lot of messages will be printed in logs. I think that we can count and print every 100 or 1000
> Current state:
> {noformat}
> [1;31m21:42:38,542 ERROR (jgroups-146,edg-perf05-62972) [org.jgroups.protocols.relay.RELAY2] edg-perf05-62972: no route to site01: dropping message[m
> [1;31m21:42:38,542 ERROR (irac-sender-thread-edg-perf05-62972) [org.jgroups.protocols.relay.RELAY2] edg-perf05-62972: no route to site01: dropping message[m
> {noformat}
> Desired state: dropping X messages
> {noformat}
> [1;31m21:42:38,542 ERROR (irac-sender-thread-edg-perf05-62972) [org.jgroups.protocols.relay.RELAY2] edg-perf05-62972: no route to site01: dropping X messages[m
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months
[JBoss JIRA] (ISPN-12215) Add XML configurable properties for JGroupsChannelLookup
by Sammy Chu (Jira)
Sammy Chu created ISPN-12215:
--------------------------------
Summary: Add XML configurable properties for JGroupsChannelLookup
Key: ISPN-12215
URL: https://issues.redhat.com/browse/ISPN-12215
Project: Infinispan
Issue Type: Feature Request
Components: Core
Reporter: Sammy Chu
In ISPN-776, other lookup classes already support properties configuration by <property /> XML element, but JGroupsChannelLookup is missing, so cannot be configured to use different JGroupsChannelLookup implementation by XML configuration.
Suggest to add <property /> elements under <transport /> element to support passing properties to the Transport instance.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months