Issue in Deployment Env

0
This is the error :  2023-10-06 18:31:00.271 ERROR - REST Publish: An unexpected error occurred while handling REST request com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.teamcenter.ss.SSOSystemException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)  at TcSS.HandleCallback (JavaAction : 'ValidateToken')   Advanced stacktrace:  at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:83)   Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.teamcenter.ss.SSOSystemException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)  at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110)   Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.teamcenter.ss.SSOSystemException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)  at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23)   Caused by: com.teamcenter.ss.SSOSystemException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)
asked
1 answers
0

I guess it could be an issue with the userlibs that have to be cleaned up. Have you recently added a module to your project or updated some app store module?

answered