DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22985>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22985

CookieManager.addCookieFromHeader NumberFormatException





------- Additional Comments From [EMAIL PROTECTED]  2003-09-08 15:26 -------
I modified the copy of the source that I downloaded to catch 
NumberFormatException, but I am still recieving the following error message:

09/08/2003 10:44:22 AM WARN  - jmeter.protocol.http.sampler.HTTPSampler: -1 
java.lang.ArrayIndexOutOfBoundsException: -1
  at java.text.DigitList.append(Unknown Source)
  at java.text.DecimalFormat.subparse(Unknown Source)
  at java.text.DecimalFormat.parse(Unknown Source)
  at java.text.SimpleDateFormat.subParse(Unknown Source)
  at java.text.SimpleDateFormat.parse(Unknown Source)
  at java.text.DateFormat.parse(Unknown Source)
  at org.apache.jmeter.protocol.http.control.CookieManager.addCookieFromHeader
(CookieManager.java:361)
  at org.apache.jmeter.protocol.http.sampler.HTTPSampler.saveConnectionCookies
(HTTPSampler.java:1085)
  at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample
(HTTPSampler.java:962)
  at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample
(HTTPSampler.java:445)
  at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:277)
  at java.lang.Thread.run(Unknown Source)

It appears the ParseException does not cover all possible parsing failures.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to