【发布时间】:2017-04-13 17:20:31
【问题描述】:
我是 jmeter 的新手,我刚开始录制脚本,当我尝试通过 jmeter 中可用的代理服务器进行录制时,我会在站点视图上看到一条消息 -
java.net.URISyntaxException: Illegal character in query at index 121: https://xxx.xxx.com/xyz/RELEASE99/" at java.net.URI$Parser.fail(Unknown Source) at java.net.URI$Parser.checkChars(Unknown Source) at java.net.URI$Parser.parseHierarchical(Unknown Source) at java.net.URI$Parser.parse(Unknown Source) at java.net.URI.(Unknown Source) at java.net.URL.toURI(Unknown Source)在 org.apache.jmeter.protocol.http.sampler.HTTPHC4Imp l.sample(HTTPHC4Impl.java:234) 在 org.apache.jmeter.protocol.http.sampler.HTTPSample rProxy.sample(HTTPSamplerProxy.java:62) 在 org .apache.jmeter.protocol.http.sampler.HTTPSample rBase.sample(HTTPSamplerBase.java:1088) at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:211)
如果有人能帮助我找到可能的解决方案,将不胜感激。
谢谢,瑞文思
【问题讨论】:
-
你用的是哪个版本的jmeter?
标签: jmeter performance-testing