zoukankan      html  css  js  c++  java
  • [原创]如何解决LodRunner中报错关于Error 10489 : Exception was raised when calling perthreadterminate function

    [原创]如何解决LodRunner中报错关于Error -10489 : Exception was raised when calling per-thread-terminate function

      在用Loadrunner实施性能测试时,采用Goal模式加压,存在如果持续长时加压时LoadRunner的Controller会报Error -10489 : Exception was raised when calling per-thread-terminate function错误;
      问题产生原因:
         Unlike the earlier Windows versions, Windows 2000 and Windows XP have the default environment set to C:\Document and Settings\<user-name>\Local Settings\Temp instead of C:\Windows\temp. This long path with a space can cause several problems for LoadRunner. To resolve the issue, change to a directory without empty spaces.
      解决方法:
         在C盘(或是其它盘均可以)新建TEMP文件夹(为了后续设置临时文件准备)
         右键"我的电脑"->高级->环境变量->编辑修改TEMP变量目录,指身上面新建的目录,如我的指向C:\TEMP->保存即可^_^
         


         

  • 相关阅读:
    JPA 系列教程1-环境搭建
    微信企业号接收消息(使用SpringMVC)
    oracle xe 数据库用户操作
    eclipse快捷键
    堆和栈的区别(重要)
    synchronized的4种用法
    servlet匹配规则和顺序
    JAVA中的枚举
    JSON对象操作
    Handler
  • 原文地址:https://www.cnblogs.com/mayingbao/p/410708.html
Copyright © 2011-2022 走看看