Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 99283 invoked from network); 30 Apr 2010 12:40:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Apr 2010 12:40:22 -0000 Received: (qmail 6431 invoked by uid 500); 30 Apr 2010 12:40:22 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 6409 invoked by uid 500); 30 Apr 2010 12:40:22 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 6401 invoked by uid 99); 30 Apr 2010 12:40:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 12:40:21 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of prasannabhat38@gmail.com designates 74.125.83.172 as permitted sender) Received: from [74.125.83.172] (HELO mail-pv0-f172.google.com) (74.125.83.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 12:40:15 +0000 Received: by pvg6 with SMTP id 6so71306pvg.31 for ; Fri, 30 Apr 2010 05:39:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=2foKY7JRalAk4XAn1tyZSBXbq1VNoVn1Ct3qU3BT//E=; b=Fv/8V2UUM/v1j0uRYGqoY68NEWa+B2bGAHN90UcFRcii22YSu8/MzhCZ5e6YmYKJIl Z9zM8FxilBV9WKjiovStlelDbIbBVQxVlwdXUbHrnaUzBbUuDWzFMV6mMQE21gyrlSUT FKNRiLo04/J6McuHX8tEcdgpbAf8jO16fZQlY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=WXKHQRc4Oq0r3wtsntKv7mWRJUqO6CPpa5egvcFojLt1TYwO+kwtPNf4eibpHsAEmB wyk/fGH4R30+iNBZtB3MOKZyZKlgfgsKmlsBS/zb42z1afke7Qn+DM0oDqRoumsflKzv ynMRTggywdonnhcfS/Sv56KNhwgSYqSMwf1yU= MIME-Version: 1.0 Received: by 10.142.67.22 with SMTP id p22mr6579637wfa.179.1272631194478; Fri, 30 Apr 2010 05:39:54 -0700 (PDT) Received: by 10.142.231.4 with HTTP; Fri, 30 Apr 2010 05:39:54 -0700 (PDT) In-Reply-To: References: Date: Fri, 30 Apr 2010 18:09:54 +0530 Message-ID: Subject: Re: Installing rstatd sampler in JMeter From: prasanna bhat To: JMeter Users List Content-Type: multipart/alternative; boundary=001636e907d046f8d00485738a96 --001636e907d046f8d00485738a96 Content-Type: text/plain; charset=ISO-8859-1 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 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.(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.(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 > > --001636e907d046f8d00485738a96--