Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JMSSampler: For input string: "" java.lang.NumberFormatException (for Expiration or Priority fields) #3472

Closed
asfimport opened this issue Nov 4, 2014 · 2 comments

Comments

@asfimport
Copy link
Collaborator

@milamberspace (Bug 57183):
If the expiration or priority fields are empty, a NFE exception occurs

Related to: #3373

2014/11/04 14:21:57 WARN - jmeter.protocol.jms.sampler.JMSSampler: For input string: "" java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:504)
at java.lang.Integer.parseInt(Integer.java:527)
at org.apache.jmeter.protocol.jms.sampler.JMSSampler.sample(JMSSampler.java:160)
at org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:431)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:258)
at java.lang.Thread.run(Thread.java:745)

Version: Nightly
Severity: normal
OS: All

@asfimport
Copy link
Collaborator Author

@milamberspace (migrated from Bugzilla):

URL: http://svn.apache.org/r1636619
Log:
JMSSampler: For input string: "" java.lang.NumberFormatException (for Expiration or Priority fields)

Modified:
jmeter/trunk/docs/images/screenshots/jms/JMS_Point-to-Point.png
jmeter/trunk/docs/images/screenshots/jmspublisher.png
jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/Utils.java
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/JMSSampler.java
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java
jmeter/trunk/xdocs/changes.xml
jmeter/trunk/xdocs/images/screenshots/jms/JMS_Point-to-Point.png
jmeter/trunk/xdocs/images/screenshots/jmspublisher.png
jmeter/trunk/xdocs/usermanual/component_reference.xml

@asfimport
Copy link
Collaborator Author

@milamberspace (migrated from Bugzilla):
URL: http://svn.apache.org/r1636625
Log:
Update screenshots in changes for next version 2.12
#3472

Modified:
jmeter/trunk/docs/images/screenshots/changes/2.12/04_jms_publisher.png
jmeter/trunk/docs/images/screenshots/changes/2.12/05_jms_point_to_point.png
jmeter/trunk/xdocs/changes.xml
jmeter/trunk/xdocs/images/screenshots/changes/2.12/04_jms_publisher.png
jmeter/trunk/xdocs/images/screenshots/changes/2.12/05_jms_point_to_point.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant