| I get Exception in thread "main" java.lang.IllegalArgumentException: WFLYLNCHR0001: The path 'target\node1\infinispan-server-9.1.1.Final' does not exist at org.wildfly.core.launcher.Environment.validateWildFlyDir(Environment.java:320) at org.wildfly.core.launcher.Environment.validateWildFlyDir(Environment.java:315) at org.wildfly.core.launcher.AbstractCommandBuilder.validateWildFlyDir(AbstractCommandBuilder.java:628) at org.wildfly.core.launcher.StandaloneCommandBuilder.of(StandaloneCommandBuilder.java:91) at org.hibernate.ogm.datastore.infinispanremote.utils.RemoteHotRodServerRule.before(RemoteHotRodServerRule.java:74) at org.hibernate.ogm.datastore.infinispanremote.utils.InfinispanRemoteBackendTckHelper.main(InfinispanRemoteBackendTckHelper.java:34) when I try to run InfinispanRemoteBackendTckHelper. But target\node1\infinispan-server-9.1.1.Final is exist. I have run it. It's working. @Davide D'Alto, do you now what could be the problem? |