Re: [Grinder-development] If anyone is out there - help!
Distributed load testing framework - Java, Jython, or Clojure scripts.
Brought to you by:
philipa
|
From: Darren B. <bal...@gm...> - 2015-04-13 19:35:52
|
I am starting to think this is due to the following: at net.grinder.util.weave.j2se6.ASMTransformerFactory.create(ASMTransformerFactory.java:146) at net.grinder.util.weave.j2se6.DCRWeaver.<init>(DCRWeaver.java:73) Anyway to move this into modern times? -Darren On Mon, Apr 13, 2015 at 2:07 PM, Darren Ball <bal...@gm...> wrote: > I can not use JRE 7. The libraries I am pulling in require jdk8. > I have tried with the standalone jython (2.5.3) that exists in the lib > directory. > > Running jython using the following: > > java -classpath > "/home/grinder/uber/*":/home/grinder/myapp-uber.jar:/opt/grinder/lib/grinder.jar:/opt/grinder/lib/jython-standalone-2.5.3.jar > org.python.util.jython -v > > I can run my code fine. > > When using the agent, this all falls apart. I believe this is specific to > grinder's libraries given that I can easily launch my code form the jython > console. > > Recompiling with the correct jdk does not help at the moment. > > > On Mon, Apr 13, 2015 at 1:37 PM, Gary Mulder <fly...@gm...> > wrote: > >> >> On 13 April 2015 at 18:10, Darren Ball <bal...@gm...> wrote: >> >>> Well, >>> Even after building locally with jdk8, I still have this issue: >>> >> >> Just to confirm you have tried JRE 7 and Jython as provided in ./lib in >> Grinder? >> >> Can you include another library or is it specific to your library? >> >> Gary >> > > |