Hello,
I am newbie to JMeter and trying to create my very first test plan with
the help of user manual. Trying to save test plan give me following
exception.
 
 jmeter.exceptions.IllegalUserActionException:Couldn't save test plan to
file:C:\Program Files\jakartajemter2.2\bin\TestPlan.jmx
 
here is the log info.
 
2007/04/21 00:22:58 INFO  - jmeter.util.JMeterUtils: Setting Locale to
en_US 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: Loading user properties from:
user.properties 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: Loading system properties
from: system.properties 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: Copyright (c) 1998-2006 The
Apache Software Foundation 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: Version 2.2 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: java.version=1.3.1_01 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: os.name=Windows 2000 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: os.arch=x86 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: os.version=5.1 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: Default Locale=English
(United States) 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: JMeter  Locale=English
(United States) 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: JMeterHome=C:\Program
Files\jakartajmeter2.2 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: user.dir=C:\Program
Files\jakartajmeter2.2\bin 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: PWD     =C:\Program
Files\jakartajmeter2.2\bin 
2007/04/21 00:22:59 INFO  - jmeter.JMeter: Loaded icon properties from
org/apache/jmeter/images/icon.properties 
2007/04/21 00:23:00 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Cannot find .className
property for htmlParser, using default 
2007/04/21 00:23:00 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/html is  
2007/04/21 00:23:00 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for
application/xhtml+xml is  
2007/04/21 00:23:00 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for application/xml
is  
2007/04/21 00:23:00 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/xml is  
2007/04/21 00:23:00 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for
text/vnd.wap.wml is
org.apache.jmeter.protocol.http.parser.RegexpHTMLParser 
2007/04/21 00:23:00 INFO  -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Entered access
log sampler bean info 
2007/04/21 00:23:00 INFO  -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: found parsers:
[org.apache.jmeter.protocol.http.util.accesslog.OrderPreservingLogParser
, org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser,
org.apache.jmeter.protocol.http.util.accesslog.TCLogParser] 
2007/04/21 00:23:00 INFO  -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Got to end of
access log samper bean info init 
2007/04/21 00:23:00 WARN  - jmeter.gui.util.MenuFactory: Could not
instantiate org.apache.jmeter.visualizers.MailerVisualizer
java.lang.UnsupportedClassVersionError: javax/mail/MessagingException
(Unsupported major.minor version 48.0)
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at
org.apache.jmeter.gui.util.MenuFactory.initializeMenus(MenuFactory.java:
330)
        at
org.apache.jmeter.gui.util.MenuFactory.<clinit>(MenuFactory.java:112)
        at
org.apache.jmeter.control.gui.WorkBenchGui.createPopupMenu(WorkBenchGui.
java:98)
        at
org.apache.jmeter.gui.tree.JMeterTreeNode.createPopupMenu(JMeterTreeNode
.java:114)
        at
org.apache.jmeter.gui.action.EditCommand.doAction(EditCommand.java:43)
        at
org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.jav
a:75)
        at
org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:4
3)
        at
org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:60)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
 
2007/04/21 00:23:00 INFO  - jmeter.samplers.SampleResult: Note: Sample
TimeStamps are START times 
2007/04/21 00:23:00 INFO  - jmeter.samplers.SampleResult:
sampleresult.default.encoding is set to ISO-8859-1 
2007/04/21 00:23:21 INFO  - jmeter.save.SaveService: Testplan (JMX)
version: 2.2. Testlog (JTL) version: 2.2 
2007/04/21 00:23:21 INFO  - jmeter.save.SaveService: Using SaveService
properties file version 408187 
2007/04/21 00:23:21 ERROR - jmeter.gui.action.Save:
java.lang.UnsupportedClassVersionError: javax/mail/Message (Unsupported
major.minor version 48.0)
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at
org.apache.jmeter.save.SaveService.makeAlias(SaveService.java:127)
        at
org.apache.jmeter.save.SaveService.initProps(SaveService.java:158)
        at
org.apache.jmeter.save.SaveService.<clinit>(SaveService.java:120)
        at org.apache.jmeter.gui.action.Save.doAction(Save.java:108)
        at
org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.jav
a:75)
        at
org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:4
3)
        at
org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:60)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
 

 

Reply via email to