FUSE Product Installation Release Notes
The following are known issues and solutions for the installation of all of the FUSE products. If you have any additional issues or questions, please send an email to opensource@iona.com or post your issue at the bottom of this page.
____________________________________________________________________________________________________________________________________________________
Issue: When trying to install any FUSE product on Windows XP you may get the following error:
"Error: Could not find Java 2 Runtime Environment"
Solution: Force the installer to run under a specified Java VM:
<downloaded fuse installer.exe> LAX_VM %JAVA_HOME%\jre\bin\java.exe
____________________________________________________________________________________________________________________________________________________
Issue: Welcome Page does not display when the installer finishes running on UNIX systems where Mozilla or Netscape is not present.
Solution: You can manually load the Welcome page from the docs folder of the installation.
____________________________________________________________________________________________________________________________________________________
Issue: Linux Installations with GCJ - there is a known problem with running the Linux installer (.bin extension) on a system with GCJ (GNU Compiler for Java) installed. It has been identified as an InstallAnywhere bug. When running the installer you may see the following output:
"Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace:
java.lang.NoClassDefFoundError: while resolving class: ZeroGe
at java.lang.VMClassLoader.resolveClass(java.lang.Class)
(/usr/lib64/libgcj.so.5.0.0)"
Solution: Install a Sun JVM and put that on your path. For example, on a machine with a JRE installed at /opt/jdk1.5.0_03_64/jre run the following:
export PATH=/opt/jdk1.5.0_03_64/jre/bin:$PATH
Alternatively, you could force the installer to run under a specified Java VM:
sh <downloaded fuse installer.bin> LAX_VM $JAVA_HOME/jre/bin/java
____________________________________________________________________________________________________________________________________________________
Issue: Uninstall does not remove all files
Cause: This can be caused by a corrupt global registry (i.e., .com.zerog.registry.xml).
Solution:
From http://support.installshield.com/kb/view.asp?articleid=Q000085
On Windows, the global registry is located in the hidden directory C:\Program Files\Zero G Registry\.com.zerog.registry.xml
On UNIX systems, if logged in as root, the global registry is located in the /var directory. If logged in as user, it is in the user's home directory.
On Mac OS X, it is located in /library/preferences/
While this is extremely rare, this error sometimes occurs when you are running and canceling both installers and uninstallers multiple times.
To determine if this is indeed the problem, try renaming the global registry. Then, test the installer.
______________________________________________________________________________________________________________________________________________________
