zoukankan      html  css  js  c++  java
  • LoadRunner中InvokeMethod failure: 外部组件发生异常解决办法

    -82801 abnormal termination,caused by mdrv process termination


    -29996
    error:process mmdrv.exe was not created .reason:系统资源不足,无法完成请求的服务。


    -29994
    error:one thread was not created.reason:句柄无效


    -27727 Acttion.c [29]:step
    download timeout[600 seconds] has expired when downloading resources.set the
    "step timeout caused by resource is warning", run-time setting to yes/no to have
    this message as a warning /error,respectively


    -84817 failed to initialize reason:timeout

    使用loadrunner压测webservice接口,时,遇到这样一个问题。

    线程模式:

    运行几分钟后主线程退出

    Abnormal termination, caused by mdrv process termination 

    Action.c(6): Error: Web service call "submitNLSMSRequest_101" execution failed

    Action.c(6): Error: InvokeMethod failure: 外部组件发生异常。.

    Action.c(6): Error: ExtractResultArg failure: 外部组件发生异常。.

    Failed to Stop. Reason: TimeOut

    Action.c(6): Error: C interpreter run time error: Action.c (6):  Error -- memory violation : Exception ACCESS_VIOLATION received.

    改用进程模式

    运行几分钟后报错:Runtime Error!

    Program:E:LoadRunnerinmmdrv.exe

    R6025

    - pure virtual fuction call

    解决总结:

    1.采用进程模式

    2.设置进程最大进程数,20或10(D:Program FilesHPLoadRunnerconfigD:Program FilesHPLoadRunnerconfigd的AgentMaxThreadsPerDriver修改为10)

    3.负载

    4.较少日志输出、添加思考时间

  • 相关阅读:
    2017年陕西省网络空间安全技术大赛WP
    XDCTF2014 Writeup
    TensorFlow入门测试程序
    python计算器
    CentOS安装crontab及使用方法
    在Linux 双机下自己手动实现浮动ip技术
    CentOS 7下安装配置FTP
    encodeURI 解码 编码
    jquery 消息提醒插件 toastmessage
    搭通自己的电脑与GitHub的传输通道
  • 原文地址:https://www.cnblogs.com/qmfsun/p/4503250.html
Copyright © 2011-2022 走看看