Hi guys, I had missed copying a jar. Sorry for the post.
Thanks, Prasanna On Fri, Apr 30, 2010 at 5:43 PM, prasanna bhat <[email protected]>wrote: > Hi, > > I'm trying to install the rstatd sampler to JMeter. I followed the > instructions given in the website ( > http://swirstatdsample.sourceforge.net/installation.html). The application > throws the following exceptions: > > 2010/04/30 16:48:41 WARN - jmeter.util.JMeterUtils: ERROR! Resource string > not found: [rstatd_title] java.util.MissingResourceException: Can't find > resource for bundle java.util.PropertyResourceBundle, key rstatd_title > at java.util.ResourceBundle.getObject(ResourceBundle.java:374) > at java.util.ResourceBundle.getString(ResourceBundle.java:334) > at > org.apache.jmeter.util.JMeterUtils.getResStringDefault(JMeterUtils.java:425) > at > org.apache.jmeter.util.JMeterUtils.getResString(JMeterUtils.java:388) > at > org.apache.jmeter.gui.AbstractJMeterGuiComponent.getStaticLabel(AbstractJMeterGuiComponent.java:329) > at > org.apache.jmeter.gui.AbstractJMeterGuiComponent.createTitleLabel(AbstractJMeterGuiComponent.java:167) > at > org.apache.jmeter.gui.AbstractJMeterGuiComponent.makeTitlePanel(AbstractJMeterGuiComponent.java:265) > at > de.simpleworks.jmeter.protocol.rstatd.gui.RstatdSamplerGui.createGUI(Unknown > Source) > at > de.simpleworks.jmeter.protocol.rstatd.gui.RstatdSamplerGui.<init>(Unknown > Source) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at java.lang.Class.newInstance0(Class.java:355) > at java.lang.Class.newInstance(Class.java:308) > at > org.apache.jmeter.gui.util.MenuFactory.initializeMenus(MenuFactory.java:418) > at > org.apache.jmeter.gui.util.MenuFactory.<clinit>(MenuFactory.java:147) > at > org.apache.jmeter.control.gui.WorkBenchGui.createPopupMenu(WorkBenchGui.java:84) > at > org.apache.jmeter.gui.tree.JMeterTreeNode.createPopupMenu(JMeterTreeNode.java:111) > at > org.apache.jmeter.gui.action.EditCommand.doAction(EditCommand.java:44) > at > org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:80) > at > org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:42) > at > org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:59) > at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) > at > java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) > at > java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) > > 2010/04/30 16:48:41 WARN - jmeter.gui.util.MenuFactory: Missing jar? Could > not create de.simpleworks.jmeter.protocol.rstatd.gui.RstatdSamplerGui. > java.lang.NoClassDefFoundError: org/acplt/oncrpc/OncRpcException > 2010/04/30 16:48:41 INFO - jmeter.util.BSFTestElement: Registering JMeter > version of JavaScript engine as work-round for BSF-22 > 2010/04/30 16:48:41 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: > Cannot find .className property for htmlParser, using default > 2010/04/30 16:48:41 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: > Parser for text/html is > 2010/04/30 16:48:41 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: > Parser for application/xhtml+xml is > 2010/04/30 16:48:41 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: > Parser for application/xml is > 2010/04/30 16:48:41 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: > Parser for text/xml is > 2010/04/30 16:48:41 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: > Parser for text/vnd.wap.wml is > org.apache.jmeter.protocol.http.parser.RegexpHTMLParser > 2010/04/30 16:48:42 INFO - jmeter.gui.util.MenuFactory: Skipping > org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui > 2010/04/30 16:48:42 INFO - jmeter.gui.util.MenuFactory: Skipping > org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui > 2010/04/30 16:48:42 INFO - jmeter.protocol.http.sampler.HTTPSampler: > Maximum connection retries = 10 > 2010/04/30 16:48:42 INFO - jmeter.protocol.http.sampler.HTTPSampler: > Connection and read timeouts are available on this JVM > 2010/04/30 16:48:42 WARN - jmeter.gui.util.MenuFactory: Missing jar? Could > not create org.apache.jmeter.visualizers.MailerVisualizer. > java.lang.NoClassDefFoundError: javax/mail/MessagingException > 2010/04/30 16:48:42 INFO - jmeter.samplers.SampleResult: Note: Sample > TimeStamps are START times > 2010/04/30 16:48:42 INFO - jmeter.samplers.SampleResult: > sampleresult.default.encoding is set to ISO-8859-1 > > Can you please help me to point out where i'm going wrong?? > > Thanks, > Prasanna > >

