This repository was archived by the owner on Apr 4, 2024. It is now read-only.
GRPC request: Unable to use ${} as a path for Proto Root and Library Directory directories. #103
Unanswered
ASDRecords
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
We are truing to use dynamic variable for Proto Root and Library Directory directories.
It's a BeanShell that get .jmx file path = ${__BeanShell(import org.apache.jmeter.services.FileServer; FileServer.getFileServer().getBaseDir();)}
And as a result we are facing an exception: Caused by: java.nio.file.NoSuchFileException: C:\Users\vdiaconu\WORK\PROJECT\performanceframework\JMeter\src\test\jmeter*${path}**\ProtoFiles\PricingEngine
The path is generated correctly, except one thing, the variable also added to the path....
More details are located here:
#101
Beta Was this translation helpful? Give feedback.
All reactions