Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. java.nio.charset.IllegalCharsetNameException: application/x-www-form-urlencoded
  2. at java.nio.charset.Charset.checkName(Charset.java:315)
  3. at java.nio.charset.Charset.lookup2(Charset.java:484)
  4. at java.nio.charset.Charset.lookup(Charset.java:464)
  5. at java.nio.charset.Charset.forName(Charset.java:528)
  6. at org.apache.http.entity.ContentType.create(ContentType.java:210)
  7. at org.apache.http.entity.StringEntity.<init>(StringEntity.java:116)
  8. at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sendPostData(HTTPHC4Impl.java:1340)
  9. at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.handleMethod(HTTPHC4Impl.java:592)
  10. at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.java:409)
  11. at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:74)
  12. at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1166)
  13. at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1155)
  14. at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:475)
  15. at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:418)
  16. at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:249)
  17. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement