Hi, My application has JMS implementation with LDAP as a JNDI provider. I am providing information in following format in JMeter to do the testing: Queue Connection Factory = cn=;ou=;dc=;dc=;dc=;dc=
JNDI Name Request Queue = cn=;ou=;dc=;dc=;dc=;dc= JNDI Name Receive Queue = cn=;ou=;dc=;dc=;dc=;dc= JNDI Properties --------------- java.naming.provider.url = java.naming.factory.initial = com.sun.jndi.ldap.LdapCtxFactory java.naming.security.principal = cn=Directory Manager java.naming.security.credentials = After running JMeter I am getting the following exception in the JMeter log file, can anyone please help me in resolving this problem: 2010/02/18 09:48:47 INFO - jmeter.util.JMeterUtils: Setting Locale to en_US 2010/02/18 09:48:47 INFO - jmeter.JMeter: Loading user properties from: C:\JMeter\jakarta-jmeter-2.3.4\jakarta-jmeter-2.3.4\bin\user.properties 2010/02/18 09:48:47 INFO - jmeter.JMeter: Loading system properties from: C:\JMeter\jakarta-jmeter-2.3.4\jakarta-jmeter-2.3.4\bin\system.properties 2010/02/18 09:48:47 INFO - jmeter.JMeter: Copyright (c) 1998-2009 The Apache Software Foundation 2010/02/18 09:48:47 INFO - jmeter.JMeter: Version 2.3.4 r785646 2010/02/18 09:48:47 INFO - jmeter.JMeter: java.version=1.5.0_15 2010/02/18 09:48:47 INFO - jmeter.JMeter: java.vm.name=Java HotSpot(TM) Client VM 2010/02/18 09:48:47 INFO - jmeter.JMeter: os.name=Windows XP 2010/02/18 09:48:47 INFO - jmeter.JMeter: os.arch=x86 2010/02/18 09:48:47 INFO - jmeter.JMeter: os.version=5.1 2010/02/18 09:48:47 INFO - jmeter.JMeter: file.encoding=Cp1252 2010/02/18 09:48:47 INFO - jmeter.JMeter: Default Locale=English (United States) 2010/02/18 09:48:47 INFO - jmeter.JMeter: JMeter Locale=English (United States) 2010/02/18 09:48:47 INFO - jmeter.JMeter: JMeterHome=C:\JMeter\jakarta-jmeter-2.3.4\jakarta-jmeter-2.3.4 2010/02/18 09:48:47 INFO - jmeter.JMeter: user.dir =C:\JMeter\jakarta-jmeter-2.3.4\jakarta-jmeter-2.3.4\bin 2010/02/18 09:48:47 INFO - jmeter.JMeter: PWD =C:\JMeter\jakarta-jmeter-2.3.4\jakarta-jmeter-2.3.4\bin 2010/02/18 09:48:47 INFO - jmeter.JMeter: IP: 10.253.20.44 Name: P1PCBMX73701BG FullName: P1PCBMX73701BG.fiserv.co.in 2010/02/18 09:48:47 INFO - jmeter.JMeter: Loaded icon properties from org/apache/jmeter/images/icon.properties 2010/02/18 09:48:50 INFO - jmeter.engine.util.CompoundVariable: Note: Function class names must contain the string: '.functions.' 2010/02/18 09:48:50 INFO - jmeter.engine.util.CompoundVariable: Note: Function class names must not contain the string: '.gui.' 2010/02/18 09:48:51 INFO - jmeter.util.BSFTestElement: Registering JMeter version of JavaScript engine as work-round for BSF-22 2010/02/18 09:48:51 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: Cannot find .className property for htmlParser, using default 2010/02/18 09:48:51 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/html is 2010/02/18 09:48:51 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for application/xhtml+xml is 2010/02/18 09:48:51 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for application/xml is 2010/02/18 09:48:51 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/xml is 2010/02/18 09:48:51 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/vnd.wap.wml is org.apache.jmeter.protocol.http.parser.RegexpHTMLParser 2010/02/18 09:48:52 INFO - jmeter.gui.util.MenuFactory: Skipping org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui 2010/02/18 09:48:52 INFO - jmeter.gui.util.MenuFactory: Skipping org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui 2010/02/18 09:48:52 INFO - jmeter.protocol.http.sampler.HTTPSampler: Maximum connection retries = 10 2010/02/18 09:48:52 INFO - jmeter.protocol.http.sampler.HTTPSampler: Connection and read timeouts are available on this JVM 2010/02/18 09:48:52 INFO - jmeter.samplers.SampleResult: Note: Sample TimeStamps are START times 2010/02/18 09:48:52 INFO - jmeter.samplers.SampleResult: sampleresult.default.encoding is set to ISO-8859-1 2010/02/18 09:49:02 INFO - jmeter.services.FileServer: Default base=C:\JMeter\jakarta-jmeter-2.3.4\jakarta-jmeter-2.3.4\bin 2010/02/18 09:49:02 INFO - jmeter.gui.action.Load: Loading file: D:\test.jmx 2010/02/18 09:49:02 INFO - jmeter.services.FileServer: Set new base=D:\ 2010/02/18 09:49:02 INFO - jmeter.save.SaveService: Testplan (JMX) version: 2.2. Testlog (JTL) version: 2.2 2010/02/18 09:49:02 INFO - jmeter.save.SaveService: Using SaveService properties file encoding UTF-8 2010/02/18 09:49:02 INFO - jmeter.save.SaveService: Using SaveService properties file version 697317 2010/02/18 09:49:02 INFO - jmeter.save.SaveService: Using SaveService properties version 2.1 2010/02/18 09:49:02 INFO - jmeter.save.SaveService: All converter versions present and correct 2010/02/18 09:49:02 INFO - jmeter.services.FileServer: Set new base=D:\ -- View this message in context: http://old.nabble.com/Ldap-JMS-testing-through-JMeter-gives-illegal-state-exception-tp27634298p27634298.html Sent from the JMeter - User mailing list archive at Nabble.com.

