I am testing jms application but could not connect to url provider and get
following exception. Please help me.
2008/07/01 04:38:12 INFO - jmeter.util.JMeterUtils: Setting Locale to en_US
2008/07/01 04:38:12 INFO - jmeter.JMeter: Loading user properties from:
C:\jakarta-jmeter-2.3.1\bin\user.properties
2008/07/01 04:38:12 INFO - jmeter.JMeter: Loading system properties from:
C:\jakarta-jmeter-2.3.1\bin\system.properties
2008/07/01 04:38:12 INFO - jmeter.JMeter: Copyright (c) 1998-2007 The
Apache Software Foundation
2008/07/01 04:38:12 INFO - jmeter.JMeter: Version 2.3.1
2008/07/01 04:38:12 INFO - jmeter.JMeter: java.version=1.4.1_06
2008/07/01 04:38:12 INFO - jmeter.JMeter: os.name=Windows XP
2008/07/01 04:38:12 INFO - jmeter.JMeter: os.arch=x86
2008/07/01 04:38:12 INFO - jmeter.JMeter: os.version=5.1
2008/07/01 04:38:12 INFO - jmeter.JMeter: file.encoding=Cp1252
2008/07/01 04:38:12 INFO - jmeter.JMeter: Default Locale=English (United
States)
2008/07/01 04:38:12 INFO - jmeter.JMeter: JMeter Locale=English (United
States)
2008/07/01 04:38:12 INFO - jmeter.JMeter:
JMeterHome=C:\jakarta-jmeter-2.3.1
2008/07/01 04:38:12 INFO - jmeter.JMeter: user.dir
=C:\jakarta-jmeter-2.3.1\bin
2008/07/01 04:38:12 INFO - jmeter.JMeter: PWD
=C:\jakarta-jmeter-2.3.1\bin
2008/07/01 04:38:12 INFO - jmeter.JMeter: Loaded icon properties from
org/apache/jmeter/images/icon.properties
2008/07/01 04:38:14 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase:
Cannot find .className property for htmlParser, using default
2008/07/01 04:38:14 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for text/html is
2008/07/01 04:38:14 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for application/xhtml+xml is
2008/07/01 04:38:14 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for application/xml is
2008/07/01 04:38:14 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for text/xml is
2008/07/01 04:38:14 INFO - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for text/vnd.wap.wml is
org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
2008/07/01 04:38:14 INFO - jmeter.protocol.http.sampler.HTTPSampler:
Maximum connection retries = 10
2008/07/01 04:38:15 WARN - jmeter.gui.util.MenuFactory: Missing jar? Could
not create org.apache.jmeter.visualizers.MailerVisualizer.
java.lang.NoClassDefFoundError: javax/mail/MessagingException
2008/07/01 04:38:15 INFO - jmeter.samplers.SampleResult: Note: Sample
TimeStamps are START times
2008/07/01 04:38:15 INFO - jmeter.samplers.SampleResult:
sampleresult.default.encoding is set to ISO-8859-1
2008/07/01 04:38:36 INFO - jmeter.services.FileServer: Default
base=C:\jakarta-jmeter-2.3.1\bin
2008/07/01 04:38:36 INFO - jmeter.gui.action.Load: Loading file:
C:\TestScenerio\JMS Test\JMSTest Plan.jmx
2008/07/01 04:38:36 INFO - jmeter.services.FileServer: Set new
base=C:\TestScenerio\JMS Test
2008/07/01 04:38:36 INFO - jmeter.save.SaveService: Testplan (JMX) version:
2.2. Testlog (JTL) version: 2.2
2008/07/01 04:38:36 INFO - jmeter.save.SaveService: Using SaveService
properties file encoding UTF-8
2008/07/01 04:38:36 INFO - jmeter.save.SaveService: Using SaveService
properties file version 594567
2008/07/01 04:38:36 INFO - jmeter.save.SaveService: Using SaveService
properties version 2.0
2008/07/01 04:38:36 INFO - jmeter.save.SaveService: All converter versions
present and correct
2008/07/01 04:38:37 INFO - jmeter.services.FileServer: Set new
base=C:\TestScenerio\JMS Test
2008/07/01 04:42:08 INFO - jmeter.engine.StandardJMeterEngine: Listeners
will be started after enabling running version
2008/07/01 04:42:08 INFO - jmeter.engine.StandardJMeterEngine: To revert to
the earlier behaviour, define jmeterengine.startlistenerslater=false
2008/07/01 04:42:08 INFO - jmeter.engine.StandardJMeterEngine: Running the
test!
2008/07/01 04:42:08 INFO - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2008/07/01 04:42:08 INFO - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group JMSThread Group. Ramp up = 1.
2008/07/01 04:42:08 INFO - jmeter.engine.StandardJMeterEngine: Test will
stop on error
2008/07/01 04:42:08 INFO - jmeter.threads.JMeterThread:
jmeterthread.startearlier=true (see jmeter.properties)
2008/07/01 04:42:08 INFO - jmeter.threads.JMeterThread: Running
PostProcessors in forward order
2008/07/01 04:42:08 INFO - jmeter.threads.JMeterThread: Thread JMSThread
Group 1-1 started
2008/07/01 04:42:08 WARN - jmeter.protocol.jms.sampler.JMSSampler: Failed
to connect to any server at:
tcp://cib-devemsmessaging02.usa.wachovia.net:7222,tcp://cib-devemsmessaging01.usa.wachovia.net:7224
javax.jms.JMSException: Failed to connect to any server at:
tcp://cib-devemsmessaging02.usa.wachovia.net:7222,tcp://cib-devemsmessaging01.usa.wachovia.net:7224
at com.tibco.tibjms.TibjmsConnection._create(TibjmsConnection.java:740)
at com.tibco.tibjms.TibjmsConnection.<init>(TibjmsConnection.java:1955)
at
com.tibco.tibjms.TibjmsQueueConnection.<init>(TibjmsQueueConnection.java:37)
at com.tibco.tibjms.TibjmsxCFImpl._createImpl(TibjmsxCFImpl.java:187)
at
com.tibco.tibjms.TibjmsxCFImpl._createConnection(TibjmsxCFImpl.java:240)
at
com.tibco.tibjms.TibjmsQueueConnectionFactory.createQueueConnection(TibjmsQueueConnectionFactory.java:64)
at
org.apache.jmeter.protocol.jms.sampler.JMSSampler.threadStarted(JMSSampler.java:297)
at
org.apache.jmeter.threads.JMeterThread$ThreadListenerTraverser.addNode(JMeterThread.java:476)
at
org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:972)
at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:956)
at
org.apache.jmeter.threads.JMeterThread.threadStarted(JMeterThread.java:448)
at org.apache.jmeter.threads.JMeterThread.initRun(JMeterThread.java:440)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:245)
at java.lang.Thread.run(Unknown Source)
2008/07/01 04:42:08 WARN - jmeter.protocol.jms.sampler.JMSSampler: Session
may not be null while creating message java.lang.IllegalStateException:
Session may not be null while creating message
at
org.apache.jmeter.protocol.jms.sampler.JMSSampler.createMessage(JMSSampler.java:165)
at
org.apache.jmeter.protocol.jms.sampler.JMSSampler.sample(JMSSampler.java:128)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:300)
at java.lang.Thread.run(Unknown Source)
2008/07/01 04:42:08 INFO - jmeter.threads.JMeterThread: Stop Test detected
by thread JMSThread Group 1-1
2008/07/01 04:42:08 INFO - jmeter.threads.JMeterThread: Thread JMSThread
Group 1-1 is done
2008/07/01 04:42:08 INFO - jmeter.engine.StandardJMeterEngine: Ending
thread JMSThread Group 1-1
2008/07/01 04:42:08 INFO - jmeter.engine.StandardJMeterEngine: Stopping
test
2008/07/01 04:42:08 INFO - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2008/07/01 04:42:08 INFO - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2008/07/01 04:42:08 INFO - jmeter.engine.StandardJMeterEngine: Test has
ended
2008/07/01 04:51:08 INFO - jmeter.services.FileServer: Set new
base=C:\TestScenerio\JMS Test
2008/07/01 04:51:15 INFO - jmeter.engine.StandardJMeterEngine: Running the
test!
2008/07/01 04:51:15 INFO - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*)
2008/07/01 04:51:15 INFO - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group JMSThread Group. Ramp up = 1.
2008/07/01 04:51:15 INFO - jmeter.engine.StandardJMeterEngine: Test will
stop on error
2008/07/01 04:51:15 INFO - jmeter.threads.JMeterThread: Thread JMSThread
Group 1-1 started
2008/07/01 04:51:15 WARN - jmeter.protocol.jms.sampler.JMSSampler: Failed
to connect to any server at:
tcp://cib-devemsmessaging02.usa.wachovia.net:7222,tcp://cib-devemsmessaging01.usa.wachovia.net:7224
javax.jms.JMSException: Failed to connect to any server at:
tcp://cib-devemsmessaging02.usa.wachovia.net:7222,tcp://cib-devemsmessaging01.usa.wachovia.net:7224
at com.tibco.tibjms.TibjmsConnection._create(TibjmsConnection.java:740)
at com.tibco.tibjms.TibjmsConnection.<init>(TibjmsConnection.java:1955)
at
com.tibco.tibjms.TibjmsQueueConnection.<init>(TibjmsQueueConnection.java:37)
at com.tibco.tibjms.TibjmsxCFImpl._createImpl(TibjmsxCFImpl.java:187)
at
com.tibco.tibjms.TibjmsxCFImpl._createConnection(TibjmsxCFImpl.java:240)
at
com.tibco.tibjms.TibjmsQueueConnectionFactory.createQueueConnection(TibjmsQueueConnectionFactory.java:64)
at
org.apache.jmeter.protocol.jms.sampler.JMSSampler.threadStarted(JMSSampler.java:297)
at
org.apache.jmeter.threads.JMeterThread$ThreadListenerTraverser.addNode(JMeterThread.java:476)
at
org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:972)
at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:956)
at
org.apache.jmeter.threads.JMeterThread.threadStarted(JMeterThread.java:448)
at org.apache.jmeter.threads.JMeterThread.initRun(JMeterThread.java:440)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:245)
at java.lang.Thread.run(Unknown Source)
2008/07/01 04:51:15 WARN - jmeter.protocol.jms.sampler.JMSSampler: Session
may not be null while creating message java.lang.IllegalStateException:
Session may not be null while creating message
at
org.apache.jmeter.protocol.jms.sampler.JMSSampler.createMessage(JMSSampler.java:165)
at
org.apache.jmeter.protocol.jms.sampler.JMSSampler.sample(JMSSampler.java:128)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:300)
at java.lang.Thread.run(Unknown Source)
2008/07/01 04:51:15 INFO - jmeter.threads.JMeterThread: Stop Test detected
by thread JMSThread Group 1-1
2008/07/01 04:51:15 INFO - jmeter.threads.JMeterThread: Thread JMSThread
Group 1-1 is done
2008/07/01 04:51:15 INFO - jmeter.engine.StandardJMeterEngine: Ending
thread JMSThread Group 1-1
2008/07/01 04:51:15 INFO - jmeter.engine.StandardJMeterEngine: Stopping
test
2008/07/01 04:51:15 INFO - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test
2008/07/01 04:51:15 INFO - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*)
2008/07/01 04:51:15 INFO - jmeter.engine.StandardJMeterEngine: Test has
ended
--
View this message in context:
http://www.nabble.com/jms-connection-issue-tp18212146p18212146.html
Sent from the JMeter - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]