Can you see if anything you downloaded has RhinoScriptEngineFactory ? There is no way that the JDK 1.7 RhinoScriptEngineFactory can throw an error at line 67
http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/7u40-b43/com/sun/script/javascript/RhinoScriptEngineFactory.java?av=f Caused by: java.lang.ArrayIndexOutOfBoundsException: 1 at com.sun.script.javascript.RhinoScriptEngineFactory.getParameter(RhinoScriptEngineFactory.java:67) An alternative is to add -verbose:class to your startup to see which jar this file is being read from On Sat, Jul 23, 2016 at 8:17 AM, Juan Ramirez <[email protected]> wrote: > ​Hi, here is the information you've asked, as extracted from the log file. > > Thanks! > > ​ > > jmeter.JMeter: Version 3.0 r1743807 > jmeter.JMeter: java.version=1.7.0_101 > jmeter.JMeter: java.vm.name=OpenJDK 64-Bit Server VM > jmeter.JMeter: os.name=Linux > jmeter.JMeter: os.arch=amd64 > jmeter.JMeter: os.version=4.6.4-1-ARCH > jmeter.JMeter: file.encoding=UTF-8 > jmeter.JMeter: Max memory =3713531904 > jmeter.JMeter: Available Processors =4 > jmeter.JMeter: Default Locale=English (United States) > jmeter.JMeter: JMeter Locale=English (United States) > > > On Jul 23, 2016 4:38 AM, "Felix Schumacher" < > [email protected]> wrote: > > > > > > > Am 22. Juli 2016 17:24:32 MESZ, schrieb Juan Ramirez < > > [email protected]>: > > >Hello, > > > > > >I've just downloaded JMeter on and Archlinux system, Java 7, no extra > > >plugins. > > > > Which version of java do you use exactly? And which jmeter version have > > you downloaded? > > > > Regards, > > Felix > > > > > > > >I'm having a problem trying to get the context menu to work, it fails > > >on > > >initialization. > > > > > >The first error that pops out in the screen is: > > > > > >Uncaught Exception java.lang.ExceptionInInitializerError. See log file > > >for > > >details. > > >Uncaught Exception java.lang. > > >​​ > > >NoClassDefFoundError: Could not initialize class > > >org.apache.jmeter.gui.util.MenuFactory. See log file for details. > > > > > >Then, in the log file, more information can be read: > > > > > >jmeter.gui.util.MenuFactory: Could not instantiate > > >org.apache.jmeter.assertions.JSR223Assertion > > >java.lang.ExceptionInInitializerError > > >at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > > >Method) > > > ... > > >at java.beans.Introspector.getBeanInfo(Introspector.java:163) > > >at > > >org.apache.jmeter.testbeans.gui.TestBeanGUI.<init>(TestBeanGUI.java:168) > > >at > > > > > >org.apache.jmeter.gui.util.MenuFactory.initializeMenus(MenuFactory.java:488) > > >at > > >org.apache.jmeter.gui.util.MenuFactory.<clinit>(MenuFactory.java:160) > > >... > > >... > > >Caused by: java.lang.ArrayIndexOutOfBoundsException: 1 > > >at > > > > > >com.sun.script.javascript.RhinoScriptEngineFactory.getParameter(RhinoScriptEngineFactory.java:67) > > >at > > > > > >com.sun.script.util.ScriptEngineFactoryBase.getLanguageVersion(ScriptEngineFactoryBase.java:54) > > >at > > > > > >org.apache.jmeter.util.JSR223BeanInfoSupport.<clinit>(JSR223BeanInfoSupport.java:61) > > >... 33 more > > > > > > > > >I thought that maybe the problem was related to Rhino so I downloaded > > >and > > >copied the .JARS to the lib/ folder but that didn't help. > > > > > >I'm attaching the log file, any help will be appreciated. > > > > > >Thanks! > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
