Page 1 of 1

Re: Problem on Scalix Server

Posted: Sun Aug 01, 2010 3:05 am
by joako
Sorry to say you are not going to get an answer to your issues here. Look at all the posts with unresolved major issues with Scalix. Scalix staff used to be friendly and post here as seen by reading the older posts, but after Xandros bought Scalix they are pushing for the users to buy paid support by providing sub-standard documenation (there is not even documenation for the newest Scalix version!) and discontinue Scalix staff participation in the forums. The remaining consistant posters are Scalix consultants who you can pay to resolve your issues.

Re: Problem on Scalix Server

Posted: Sun Aug 01, 2010 12:12 pm
by ls-al
The "java.net.SocketException: Network is unreachable" looks like that a non existing network address has been specified during the installation or something is wrong in the /etc/hosts.
The installer may be able to fix it (reconfigure). If everything else fails I'd recommend to remove all components except "Scalix Server" and reinstall the afterwards.

Re: Problem on Scalix Server

Posted: Tue Aug 31, 2010 2:45 pm
by RickC
Not meaning to hijack this thread, but is there a way to determine if my scalix installation is 64 bit or i186? I'm running 11.4.4 on RHEL4_64.

Thanks,

Rick

Re: Problem on Scalix Server

Posted: Wed Sep 01, 2010 7:22 am
by Valerion
RickC wrote:Not meaning to hijack this thread, but is there a way to determine if my scalix installation is 64 bit or i186? I'm running 11.4.4 on RHEL4_64.

Thanks,

Rick


All the Scalix binaries are compiled as 32-bit for the moment. You can use a x86_64 JRE though, and that will switch the web clients over to 64-bit, but not the server software itself. Of course, Scalix really doesn't need all the features a 64-bit OS has, yet (addressing more than 2GB RAM per process, bigger registers, etc).

To check: Pick a file (e.g. /opt/scalix/bin/omon). Run file <filename>. It will tell you whether it 32-bit or 64-bit. I have compared this to the output of a 64-bit binary below.

/opt/scalix/bin/omon: setuid setgid ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped

/bin/bash: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped