Since ATLAS SDK 8 remote tests cannot be executed anymore. MVN throws following exception
[ERROR] Failed to execute goal com.atlassian.maven.plugins:amps-dispatcher-maven-plugin:8.0.0:remote-test (default-cli) on project jirem-jira-app:
Error running remote tests...:
java.lang.RuntimeException: java.lang.RuntimeException:
java.lang.IllegalStateException: Invalid use of SingleClientConnManager: connection still allocated.
when calling following command:
atlas-remote-test --server localhost --pdkUsername admin --pdkPassword admin --context-path /jira --http-port 2990
Regardless of executing the remotes tests against localhost or another standalone instance, the same error is thrown. Any ideas?