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

2009-06-08 Thread Sharon Lucas
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 required to use it. So, is the JVM provided in /usr/local/staf/jre1.6.0_14 a 32-bit JVM or a 64-bit JVM. If

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

2009-06-08 Thread Sharon Lucas
Are there any errors in the JVM Log for the STAF Java service (e.g. post the contents of /usr/local/staf/lang/java/jvm/STAFJVM1/JVMLog.1)? Also, post the complete result from running the following on your Solaris 10 machine: /usr/local/staf/jre1.6.0_14/bin/java -version

Re: [staf-users] Staf IO Exception

2009-06-08 Thread Sharon Lucas
What version of STAF is on your Ubuntu 8.04 Server box and what version of STAF is on your Windows 2003 Server box? STAF machine MISC VERSION Also, what interfaces (aka connection providers) do you have configured on these two machines? STAF machine MISC LIST INTERFACES The problem is

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

2009-06-08 Thread Pavel Tankov
Hello, I have installed STAF333-solaris-sparc64.tar.gz on a Solaris 10 machine. That is the command-line installer - STAFInst. The command that I used to install it was this: ./STAFInst -noreg -verbose -acceptlicense -bin /usr/bin -lib /usr/lib Here's some info about the machine: uname -a SunOS

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 environment: > > . /usr

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

2009-06-08 Thread David Bender
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 environment: . /usr/local/staf/STAFEnv.sh David Bender STAF/STAX Development (512-286-5315) IBM Austin Bldg. 903-5B002 Internet:

Re: [staf-users] Where is the ZIP service?

2009-06-08 Thread David Bender
If you did a typical/recommended install, it will be there. Note that it is not configured by default, but it will be loaded via the default service loader service. So, if you do a SERVICE LIST, you will not see the Zip service listed. But if you then submit a request to the Zip service, it

[staf-users] Fw: How to prevent shutdown of STAF?

2009-06-08 Thread Joseph J Veilleux
Sorry for the re-send, but it didn't look like my message below was delivered to the list. Please pardon my intrusion if you are receiving this message twice. Joe Veilleux IBM/Lotus Domino Server Quality Eng

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

2009-06-08 Thread Pavel Tankov
Hello, I have installed STAF333-solaris-sparc64.tar.gz on a Solaris 10 machine. That is the command-line installer STAFInst. The STAFProc starts fine, but the staf client complains with the following error: ld.so.1: STAF: fatal: libSTAF.so: open failed: No such file or directory Killed The comm