1.在安装loadrunner时,破解出现问题,输入新的license时出现" license security violation.Operationis not allowed "提示信息,此时controller也无法工作。在尝试手动删除注册表无效后,最迅速的解决办法:下载LR删除注册表工具,退出LR后双击运行,再打开LR,输入新的license,大功告成! 2.在controller中运行场景时遇到的问题: (1)、在start scenario时error:Error: Two Way Communication Error: Functiontwo_way_comm_post_message / two_way_comm_post_message_ex failed. 可能的原因:共享内存缓存溢出,造成controller和load generator之间通讯出现问题。 修改2个配置文件:(1)$installationfolder $\dat\channel_configure.dat (2)、$installation folder$launch_service\dat\channel_configure.dat 在2个文件的[general]部分添加如下配置:
Shared_memory_max_size=100(修改共享内存是100MB,默认是50MB),重新启动Controller。 3.报错:ction.c(50): Error -26631: HTTP Status-Code=400 (Bad Request) for"http://192.168.X.XXX:15674/stomp/290/gd6838i6/websocket" [MsgId:MERR-26631] Action.c(50):Warning -26200: At least one of the resources specified by EXTRARES has notbeen downloaded due to the above error(s) [MsgId: MWAR-26200] Action.c(50):web_url("websocket") highest severity level was "ERROR", 34body bytes, 125 header bytes [MsgId: MMSG-26388] 浏览器的安全证书问题,必须手动添加证书到浏览器。
|