https://bz.apache.org/bugzilla/show_bug.cgi?id=63360
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #12 from Felix Schumacher <[email protected]> --- (In reply to Emmanuel Proulx from comment #10) > > Well, I read your first entry that you tested it on MacOS -- which I don't > > have. So I did try it on linux and could not reproduce it. That's why I > > stated that fact. Sorry, that it was obvious to you ;) > No, I'm sorry that my reply sounded so contemptuous. I didn't mean it in > that way. It was just stating the facts of the matter. > > > And it has the same strange jsyntaxpane in its stacktrace. Where is it > > coming from? Do you have any plugins installed? > I didn't install any plug-ins. I set it up with "brew install jmeter". Is that done by the same method as explained by Thijs? His file seems to contain plugins. Especially the jmeterplugins-webdriver is probably the cause of this issue. It contains jsyntaxpane-1.0.0.jar. That jar is not contained in the Apache JMeter distribution, but a class from this jar is right at the top of the exception in the log. When I look at https://github.com/nordfalk/jsyntaxpane I see a commit message, that says "Version 1.1.5 released with support for Java 9" which suggests -- at least to me -- that older versions had problems with Java 9 and above. So I think you could try a few things out: * Install JMeter from the jmeter.apache.org site (without brew) and see, if it has the same problems (without plugins, of course) * Replace jsyntaxpane-1.0.0.jar in JMeter's lib dir with a current one (which is probably jsyntaxpane-1.1.15.jar) * Remove the webdriver plugin with the plugin manager (which will probably located under the options menu) * If you are using Java 9 or above, try to run JMeter with Java 8 > > > And please note, I am doing this in my spare time. > I understand totally. -- You are receiving this mail because: You are the assignee for the bug.
