51Testing软件测试论坛
标题:
thread context wasn't initialized on this thread. [MsgId: MERR-10176]
[打印本页]
作者:
guxiaoli
时间:
2013-3-20 15:17
标题:
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. [MsgId: MERR-10176]
有谁知道为什么吗?LOADRUNNER11支持jdk1.7么?
作者:
guxiaoli
时间:
2013-3-25 13:35
有人清楚么?
作者:
CathyDeng5219
时间:
2014-5-15 21:30
我也遇到了这个问题。
作者:
ocean7373
时间:
2014-10-20 20:46
尼玛,这问题是无人知晓吗?翻了2012年的一个贴,也是这问题没人解决,这又来看到这个今年的,还是没有人知道。
作者:
测试新手陈
时间:
2016-8-7 11:07
LR最高支持JDK1.6
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2