[JBoss JIRA] (ISPN-11073) Simplify token mech client configuration
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11073:
--------------------------------------
Summary: Simplify token mech client configuration
Key: ISPN-11073
URL: https://issues.redhat.com/browse/ISPN-11073
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod, Security
Affects Versions: 10.1.0.CR1
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.1.0.Final
Setting up the OAUTHBEARER mech on the client requires implementing a callback handler with an Elytron-specific CredentialCallback check. We should simplify this by providing both a .token(String) method on the AuthenticationConfigurationBuilder as well as a ready-made TokenCallbackHandler
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11024) Unable to use binary eviction with protobuf
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11024?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-11024:
--------------------------------
Status: Open (was: New)
> Unable to use binary eviction with protobuf
> -------------------------------------------
>
> Key: ISPN-11024
> URL: https://issues.redhat.com/browse/ISPN-11024
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.1.Final
> Reporter: Jens Reimann
> Assignee: Will Burns
> Priority: Blocker
>
> Enabling binary eviction, e.g.:
> {code:xml}
> <memory>
> <binary strategy="REMOVE" size="134217728" eviction="MEMORY"/>
> </memory>
> {code}
> When storing protobuf based types, throws the following exception:
> {code}
> 15:36:29,859 ERROR [org.infinispan.interceptors.impl.InvocationContextInterceptor] (async-thread--p2-t18) ISPN000136: Error executing command PrepareCommand on Cache 'devices', writing keys []: java.lang.IllegalArgumentException: Size of Class class org.infinispan.query.remote.impl.indexing.ProtobufValueWrapper cannot be determined using given entry size calculator :class org.infinispan.container.entries.PrimitiveEntrySizeCalculator
> {code}
> As protobuf produces a binary representation of the data, it is possible to calculate a size for that object.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11024) Unable to use binary eviction with protobuf
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11024?page=com.atlassian.jira.plugi... ]
Dan Berindei reassigned ISPN-11024:
-----------------------------------
Assignee: Will Burns
> Unable to use binary eviction with protobuf
> -------------------------------------------
>
> Key: ISPN-11024
> URL: https://issues.redhat.com/browse/ISPN-11024
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.1.Final
> Reporter: Jens Reimann
> Assignee: Will Burns
> Priority: Blocker
>
> Enabling binary eviction, e.g.:
> {code:xml}
> <memory>
> <binary strategy="REMOVE" size="134217728" eviction="MEMORY"/>
> </memory>
> {code}
> When storing protobuf based types, throws the following exception:
> {code}
> 15:36:29,859 ERROR [org.infinispan.interceptors.impl.InvocationContextInterceptor] (async-thread--p2-t18) ISPN000136: Error executing command PrepareCommand on Cache 'devices', writing keys []: java.lang.IllegalArgumentException: Size of Class class org.infinispan.query.remote.impl.indexing.ProtobufValueWrapper cannot be determined using given entry size calculator :class org.infinispan.container.entries.PrimitiveEntrySizeCalculator
> {code}
> As protobuf produces a binary representation of the data, it is possible to calculate a size for that object.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11071) Support container server driver image troubleshooting
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11071?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-11071:
---------------------------------
Status: Open (was: New)
> Support container server driver image troubleshooting
> ------------------------------------------------------
>
> Key: ISPN-11071
> URL: https://issues.redhat.com/browse/ISPN-11071
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Affects Versions: 10.1.0.CR1
> Reporter: Diego Lovison
> Priority: Critical
>
> When running on
> {noformat}
> -bash-4.2$ cat /etc/redhat-release
> Red Hat Enterprise Linux Server release 7.7 (Maipo)
> -bash-4.2$ docker -v
> Docker version 1.13.1, build 4ef4b30/1.13.1
> -bash-4.2$
> {noformat}
> The test ResilienceIT is failing due
> {noformat}
> ?? Checking the system...
> ? Docker version should be at least 1.6.0
> ? Docker environment should have more than 2GB free disk space
> [0] STDERR: Exception in thread "main" java.lang.RuntimeException: java.nio.file.AccessDeniedException: /opt/infinispan/server/lib
> [0] STDERR: at org.infinispan.server.loader.Loader.classLoaderFromPath(Loader.java:79)
> [0] STDERR: at org.infinispan.server.loader.Loader.main(Loader.java:45)
> [0] STDERR: Caused by: java.nio.file.AccessDeniedException: /opt/infinispan/server/lib
> [0] STDERR: at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:90)
> [0] STDERR: at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
> [0] STDERR: at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
> {noformat}
> As QE, I would like to have the docker image created to start my researches and see why the server is failing.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11071) Support container server driver image troubleshooting
by Diego Lovison (Jira)
Diego Lovison created ISPN-11071:
------------------------------------
Summary: Support container server driver image troubleshooting
Key: ISPN-11071
URL: https://issues.redhat.com/browse/ISPN-11071
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 10.1.0.CR1
Reporter: Diego Lovison
When running on
{noformat}
-bash-4.2$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.7 (Maipo)
-bash-4.2$ docker -v
Docker version 1.13.1, build 4ef4b30/1.13.1
-bash-4.2$
{noformat}
The test ResilienceIT is failing due
{noformat}
?? Checking the system...
? Docker version should be at least 1.6.0
? Docker environment should have more than 2GB free disk space
[0] STDERR: Exception in thread "main" java.lang.RuntimeException: java.nio.file.AccessDeniedException: /opt/infinispan/server/lib
[0] STDERR: at org.infinispan.server.loader.Loader.classLoaderFromPath(Loader.java:79)
[0] STDERR: at org.infinispan.server.loader.Loader.main(Loader.java:45)
[0] STDERR: Caused by: java.nio.file.AccessDeniedException: /opt/infinispan/server/lib
[0] STDERR: at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:90)
[0] STDERR: at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
[0] STDERR: at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
{noformat}
As QE, I would like to have the docker image created to start my researches and see why the server is failing.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11049) Infinispan Server should resolve all the console URLs
by Katia Aresti (Jira)
[ https://issues.redhat.com/browse/ISPN-11049?page=com.atlassian.jira.plugi... ]
Work on ISPN-11049 started by Katia Aresti.
-------------------------------------------
> Infinispan Server should resolve all the console URLs
> -----------------------------------------------------
>
> Key: ISPN-11049
> URL: https://issues.redhat.com/browse/ISPN-11049
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.1.0.Beta1
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Major
>
> Infinispan server serves the console from the static resources. This console is an front end app built in react that contains multiple URL paths.
> When we do F5 on a URL that is not 'console' or 'console/wlecome' the server responds with 404.
> The static resource (or console resource) should be able to serve the console app from any of the '/console/*' Urls so there is no 404 when there ir s refresh
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months