https://bz.apache.org/bugzilla/show_bug.cgi?id=63442

--- Comment #8 from Eric Wolfe <[email protected]> ---
In between planning meetings yesterday and today I got the latest JDK and ANT,
Got eclipse run and built Jmeter locally.  

When I run the tests I get an error complaining about many groovy scripts:

2019-05-17 12:50:23,723 ERROR o.a.j.p.j.s.JSR223Sampler: Problem in JSR223
script [Script] - Generate SubscriberFirstName SubscriberLastName
SubscriberLogin, message: javax.script.ScriptException:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script1.groovy: 1: unable to resolve class
org.apache.commons.lang.RandomStringUtils
 @ line 1, column 1.
   import org.apache.commons.lang.RandomStringUtils;

I believe this is due to a namespace mismatch as I see everything in the jmeter
code is using org.apache.commons.lang3.StringUtils but that is just a guess at
this time.  

Changing the scripts to use lang3 caused a different error.  

So I'm thinking of either just replacing the many scripts with hardcodes right
now just to test the results as I don't know what the right way to solve this
problem is being new to the Java world.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to