]
Diego Lovison updated ISPN-11071:
---------------------------------
Component/s: Test Suite
(was: Server)
Support container server driver image troubleshooting
------------------------------------------------------
Key: ISPN-11071
URL:
https://issues.redhat.com/browse/ISPN-11071
Project: Infinispan
Issue Type: Enhancement
Components: Test Suite
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.