civetcat_623 发表于 2008-11-15 13:41:47

这几个问题是怎么回事啊???

Action.c(963): Continuing after Error -26612: HTTP Status-Code=500 (Internal Server Error) for
"http://10.234.144.22:7011/epmgen/static/framework/component.dox?name=cmp_sainner_user_favorite_view&event=show"
Action.c(53): Continuing after Error -27979: Requested form not found
Action.c(33): Continuing after Error -27796: Failed to connect to server "10.234.144.22:7011": Connection timed out
Action.c(909): Continuing after Error -27727: Step download timeout (120 seconds) has expired when downloading resource(s).
Set the "Step Timeout caused by resources is a warning" Run-Time Setting to Yes/No to have this message as a warning/error, respectively
Action.c(2142): Continuing after Error -26377: No match found for the requested parameter "REQ_ID".
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

泥泥虫 发表于 2008-11-15 14:09:52

Continuing after Error -26612: HTTP Status-Code=500 (Internal Server Error)重点是你的服务器给你返回的是代码为 500的错误,你检查你链接的服务器是否正常运作,或者网站是否正常工作。

civetcat_623 发表于 2008-11-15 14:14:18

谢谢。。那其他的几个问题呢。。。。

泥泥虫 发表于 2008-11-15 14:16:26

你服务器返回错误的话 你根本就接收不到后面的数据包呀,这样的request都收不到啊,你后面的操作都是基于服务器能给你返回正确的信息才能收到的呀。

civetcat_623 发表于 2008-11-15 14:21:18

Action.c(191): Continuing after Error -26377: No match found for the requested parameter "RCVBL_AMT_ID". 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


如果单独报这个错误是怎么回事啊????

civetcat_623 发表于 2008-11-15 14:21:41

麻烦您了 泥泥虫

civetcat_623 发表于 2008-11-15 14:36:33

我回放的时候都没有问题,但是我跑20并发的时候就会报错,不知道原因在哪里啊。。。。

1019 发表于 2008-11-15 17:16:17

1.-500 服务器遇到内部错误,不能够完成请求造成。
2.-27796 连接服务器超时,系统已经无法响应所发送的请求,可以试着减轻压力进行调试。
3.-27727 下载超时,可以查看帮助;
4.-26377Parameter设置有问题,场景在运行的时候根本就请求不到被参数化的数据;

civetcat_623 发表于 2008-11-15 17:40:07

谢谢楼上,为什么我回放没有错,跑并发就又有错了呢?

archonwang 发表于 2008-11-16 22:07:17

建议你检查下系统的程序所持有的数据逻辑。

archonwang 发表于 2008-11-16 22:07:50

另外,如果确认系统的问题,就在回放时使用下迭代看看。
页: [1]
查看完整版本: 这几个问题是怎么回事啊???