Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TDI Dispartcher fails with error: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: IBMJSSE2, class: com.ibm.jsse2.aj)

271 views
Skip to first unread message

Gabriel Labarrera

unread,
Apr 20, 2021, 5:01:08 PM4/20/21
to
Hi,

I have a weird problem with the TDI connection using the dispatcher returning the following error:

2021-04-20 11:59:32,194 INFO [ITIM_Dispatcher] - REASON_MESSAGE_ARGS: '[test Error: {
"status": "fail",
"connectorname": "TestConn",
"operation": "lookup",
"exception": "java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: IBMJSSE2, class: com.ibm.jsse2.aj)",
"message": "java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: IBMJSSE2, class: com.ibm.jsse2.aj)",
"class": "java.net.SocketException"
}]'

Already update the solution.properties file with:

#tls
com.ibm.jsse2.overrideDefaultProtocol=TLSv12
com.ibm.jsse2.overrideDefaultTLS=true

When i execute the same request on the Eclipse editor and works without problem.



Franzw

unread,
Apr 29, 2021, 9:30:49 AM4/29/21
to
Did you uprade the SDI jvm to the latest and greatest ? That is a prerequisite for TLS properties to work AFAIK...

HTH

Regards
Franz Wolfhagen

Uttam Kumar

unread,
Jan 25, 2023, 6:23:25 AM1/25/23
to
Iam also facing the same issue in my TDI connector. Did anyone know what would be resolution?I'm using Open JDK 1.8

Jason Williams

unread,
Jan 25, 2023, 12:08:50 PM1/25/23
to
Can you post the output of your "<SDI_INSTALL>/jvm/jre/bin/java -version" command for review.
As Franzw mention, being on a current JVM will go along way in resolving these SSL connection issues.

7.2.0-ISS-SDI-LA0025 is the latest IBM JVM for SDI, and available at this link
http://www.ibm.com/support/fixcentral/swg/quickorder?parent=IBM%20Security&product=ibm/Tivoli/Security+Directory+Integrator&release=7.2.0&platform=All&function=fixId&fixids=7.2.0-ISS-SDI-LA0025&includeRequisites=1&includeSupersedes=0&downloadMethod=http&source=fc


Uttam Kumar

unread,
Jan 25, 2023, 12:46:07 PM1/25/23
to
Hi ,
Here is my Java Version

java version "1.8.0"
IBM J9 VM (build 2.8, JRE 1.8.0 Linux amd64-64 Compressed References 20170516_348050 (JIT enabled, AOT enabled)
J9VM - R28_20170516_1905_B348050
JIT - tr.r14.java_20170516_348050
GC - R28_20170516_1905_B348050_CMPRSS
J9CL - 20170516_348050)
JCL - 20170516_01 based on Oracle_jdk8u131-b11

Thanks
0 new messages