CAPS512 on linux

Hello,

I'd like to set up CAPS512 on a linux box.

Unfortunately it is an Ubuntu (6.10) box, and both the Suse and Redhat logicalhosts fail to start up on it.

The error message is the same, a not very specific java.lang.ExceptionInInitializerError.

Can anyone give me a few pointers about this ? What distro-specific feature (libc?) does logicalhost rely on ? What is the difference between the Suse and Redhat packages ?

This might help me figuring out what needs to be installed on this Ubuntu guy in order to make CAPS run.

thanks,

tiv

[587 byte] By [tivadar] at [2007-11-26 11:26:44]
# 1

Q: What distro-specific feature (libc?) does logicalhost rely on ?

A: Logicalhost has embedded STCMS IQ manager which is implemented by C and C++. The STCMS IQ Manager depends on C and C++ standard libraries. You can dump information about the required user libraries and system libraries of STCMS IQ Manager using the following command:

ldd $logicalhost_home/is/stcms/bin/stcms.exe

libc.so.6 => /lib/i686/libc.so.6 (0x42000000)

libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4054b000)

libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40476000)

?br>

Q: What is the difference between the Suse and Redhat packages?

A: The difference between the Suse and Redhat packages is that each package includes different STCMS IQ manager binaries which run on different platforms. The STCMS IQ manager of Suse package run on Suse linux and that of Redhat package run on Redhat linux. Make sure that your box installs the right supported linux version.

simicye at 2007-7-7 3:42:17 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...