Hi, what operating system are you on?
I am assuming it is Linux and therefore I have just retried our installer again on RedHatLinux 9.0 and JDK 1.4.2. It worked flawless for me. The procedure was is follows: - Download ulc-6.1.1-installer-linx.bin - Open an X-Terminal and cd to where the downloaded file is located - Make sure the JDK 1.4 interpreter is on your PATH E.g. set the PATH via something like export PATH=$PATH:/j2sk1.4.2_05/bin - Run the installer via sh ulc-6.1.1-installer-linx.bin That did the job for me. Greetings, Daniel -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of nbits Sent: Mittwoch, 4. Oktober 2006 07:52 To: [email protected] Subject: [ULC-developer] ULC 6.1.1 Installer Fails Hello, I recently downloaded ULC 6.1.1 and have spent several hours trying to get the installer to work. The self extracting installer is unable to find the Main class, and I noticed that there is no Manifest entry in installer.zip for the Main class. My installation of BASH 3.0/RHEL 4.4 also reports a syntax error at line 327, although I do not see a problem with the syntax, and the error does not seem critical. It is just some code that checks for adequate disk space, and continues with the installation even if the check fails. So I have removed that code from the install script. I did eventually get the installer to run by extracting installer.zip inside the TEMP directory and invoking the Main class from the command line, but when I enter my evaluation key, the installer stops responding. There are some blank lines in the key, so I tried deleting them, but that did not work. There is a line that says "evaluation" that does not contain an '=' sign, but none of the lines have been split, so I don't know what do do with it. I have tried both jdk-1.5.0_07 and 1.4.2 to no avail . Preparing to install... Checking for POSIX df. Found POSIX df. True location of the self extractor: /media/usbdisk/pkg/ulc-6.1.1-installer-linux.bin Creating installer data directory: /tmp/install.dir.4646 Creating installer data directory: /tmp/install.dir.4646/InstallerData Gathering free-space information... Space needed to complete the self-extraction: 61064 blocks Available space: blocks Available blocks: Needed blocks: 61064 (block = 512 bytes) WARNING! The amount of /tmp disk space required and/or available could not be determined. The installation will be attempted anyway. This installation does not contain a VM. Extracting the installation resources from the installer archive... Extracting install.zip from ./ulc-6.1.1-installer-linux.bin to /tmp/install.dir.4646/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 Expanded Valid VM types................. JRE_J2 JDK_J2 JRE_J1 JDK_J1 MSJ MRJ WARNING! No valid lax.nl.current.vm available. Searching for VMs in PATH: Looking in:............................. /bin Looking in:............................. /home/pyrrho/bin Looking in:............................. /oracle/orabase1/ant/apache-ant-1.6.5/bin Looking in:............................. /oracle/orabase1/jdk/jdk1.5.0_07/bin Found VM:............................. /oracle/orabase1/jdk/jdk1.5.0_07/bin/java Looking in:............................. /oracle/orabase1/oracle/app/bin Looking in:............................. /sbin Looking in:............................. /usr/X11R6/bin Looking in:............................. /usr/bin Looking in:............................. /usr/kerberos/bin Looking in:............................. /usr/kerberos/sbin Looking in:............................. /usr/local/bin Looking in:............................. /usr/local/sbin Looking in:............................. /usr/local/scripts/bash/bin Looking in:............................. /usr/sbin Looking in:............................. /usr/xpg4/bin * Using VM:............................. /oracle/orabase1/jdk/jdk1.5.0_07/bin/java Current VM is NOT a HotSpot VM ========= Virtual Machine Options ==================================== LAX properties incorporated............. OK. classpath............................... "/tmp/install.dir.4646/InstallerData:/tmp/install.dir.4646/InstallerData/ins taller.zip" main class.............................. "com.zerog.ia.installer.Main" .lax file path.......................... "/tmp/install.dir.4646/temp.lax" user directory.......................... "/tmp/install.dir.4646" 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............................... local UI mode................................. gui Launching installer... ========= VM Command Line ============================================ CLASSPATH=/tmp/install.dir.4646/InstallerData:/tmp/install.dir.4646/Installe rData/installer.zip "/oracle/orabase1/jdk/jdk1.5.0_07/bin/java" -Djava.compiler=NONE -Xmx50331648 -Xms16777216 com.zerog.lax.LAX "/tmp/install.dir.4646/temp.lax" "/tmp/env.properties.4646" ========= Executing JAVA ============================================= ========= JAVA Finished ============================================== Removing tmp install dir: "/tmp/install.dir.4646" _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
