I am having a bear of a time getting Coldfusion MX to install on SuSE Enterprise Server 8.0. Most of them I have gotten past, but I seem to be stuck now. When I run the installer after setting LD_DEBUG=true, it retuns:
erasmus:~/Desktop/ColdFusionMX/Unix # ./coldfusion-60-linux-en.bin Preparing to install... Checking for POSIX df. Found POSIX df. True location of the self extractor: /root/Desktop/ColdFusionMX/Unix/coldfusion-60-linux-en.bin Forcing install base (including tmp dir) to: /home/tmp Creating installer data directory: /home/tmp/install.dir.9208 Creating installer data directory: /home/tmp/install.dir.9208/InstallerData Gathering free-space information... Space needed to complete the self-extraction: 1219198 blocks Available space: 23034240 blocks Available blocks: 23034240 Needed blocks: 1219198 (block = 512 bytes) Computed number of blocks to extract: 702 Extracting the JRE from the installer archive... Extracting JRE from ./coldfusion-60-linux-en.bin to /home/tmp/install.dir.9208/Linux/resource/jre_padded ... Extracting done, exit code = 0 Extracting JRE from /home/tmp/install.dir.9208/Linux/resource/jre_padded to /home/tmp/install.dir.9208/Linux/resource/vm.tar.Z ... Extracting done, exit code = 0 Unpacking the JRE... Unpacking the JRE... gzip is /usr/bin/gzip GZIP done. TAR done. Extracting the installation resources from the installer archive... Extracting install.zip from ./coldfusion-60-linux-en.bin to /home/tmp/install.dir.9208/InstallerData/installer.zip ... Extracting done, exit code = 0 Configuring the installer for this system's environment... ========= Analyzing UNIX Environment ================================= Setting UNIX (linux) flavor specifics. Importing UNIX environment into LAX properties. Checking for POSIX awk. ========= Analyzing LAX ============================================== LAX found............................ OK. LAX properties read.................. OK. ========= Finding VM ================================================= Valid VM types.......................... J2 J1 MSJ MRJ Absolute LAX_VM path.................... /home/tmp/install.dir.9208/Linux/resource/jre/bin/java Expanded Valid VM types................. JRE_J2 JDK_J2 JRE_J1 JDK_J1 MSJ MRJ * Using VM.....(lax.nl.current.vm)...... /home/tmp/install.dir.9208/Linux/resource/jre/bin/java Current VM is NOT a HotSpot VM ========= Virtual Machine Options ==================================== LAX properties incorporated............. OK. classpath............................... "/home/tmp/install.dir.9208/InstallerData:/home/tmp/install.dir.9208/InstallerData/installer.zip" main class.............................. "com.zerog.ia.installer.Main" lax file path.......................... "/home/tmp/install.dir.9208/temp.lax" user directory.......................... "/home/tmp/install.dir.9208" stdout to............................... "console" sterr to................................ "console" install directory....................... "" JIT..................................... none option (verify)......................... off option (verbosity)...................... none option (garbage collection extent)...... none option (garbage collection thread)...... none option (native stack max size).......... none option (java stack max size)............ none option (java heap max size)............. 50331648 option (java heap initial size)......... 16777216 option (lax.nl.java.option.additional).. none ========= Display settings =========================================== X display............................... not set UI mode................................. console Launching installer... ========= VM Command Line ============================================ CLASSPATH=/home/tmp/install.dir.9208/InstallerData:/home/tmp/install.dir.9208/InstallerData/installer.zip "/home/tmp/install.dir.9208/Linux/resource/jre/bin/java" -Djava.compiler=NONE -Xmx50331648 -Xms16777216 com.zerog.lax.LAX "/home/tmp/install.dir.9208/temp.lax" "/tmp/env.properties.9208" -i CONSOLE ========= Executing JAVA ============================================= Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX ========= JAVA Finished ============================================== Removing tmp install dir: "/home/tmp/install.dir.9208" df -m returns: Filesystem 1M-blocks Used Available Use% Mounted on /dev/sda3 16686 4591 11248 29% / /dev/sda1 16 6 9 39% /boot shmfs 125 0 125 0% /dev/shm java -version returns: java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1) Classic VM (build 1.3.1, J2RE 1.3.1 IBM build cxia32131-20020622 (JIT enabled: jitc)) I checked TechNote 23169, and have the following: glib-1.2.10 glibc-2.2.5 libstdc++-3.2 gcc-3.2 gcc++-3.2 I also looked at some other stuff google brought back, and have made sure I have both the jre and sdk installed: java2-jre-1.3.1-524 java2-1.3.1-524 Any ideas what I am doing wrong here? -- Jon Tillman www.smokingpipes.com - buy pipes, tobaccos & accessories www.tobaccoreviews.com - read & write reviews of tobaccos ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
