51Testing软件测试论坛

标题: 麻烦解决Java Vuser下调用一个包里的函数时的错 [打印本页]

作者: mindship    时间: 2008-1-24 12:39
标题: 麻烦解决Java Vuser下调用一个包里的函数时的错
Execution Log下:
无法将 ITSInterface4Appliaction.ITisRNodeControl 中的 addTisListener(ITSInterface4Appliaction.ITisREventListener) 应用于 (Actions)
                tisRNodeControl.addTisListener(this);
Log下:
Warning: Extension java_int.dll reports error -1 on call to function ExtPerProcessInitialize        [MsgId: MWAR-10485]
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.        [MsgId: MERR-10176]

相应的代码是:
   // listeners必须保证只能被一个线程访问
    tisNodeControl.addTisListener(this);
具体方法已封装;
用继承试了后报错:
Actions 不是抽象的,并且未覆盖ITSInterface4Appliaction.ITisREventListener 中的抽象方法 sendFinished(java.lang.String)
public class Actions extends Thread implements ITisREventListener,
麻烦解释下,谢谢!
作者: zhufc    时间: 2008-1-24 13:31
标题: 我理解如下!
Execution Log下:
无法将 ITSInterface4Appliaction.ITisRNodeControl 中的 addTisListener(ITSInterface4Appliaction.ITisREventListener) 应用于 (Actions)
                tisRNodeControl.addTisListener(this);
Log下:
Warning: Extension java_int.dll reports error -1 on call to function ExtPerProcessInitialize        [MsgId: MWAR-10485]
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.        [MsgId: MERR-10176]

一个线程没有初始化,抱这个错估计是没有创建对象,使用跟踪器看看!




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2