[staf-users] staf returns "Terminated" when starting a remote shell command

2009-12-15 Thread Pavel Tankov
ination machine: Red Hat Enterprise Linux Server release 5.3 (Tikanga) x86_64 staf is 32 bit, version 335 -- PAVEL TANKOV Senior Quality Assurance Engineer, Secure Transport, Axway P: +359 (2) 817-8449 Business Park Sofia, Mladost 4, Build. 11, fl. 2 1766 Sofia, Bulgaria ptan...@a

Re: [staf-users] staf returns "Terminated" when starting a remote shell command

2009-12-15 Thread Pavel Tankov
Thanks, you are right! I used killall instead of pkill and it now works. -- PAVEL TANKOV Senior Quality Assurance Engineer, Secure Transport, Axway P: +359 (2) 817-8449 Business Park Sofia, Mladost 4, Build. 11, fl. 2 1766 Sofia, Bulgaria ptan...@axway.com - http://www.axway.com On Tuesday 15

[staf-users] How to remotely execute piped shell commands

2009-12-15 Thread Pavel Tankov
Hello, How can I execute something like this: staf PROCESS START SHELL COMMAND "ps -ef | grep myscript.sh | grep -v grep" WAIT STDERRTOSTDOUT RETURNSTDOUT -- PAVEL TANKOV Senior Quality Assurance Engineer, Secure Transport, Axway P: +359 (2) 817-8449 Business Park Sofia, Mladost 4,

Re: [staf-users] How to remotely execute piped shell commands

2009-12-15 Thread Pavel Tankov
Oh, stupid me! For some reason I had convinced myself that it wouldn't work and I didn't even try it in the straight case, but tried escaping the pipe symbol ("|") with backslash and other weird punctuation. Thanks! -- PAVEL TANKOV Senior Quality Assurance Engineer, Secur

Re: [staf-users] init.d startup scripts

2010-01-20 Thread Pavel Tankov
.sh goes in /usr/local/staf/ and make sure it's executable STAFEnv.sh goes in /usr/local/staf/ to start STAF: /etc/init.d/stafsrv start to stop STAF: /etc/init.d/stafsrv stop -- PAVEL TANKOV Senior Quality Assurance Engineer, Secure Transport, Axway P: +359 (2) 817-8449 Business Park Sofia, Ml

Re: [staf-users] STAFEnv.sh Query

2010-03-01 Thread Pavel Tankov
background, logging STAFProc output to nohup.out . /usr/local/staf/STAFEnv.sh nohup /usr/local/staf/bin/STAFProc & -- PAVEL TANKOV Senior Quality Assurance Engineer, Secure Transport, Axway P: +359 (2) 817-8449 Business Park Sofia, Mladost 4, Build. 11, fl. 2 1766 Sofia, Bulgaria ptan...@axway

[staf-users] staf client unable to load some .so files on Solaris 10

2009-06-08 Thread Pavel Tankov
command that I used to install it was this: ./STAFInst -noreg -verbose -acceptlicense -bin /usr/bin -lib /usr/lib Here's some infor about the machine: uname -a SunOS t1000-1 5.10 Generic_118833-33 sun4v sparc SUNW,Sun-Fire-T1000 Can anyone tell me what the problem might be? Thanks, Pavel T

Re: [staf-users] staf client unable to load some .so files on Solaris 10

2009-06-08 Thread Pavel Tankov
Thanks, that solved the problem! Thanks, Pavel Tankov On 08.June.2009 18:37:53 David Bender wrote: > The OS appears to be ignoring the files in /usr/lib. You can set > environment variable LD_LIBRARY_PATH=/usr/local/staf/lib or run the > STAFEnv.sh script to set up the en

[staf-users] STAFProc unable to load any Java based service on Solaris 10

2009-06-08 Thread Pavel Tankov
NCE_NAME=STAF fi fi export PATH LD_LIBRARY_PATH CLASSPATH STAFCONVDIR STAF_INSTANCE_NAME Can anyone tell me what the problem might be? Thanks, Pavel Tankov-- Crystal Reports - New Free Runtime and 30 Day Trial Check out the n

Re: [staf-users] STAFProc unable to load any Java based ser vice on Solaris 10

2009-06-09 Thread Pavel Tankov
usr/local/staf/jre1.6.0_14/bin/java -version java version "1.6.0_14" Java(TM) SE Runtime Environment (build 1.6.0_14-b08) Java HotSpot(TM) Server VM (build 14.0-b16, mixed mode) Thanks, Pavel Tankov On 08.June.2009 19:24:40 Sharon Lucas wrote: > Are there any errors in the JVM Log for the

Re: [staf-users] Fw: STAFProc unable to load any Java ba sed service on Solaris 10

2009-06-09 Thread Pavel Tankov
y are both without JVM? Thanks, Pavel Tankov On 08.June.2009 19:34:32 Sharon Lucas wrote: > Note that the 64-bit version of STAF for Solaris Sparc 64 (installed via > the STAF333-solaris-sparc64.tar.gz file) provides STAF Java support only > for a 64-bit JVM. So, a 64-bit JVM is requi

Re: [staf-users] Fw: STAFProc unable to load any Java ba sed service on Solaris 10

2009-06-09 Thread Pavel Tankov
F333-setup-solaris-sparc64-NoJVM.bin: test: ) expected [r...@blade6 install]# /bin/sh STAF333-setup-solaris-sparc64-NoJVM.bin Preparing to install... awk: insufficient memory for string storage Context is: >>> <<< STAF333-setup-solaris-sparc64-NoJVM.bin: test: ) expected

Re: [staf-users] Fw: STAFProc unable to load any Java ba sed service on Solaris 10

2009-06-10 Thread Pavel Tankov
NLY. Now I finally realised that STAF333-*-solaris-sparc* was for Solaris 2.6 AND ABOVE ("+"). Stupid me! :( Now I run it with the 32 bit SUN JRE with no problems. Thanks for all the clarifications, David, you really helped me! Thanks, Pavel Tankov On 09.June.2009 17:34:22 Davi