guxiaoli 发表于 2013-3-20 15:17:38

thread context wasn't initialized on this thread. [MsgId: MERR-10176]

求助!!
1、环境loadrunner11,java version "1.7.0_01"
2、新建了一个java user脚本,如下:
package com.sanss.lr;
import lrapi.lr;
import com.sanss.lr.*;
import com.sun.org.apache.xpath.internal.operations.String;
public class Actions
{
       public int init() throws Throwable {
                return 0;
        }//end of init


        public int action() throws Throwable {
          sybaseTest.main(String[] null);
                return 0;
        }//end of action


        public int end() throws Throwable {
                return 0;
        }//end of end
}
在runtime-setting的classpath中已经将sybaseTest.jar加进去了,但是
编译的时候报错:Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.       
有谁知道为什么吗?LOADRUNNER11支持jdk1.7么?

guxiaoli 发表于 2013-3-25 13:35:58

有人清楚么?

CathyDeng5219 发表于 2014-5-15 21:30:08

我也遇到了这个问题。

ocean7373 发表于 2014-10-20 20:46:43

尼玛,这问题是无人知晓吗?翻了2012年的一个贴,也是这问题没人解决,这又来看到这个今年的,还是没有人知道。

测试新手陈 发表于 2016-8-7 11:07:02

LR最高支持JDK1.6
页: [1]
查看完整版本: thread context wasn't initialized on this thread. [MsgId: MERR-10176]