Description:
I'm trying to install SiteMinder Report Server R12 SP1 on Solaris 10.
The installation process takes too much time and finishes with the following java exception:
<- Begin ErrorStream: STDERR: RETURN_VALUE: 0 Finished. Finished. # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0xfa9cfb60, pid=26262, tid=79 # # Java VM: Java HotSpot(TM) Server VM (1.5.0_03-b07 interpreted mode) # Problematic frame: # C [xiiimp.so.2+0x2fb60] # # An error report file with more information is saved as hs_err_pid26262.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Abort -> End
Checking the report server installation, the directory size is arround 2.4 GB and seems to be ok.
Solution:
The Java exception is related to the library xiiimp.so which uses the XWindow environment and it suggests a possible compatibility issue with the XWindow emulator used.
To work-around this issue, you can install the report server in console mode:
$ ca-wamui-12.0-sp1-cr002-sol.bin -i consoleConsole and GUI uses the same JVM for installing, but the console mode will not expose the SWING components and hence the XWindow environment will not be used.