[ptt-users] java.lang.NoClassDefFoundError
Nancy Sami
nancy_sami at yahoo.com
Tue Mar 13 01:10:04 PST 2007
Hi all,
I'm trying to use TestMaker for WebService Testing. I've tried it on my webservice and by running the test_callback agent. In both trials I first got NoClassDefFound: javax.activation.DataSource, I added an "from javax.activation import DataSource", then I got the following:
File "<string>", line 90, in ?
java.lang.NoClassDefFoundError
at org.apache.soap.rpc.Call.invoke(Call.java:306)
at org.apache.soap.rpc.Call.invoke(Call.java:285)
at com.pushtotest.tool.protocolhandler.SOAPProtocol.soapRpcCall(SOAPProtocol.java:295)
at com.pushtotest.tool.protocolhandler.SOAPProtocol.connect(SOAPProtocol.java:238)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
at org.python.core.PyMethod.__call__(PyMethod.java)
at org.python.core.PyObject.__call__(PyObject.java)
at org.python.core.PyInstance.invoke(PyInstance.java)
at org.python.pycode._pyx25.f$0(<string>:90)
at org.python.pycode._pyx25.call_function(<string>)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyCode.call(PyCode.java)
at org.python.core.Py.runCode(Py.java)
at org.python.core.Py.exec(Py.java)
at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
at com.pushtotest.testmaker.gui.AgentRunner.run(AgentRunner.java:158)
java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError
I really need help, I dont know whats wrong. I mean the sample agent should at least be working. Please note that all other sample agents are running, excpet the two agents related to testing webservices.
Thanks in advance..
---------------------------------
Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cake.pushtotest.com/pipermail/users/attachments/20070313/8724424f/attachment.htm
More information about the Users
mailing list