That warning just means that you don't have the JavaMail jars (activation.jar and mail.jar).
S> On 10/10/05, Charles Tassoni <[EMAIL PROTECTED]> wrote: > I'm using jmeter 2.1, jdk 1.4.2_07, and I'm proxying on port 8081. > > The only odd thing about the jmeter log is this warning, which I figure > probably isn't relevant here. "jmeter.gui.util.MenuFactory: Missing jar? > Could not create org.apache.jmeter.visualizers.MailerVisualizer. > java.lang.NoClassDefFoundError: javax/mail/MessagingException" > > I'm basically trying to follow the instructions for using an Http Proxy > Server given in > http://www.javaworld.com/javaworld/jw-07-2005/jw-0711-jmeter-p2.html. > > I've attached a stripped down jmx file that I saved while having this > problem. There's just an Http Proxy Server under the WorkBench, a Thread > Group under the Test Plan, and a Recording Controller under the Thread > Group. The jmx file shows several Http Requests, but only from sites that > are not on my local host. The proxy server isn't included in the jmx. > It's configured for port 8081 and Grouping = "Store first Sampler of each > group only.", and defaults for the other settings. > > Any help would be much appreciated. > > -Chuck > > >From: sebb <[EMAIL PROTECTED]> > >Reply-To: sebb <[EMAIL PROTECTED]> > >To: JMeter Users List <[email protected]> > >CC: [EMAIL PROTECTED] > >Subject: Re: not using Proxy Server correctly > >Date: Sun, 9 Oct 2005 22:10:16 +0100 > > > >All the test elements should normally be children of the thread group, > >but that is probably not the problem. > > > >If the HTTP Request Defaults specifies the host www.oracle.com, then > >it is correct behaviour for the generated Samplers to omit that. > > > >Any messages in jmeter.log file? > > > >Which version of JMeter? Java? > > > >What port are you using for the localhost server? > > > >S. > >On 07/10/05, Charles Tassoni <[EMAIL PROTECTED]> wrote: > > > When I started using JMeter a few days ago I was able to configure the > >Http > > > Proxy Server to record the urls I clicked and store them under a > >Recording > > > Controller. But today the urls at my localhost (which are the only urls > >I > > > care about) are not being recorded, while outside urls are being > >recorded. > > > > > > Even the outside urls look a little strange, as a matter of fact. For > > > example, > > > > >http://www.oracle.com/technology/tech/java/java_db/pdf/OW_30820_JAVA_STORED_PROC_paper.PDF > > > > > > loses the server information, and the Http Request simply appears as > > > /technology/tech/java/java_db/pdf/OW_30820_JAVA_STORED_PROC_paper.PDF > > > > > > I've configured the Http Proxy Server to proxy at port 8081 and have > > > configured my browser to use that port. The Proxy Server uses all > >defaults > > > except for Grouping, which I have at "Store first Sampler of each group > > > only." I'm pretty sure this is the same Proxy configuration I used > > > successfully a few days ago, but obviously something's wrong. > > > > > > The Proxy Server is under the WorkBench. Under the Test Plan I have > > > > > > Thread Group > > > Recording Controller > > > some listeners > > > Http Request Defaults > > > Http Cookie Manager > > > > > > (Recording Controller is indented to indicate that it's a child of the > > > Thread Group.) All the above have the default settings. > > > > > > Any idea what I'm doing wrong? > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

