[ 本帖最后由 shanxi 于 2007-8-21 10:46 编辑 ]作者: piaofei 时间: 2007-8-21 12:53
感谢楼上的解答,我已添加了陆游表,但还是出错。
将录制脚本回放无误,放入controller中运行,报以下错误,该如何解决,求具体方法(此为测试内网服务器的一个前台操作)
1)Action.c(23): Error -27796: Failed to connect to server "100.10.0.37:8888": [10065] No Route to Host
2)Action.c(23): Error -26377: No match found for the requested parameter "OracleAppJSESSIONID2". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size
3)Action.c(23): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively.
附件有添加陆游前后的图片作者: shanxi 时间: 2007-8-21 12:56
你关掉防火墙试试作者: piaofei 时间: 2007-8-21 14:02
不行,防火墙都关了也不行。在vuser里面运行都没事,在controller里面怎么就是通不过去。:(作者: piaofei 时间: 2007-8-21 14:09
我在添加陆游的时候,因为本机的ip字网掩码为:255.255.255.0 在添加陆游时,出现如图提示,因此只好在添加陆游的命令里面将掩码改为255.255.255.255,才加上了此条路有信息,这样是否正确阿?作者: piaofei 时间: 2007-8-21 14:44
1、按照我的ip设置,应该这样添加路由对吗?route add 100.10.0.37 mask 255.255.255.0 11.0.50.254,但是会出现以上图片的出错信息。
2、在controller里面即使一个user也是报同样的错作者: shanxi 时间: 2007-8-21 15:03
1.掩码255.255.255.255 匹配了一个网络号100.10.0.37
2.不知道controller在运行时多了些什么