https://bz.apache.org/bugzilla/show_bug.cgi?id=58185
Bug ID: 58185
Summary: JMS point to point sampler is giving nullpoint
exception error
Product: JMeter
Version: 2.13
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
2015/07/28 02:54:38 ERROR - jmeter.protocol.jms.sampler.JMSSampler:
java.lang.NullPointerException
at
com.elega9t.jmeter.jms.InitialContextFactory$1.lookup(InitialContextFactory.java:53)
at javax.naming.InitialContext.lookup(InitialContext.java:411)
at
org.apache.jmeter.protocol.jms.sampler.JMSSampler.threadStarted(JMSSampler.java:329)
at
org.apache.jmeter.threads.JMeterThread$ThreadListenerTraverser.addNode(JMeterThread.java:610)
at
org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:998)
at
org.apache.jorphan.collections.HashTree.traverse(HashTree.java:980)
at
org.apache.jmeter.threads.JMeterThread.threadStarted(JMeterThread.java:579)
at
org.apache.jmeter.threads.JMeterThread.initRun(JMeterThread.java:567)
at
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:257)
at java.lang.Thread.run(Thread.java:745)
2015/07/28 02:54:38 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:189)
at
org.apache.jmeter.protocol.jms.sampler.JMSSampler.sample(JMSSampler.java:145)
at
org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:434)
at
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:261)
at java.lang.Thread.run(Thread.java:745)
--
You are receiving this mail because:
You are the assignee for the bug.