Products | Versions |
---|---|
TIBCO Administrator | - |
Not Applicable | - |
Resolution:
Description:
==========
TIBCO Administrator crashes generating a core dump while deploying application(s) in the Adminsitrator Domain.
Environment:
===========
TIBCO Runtime Agent 5.7 (32 bit install mode)
TIBCO Administrator 5.7.0 (32 bit install mode)
SUN Solaris 9,10 (SPARC)
SUN JRE 1.6
Symptoms:
=========
TIBCO Administrator would crash while deploying an application with SIGBUS error referencing a function in TIBCrypt.jar as follows:
***************************************************************************************************
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0xa) at pc=0xfc8f55cc, pid=27258, tid=113
#
# JRE version: 6.0_23-b05
# Java VM: Java HotSpot(TM) Server VM (19.0-b09 mixed mode solaris-sparc )
# Problematic frame:
# J com.tibco.security.impl.F.decrypt([BILjavax/crypto/Cipher;)[C
***************************************************************************************************
Cause:
======
This issue is caused due to the following defects:
TCRT-33 Application crash on frequent deobfuscation
WRAP-94 Crash on solaris in server mode
Resolution:
==========
This issue had been fixed in TRA 5.7.2. If you cannot upgrade to TRA 5.7.2, then use the following workaround:
Switch the JRE flavor to "client" from "server" as mentioned below:
1). Open <TIBCO_HOME>/administrator/domain/<domain_name>/tibcoadmin_<domain_name>.tra .
2). Replace all the references of "server" JVM with that of "client" JVM.
3). Save the changes and then restart Administrator.