No match found for the requested parameter的问题
最近压测一个系统,在windows和linux压测不会出现这个问题,但是部署到aix上就出现大量报错。唯一区别就是前2个用的是sun jdk aix用的ibm的jdkAction.c(84): preid====G5ht
Action.c(84): preid====G5hu
Action.c(84): preid====G5hv
Action.c(84): preid====G5hw
Action.c(84): preid====G5hx
Action.c(70): Error -26377: No match found for the requested parameter "preid". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size
Action.c(84): preid====G5hz
Action.c(84): preid====G5h0
Action.c(84): preid====G5h1
Action.c(84): preid====G5h2
Action.c(84): preid====G5h3
Action.c(70): Error -26377: No match found for the requested parameter "preid". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size
Action.c(84): preid====G5h5
单用户循环执行过程中输出preid,会出现返回为空的现象。请问有谁遇到过吗? 关联错了。重新看下当前服务器返回的数据,确认下关联边界。
如果关联没错,看当前步骤的前面请求是不是都成功了。 回复 2# thirfing
在windows平台下,压测未报错,同样的脚本在aix下就会出现报错。
这是action里的第一个请求,单用户迭代。 最近压测一个系统,在windows和linux压测不会出现这个问题,但是部署到aix上就出现大量报错?
我猜你的意思是说被测系统部署在不同的平台上?既然平台不同,测试出来出错就很正常了,也许你们AIX没配置好而已,这是功能上的错误 也许是你的边界设置的不正确,导致关联返回的内容太长了,造成了越界,可以使用定义一下返回内容的长度试试web_set_max_html_param_len
页:
[1]