Troubleshooting - T24Updater Tool - V2.7-TAFJ
Troubleshooting - T24Updater Tool - V2.7-TAFJ
Troubleshooting - T24Updater Tool - V2.7-TAFJ
No part of this document may be reproduced or transmitted in any form or by any means,
for any purpose, without the express written permission of TEMENOS HEADQUARTERS SA.
Table of Contents
Document History
Comments:
Version Comments
Introduction
The purpose of this document is to troubleshoot the errors faced while installing updates using T24Updater
tool in a TAFJ environment.
Error Message:
To Resolve this
The reported error message occurs if the class file is missing inside the .jar file. Here,
STORE_OVERRIDE_cl.class is missing. In order to resolve the problem, we need to recut the update and
send it to client.
2. Update failed
Error Message:
To resolve this:
Please note that system will refer the executable specified in <installprogram> tag.
<path>C:\Temenos\ModelBank-R13-TAFJ\T24\Programs\TAFJ\bin\tRun.bat
T24Version</path>
<installpath>C:\Temenos\ModelBank-R13-
TAFJ\T24\Env\MB\Data\UD\updater\updates\tmp</installpath>
<installprogram>C:\Temenos\ModelBank-R13-
TAFJ\T24\Programs\TAFJ\bin\t24Updater.bat</installprogram>
</service>
Figure 3 – Updater.xml
Before modification:
set "RUN_CONF=%DIRNAME%tafj_conf.bat"
After modification:
set "RUN_CONF=%DIRNAME%\tafj_conf.bat"
Error Message:
Input Summary:
T24Updates-2016-4-26-854.zip
201603_SY_ModelBank_1_JAVA_1.7.jar
installing class fr.jayasoft.ivy.url.IvyAuthenticator
Update failed for 201603_SY_ModelBank_1_JAVA_1.7.jar : Message: Failed
T24.UPDATE.INSTALLER with msg FailUpdate 201603_SY_ModelBank_1, Unable to open
updates directory
/u01/app/temenos/T24/current/UD/201603_SY_ModelBank_1_JAVA_1.7
To resolve this
1. In Windows:
For Windows OS, add the following in updater.bat present in \UD\updater\bin directory.
set T24_HOME=<<UD_DIRECTORY>>
set TAFJ_HOME=<<TAFJ_HOME>>
set JAVA_HOME=<<JAVA_HOME>>
set PATH=%JAVA_HOME%\bin;%PATH%
Open the command prompt from the path UD directory and append the updater\bin path to PATH variable
as below.
set PATH=<<UD_Directory>>\updater\bin;%PATH%
2. In Unix/Linux:
export T24_HOME=<<UD_DIRECTORY>>
export TAFJ_HOME=<<TAFJ_HOME>>
export JAVA_HOME=<<JAVA_HOME>>
export PATH=$JAVA_HOME\bin:$PATH
Open the command prompt from the path UD directory and append the updater\bin path to PATH variable
as below.
export PATH=<<UD_Directory>>\updater\bin;$PATH
Error Message:
$ updater
Bad level value for property: .level
Bad level value for property: java.util.logging.ConsoleHandler.level
Input Summary:
T24Updates-2016-6-13-615.zip
R15_AA_ModelBank_5_JAVA_1.7.jar
R15_AA_Settlement_1_JAVA_1.7.jar
description of a system
null
To resolve this
The reported problem in any of the below scenarios.
1. Check if the below property set to "true" in TAFJTrace.properties file present inside
$TAFJ_HOME/conf directory
log4j.debug=true
log4j.debug=false
2. Check the output of T24Version if it has any Java Memory warnings other than the output of
T24Version. The error occurs in EB.GET.UPDATES.XML as the below content also gets added in
the generated xml which makes invalid content.
Resolve the above Java memory issues and check the output of “tRun T24Version”. Then run the
updater.
5. Update jars are copied to TAFJ Home directory and the service
BNK/T24.UPDATES failed to install the updates.
Error Behaviour:
To resolve this
Comment the below section in updater.xml to resolve the problem:
</service>
Figure 10 – Solution
NOTE: For installing T24 updates in TAFJ environment, it is enough to uncomment service name T24.
Error Message:
To resolve this
Modify the updater.xml file to execute the updater from shell prompt as below.
Error Message:
Input Summary:
T24Updates-2017-11-24-644.zip
R17_AA_Account_6_JAVA_1.7.jar
installing class fr.jayasoft.ivy.url.IvyAuthenticator
Update failed for R17_AA_Account_6_JAVA_1.7.jar : Message: Failed
T24.UPDATE.INSTALLER with msg FailUpdate R17_AA_Account_6, Invalid Update Id Supplied
To resolve this
The reported problem occurs when the installpath in the updater.xml has been set incorrectly.
Set the <installpath> tag to updates/tmp folder as shown below.
<installpath>/u01/Temenos/TCB/Data/bnk/bnk.run/updater/updates/tmp</installpath>
<installprogram>/u01/Temenos/TAFJ/bin/t24Updater</installprogram>
</service>
Error Message:
Input Summary:
T24Updates-2018-3-29-015.zip
\t201711_PP_PaymentWorkflowGUI_1_JAVA_1.8.jar
\t201711_PP_RoutingAndSettlementGUI_1_JAVA_1.8.jar
Output Summary:
0 files processed.
Updates not successful.
Errors/Warnings:
\x1b[31mPP_PaymentWorkflowGUI branch 201711_JAVA_1.8 does not match TAFJ
branch R18_ALL
Exiting Updater...
Figure 14 – updater.xml
Conclusion:
The procedures suggested in the document will ensure that the errors mentioned will be resolved.
After installation of updates, all the INAU files, which are released in updates installation should be
authorised. If CONVERSION.DETAILS records are released, it should be authorised and verified, so that
the corresponding data conversion is done.