Page 1 of 1

Trouble installing CmapServer

Posted: Fri Oct 02, 2009 8:22 am
by rmorales
Hello,

I am trying to install CmapServer 5.03.01_06-05-09 on a Linux machine (Linux colab.udgvirtual.udg.mx 2.6.18-5-amd64 con Debian), but the JVM does not work (it seems). This is what I get in my terminal:

-----
sh-3.2$ ./LinuxCmapServer_v5.03.01_06-05-09.bin -f InstallCmapServer.properties
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

./LinuxCmapServer_v5.03.01_06-05-09.bin: line 2479: /tmp/install.dir.16414/Linux/resource/jre/bin/java: No such file or directory
./LinuxCmapServer_v5.03.01_06-05-09.bin: line 2479: /tmp/install.dir.16414/Linux/resource/jre/bin/java: Success
sh-3.2$ cd /tmp/install.dir.16414/Linux/resource/jre/bin
sh-3.2$ ls -l
total 1384
-rwxr-xr-x 1 rmorales rmorales 4153 2008-11-10 05:01 ControlPanel
-rwxr-xr-x 1 rmorales rmorales 65244 2008-11-10 04:30 java
-rwxr-xr-x 1 rmorales rmorales 25738 2008-11-10 05:01 java_vm
-rwxr-xr-x 1 rmorales rmorales 176072 2008-11-10 05:01 javaws
-rwxr-xr-x 1 rmorales rmorales 62524 2008-11-10 04:35 keytool
-rwxr-xr-x 1 rmorales rmorales 62556 2008-11-10 04:36 kinit
-rwxr-xr-x 1 rmorales rmorales 62556 2008-11-10 04:36 klist
-rwxr-xr-x 1 rmorales rmorales 62556 2008-11-10 04:36 ktab
-rwxr-xr-x 1 rmorales rmorales 62748 2008-11-10 04:47 orbd
-rwxr-xr-x 1 rmorales rmorales 62556 2008-11-10 04:47 pack200
-rwxr-xr-x 1 rmorales rmorales 62756 2008-11-10 04:36 policytool
-rwxr-xr-x 1 rmorales rmorales 62524 2008-11-10 04:44 rmid
-rwxr-xr-x 1 rmorales rmorales 62524 2008-11-10 04:44 rmiregistry
-rwxr-xr-x 1 rmorales rmorales 62524 2008-11-10 04:47 servertool
-rwxr-xr-x 1 rmorales rmorales 62748 2008-11-10 04:47 tnameserv
-rwxr-xr-x 1 rmorales rmorales 357483 2008-11-10 04:47 unpack200
sh-3.2$ ./java
sh: ./java: No such file or directory
-----

I am wondering whether I can install it using our local JVM. Any ideas?