TAFJ log errors

  • baskarjay
  • baskarjay's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
2 months 2 weeks ago #24765 by baskarjay
TAFJ log errors was created by baskarjay
Dear All,

I need help to resolve the tafj level errors, I have not found much on internet. (please let me know if any site to find fixes for these kind of issues)
If someone knows the resolution for the below errors, please share it with us. It helps lot.

database.log error:

com.temenos.tafj.common.exception.DatabaseRuntimeException: TAFJERR-1020: Error database connection Details : The connection is closed. JF_INITIALISE_CONNECTION
com.temenos.tafj.common.exception.DatabaseRuntimeException: TAFJERR-1030: Error Lock Manager Server connection Details : Connection reset by peer: socket write error
com.microsoft.sqlserver.jdbc.SQLServerException: Connection reset by peer: socket write error    EBCheckCacheReset_12_cl.lbl
java.lang.IllegalStateException: No transaction associated with the current thread
com.microsoft.sqlserver.jdbc.SQLServerException: The connection is closed.    CLEAR_TOKENS

[ERROR] 2025-03-14 12:57:06,075 [default-threads - 18] ALERT.RUNTIME {PID=6268, beanName=BROWSERProcessingBean, correlationId=8231c464-883b-4832-879e-f3a257ad2095, hostname=bnk-uat1-t24a01, sessionId=1410859242, uuId=60b444aad4fd4505ae08ddf55482fe65} - dim="A",level="ERROR",comp="TEMN-TAFJ-RUNTIME-CORE",cn="com.temenos.logging.wrapper.common.LoggerCommon:error:380",code="11200000",temn_type="tafj_log",exception="com.temenos.arc.security.authenticationserver.server.XmlCryptographyService from [Module 'com.temenos.tafj' from local module loader @e077866 (finder: local module finder @ed3068a (roots: X:\T24PROD\JBOSS\jboss-eap-7.4\modules,X:\T24PROD\JBOSS\jboss-eap-7.4\modules\system\layers\base))]",msg="CALLJ ERROR.",code="11200000"
java.lang.ClassNotFoundException: com.temenos.arc.security.authenticationserver.server.XmlCryptographyService from [Module "com.temenos.tafj" from local module loader @e077866 (finder: local module finder @ed3068a (roots: X:\T24PROD\JBOSS\jboss-eap-7.4\modules,X:\T24PROD\JBOSS\jboss-eap-7.4\modules\system\layers\base))]

[ERROR] 2025-03-14 12:57:06,075 [default-threads - 18] ALERT.RUNTIME {PID=6268, beanName=BROWSERProcessingBean, correlationId=8231c464-883b-4832-879e-f3a257ad2095, hostname=bnk-uat1-t24a01, sessionId=1410859242, uuId=60b444aad4fd4505ae08ddf55482fe65} - dim="A",level="ERROR",comp="TEMN-TAFJ-RUNTIME-CORE",cn="com.temenos.logging.wrapper.common.LoggerCommon:error:380",code="11200000",temn_type="tafj_log",exception="com.temenos.arc.security.authenticationserver.server.XmlCryptographyService from [Module 'com.temenos.tafj' from local module loader @e077866 (finder: local module finder @ed3068a (roots: X:\T24PROD\JBOSS\jboss-eap-7.4\modules,X:\T24PROD\JBOSS\jboss-eap-7.4\modules\system\layers\base))]",msg="CALLJ ERROR.",code="11200000"
java.lang.ClassNotFoundException: com.temenos.arc.security.authenticationserver.server.XmlCryptographyService from [Module "com.temenos.tafj" from local module loader @e077866 (finder: local module finder @ed3068a (roots: X:\T24PROD\JBOSS\jboss-eap-7.4\modules,X:\T24PROD\JBOSS\jboss-eap-7.4\modules\system\layers\base))]


Runtime.log error:

com.temenos.tafj.common.exception.StopRuntimeException: TAFJERR-1005: STOP Statement
msg="Non-numeric value at line e : 1982
msg="Non-numeric value at line : 298

[ERROR] 2025-03-18 04:30:11,458 [default-threads - 8] ALERT.RUNTIME {PID=3484, beanName=BROWSERProcessingBean, correlationId=f67297b2-0b12-4e31-8517-4f9fe3f0d9a3, hostname=bnk-uat1-t24a01, sessionId=689373417, uuId=48830f84ce174443ac453c618fc1d41e} - dim="A",level="ERROR",comp="TEMN-TAFJ-RUNTIME-CORE",cn="com.temenos.logging.wrapper.common.LoggerCommon:error:380",code="11200000",temn_type="tafj_log",exception="TAFJERR-1030: Error Lock Manager Server connection Details : The connection is closed.",msg="Error during session shutdown callOnExit : ",code="11200000"
com.temenos.tafj.common.exception.DatabaseRuntimeException: TAFJERR-1030: Error Lock Manager Server connection Details : The connection is closed.

Many thanks in advance for your help.

Regards,
Baskar
 

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
2 months 2 weeks ago #24766 by VK
Replied by VK on topic TAFJ log errors
> TAFJERR-1005: STOP Statement

look here... there's STOP in your (core or local) code.
 

Cheers
VK

Please Log in or Create an account to join the conversation.

  • baskarjay
  • baskarjay's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
1 week 2 days ago #24784 by baskarjay
Replied by baskarjay on topic TAFJ log errors
Hi VK, Thanks for the response.

Yes, 1005 is because of the STOP statement.

any idea on 1020 and 1030 ?

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
1 week 2 days ago #24785 by VK
Replied by VK on topic TAFJ log errors
TAFJERR-1020: Error database connection Details : The connection is closed
TAFJERR-1030: Error Lock Manager Server connection Details : The connection is closed

Looks like the folow-up of 1005... STOP closed connection, clean-up attempts (CLEAR_TOKENS) failed...

Cheers
VK

Please Log in or Create an account to join the conversation.

Time to create page: 0.302 seconds