-
Can someone post solutions to this problem? I would like to know the answers too.
Thanks!
2009-11-24 15:24:28 UTC by yanm
-
Thank you
Now it is working fine.
2009-11-24 09:27:47 UTC by hapiter
-
I wonder whether stax can be used within python modules->classes. I know PySTAF can be used for STAF API calls. I want to use stax since I really like using stax monitor. What I want to achieve the following steps.
1. Use staxMon to load a stax XML.
2. Instantiate a python class in the script section of the XML
The python class' methods contain a number of stax scripts that can execute...
2009-11-23 22:06:17 UTC by yanm
-
What is the value you are using for CLASSPATH? It needs to include JSTAF.jar and STAFDemo.jar.
So, if this is a Windows system it should be set to:
set CLASSPATH=C:\STAF\samples\demo\STAFDemo.jar;C:\STAF\bin\JSTAF.jar.
2009-11-23 13:25:12 UTC by dave2268
-
Dear all,
When was trying to see the demo of java using STAFDemo.jar file I got the following error.
Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/staf/STAFException
Caused by: java.lang.ClassNotFoundException: com.ibm.staf.STAFException
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at...
2009-11-23 11:16:20 UTC by hapiter
-
STAFProc is running as root and running the su command locally with the -c option runs fine. Again running it through STAF it barfs looking for a password.
bash-3.00# STAFProc &
[1] 2248
bash-3.00#
Machine : paris1
Machine nickname : paris1
Startup time : 20091123-04:08:55
STAFProc version 3.3.4.1 initialized
bash-3.00# id
uid=0(root) gid=0(root)
bash-3.00# staf...
2009-11-23 09:54:10 UTC by d0llar
-
In my case, EHLO should be used instead of HELO if using SMTP authentication.
2009-11-23 04:21:03 UTC by cnixsong
-
You should use one of the following installers:
Linux (Intel 32-bit, aka i386 or x86-32)
- STAF335-setup-linux.bin
- STAF335-setup-linux-NoJVM.bin
- STAF335-linux.tar.gz.
2009-11-21 18:24:16 UTC by dave2268
-
Hello all,
I am not able to execute the STAFProc command in my machine. I have installed successfully. But while trying to execute it was not working fine. It tells cannot execute binary file as a error.
I searched about this error in the net and forums then I got the proper STAF installer has to be used.
So the question my system informations are,
uname -a command output
Linux...
2009-11-21 11:31:42 UTC by hapiter
-
slucas committed patchset 4974 of module src to the SW Test Automation Framework CVS repository, changing 2 files.
2009-11-21 02:04:10 UTC by slucas