[
https://issues.redhat.com/browse/ISPN-12539?page=com.atlassian.jira.plugi...
]
Matthias Streidel commented on ISPN-12539:
------------------------------------------
I just ran into the same problem. A quick fix instead of handling the password could be to
info the user to use an alphanumeric or alphabetical password only on the commandline - it
is better to fix this though...
Server image doesn't accept numeric characters into password env
----------------------------------------------------------------
Key: ISPN-12539
URL:
https://issues.redhat.com/browse/ISPN-12539
Project: Infinispan
Issue Type: Bug
Components: Docker
Affects Versions: 11.0.7.Final
Reporter: Gustavo Lira e Silva
Assignee: Ryan Emerson
Priority: Minor
if you run
{code:java}
docker run -p 11222:11222 -e USER="root" -e PASS="123456"
infinispan/server{code}
You will receive
{noformat}
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
{noformat}
the env PASS is only accepting String
--
This message was sent by Atlassian Jira
(v8.13.1#813001)