You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to create the test accounts and prime the directory servers using the documentation, but when I tried to run "gradle clean; gradle gatlingRun-am.AMRestAuthNSim" from the forgeops/docker/gatling directory, I get the following error:
ci@ci-forgerock:~/forgeops/docker/gatling$ gradle clean; gradle gatlingRun-am.AMRestAuthNSim
FAILURE: Build failed with an exception.
* Where:
Build file '/home/ci/forgeops/docker/gatling/build.gradle' line: 2
* What went wrong:
Plugin [id: 'com.github.lkishalmi.gatling', version: '3.3.4'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.github.lkishalmi.gatling:com.github.lkishalmi.gatling.gradle.plugin:3.3.4')
Searched in the following repositories:
Gradle Central Plugin Repository
Google
MavenRepo
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 348ms
Results of --stacktrace:
* Exception is:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.github.lkishalmi.gatling', version: '3.3.4'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.github.lkishalmi.gatling:com.github.lkishalmi.gatling.gradle.plugin:3.3.4')
Searched in the following repositories:
Gradle Central Plugin Repository
Google
MavenRepo
It looks like this plugin from the Github repo was deprecated in 2020.
I am using the "build.gradle' script from the forgeops repo:
The text was updated successfully, but these errors were encountered:
tavelm
changed the title
The forgeops/docker/gatling authentication simulation test fails - 'com.github.lkishalmi.gatling' not found
The forgeops/docker/gatling authentication simulation fails - 'com.github.lkishalmi.gatling' not found
Feb 8, 2023
Unable to run the authentication rate simulation documented here: https://backstage.forgerock.com/docs/forgeops/7.1/deployment/benchmark/authrate.html#
I was able to create the test accounts and prime the directory servers using the documentation, but when I tried to run "gradle clean; gradle gatlingRun-am.AMRestAuthNSim" from the forgeops/docker/gatling directory, I get the following error:
Results of --stacktrace:
It looks like this plugin from the Github repo was deprecated in 2020.
I am using the "build.gradle' script from the forgeops repo:
The text was updated successfully, but these errors were encountered: