SAML certificate to big?

0
While reading the IdP metadata from the other side I got an error I have not seen before. See the stacktrace below. Looks like some certificate is to long? Anybody a guess how to solve this? I looked at the metadata and visual checking I do not find any problems with the xml. Regards, Ronald   2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] ERROR - IdPMetadata_Refresh: Unable to extract IdP information from the filedocument. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] ERROR - IdPMetadata_Refresh: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at SAML20.ImportIDPFile (JavaAction : 'ReEvaluateImportedData') 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at SAML20.ExtractMetadataFromObject (SubMicroflow : 'ImportIDPFile') 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at SAML20.IdPMetadata_Refresh (SubMicroflow : 'ExtractMetadataFromObject') 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at SAML20.SSOConfig_ToStep3 (SubMicroflow : 'IdPMetadata_Refresh') 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] Advanced stacktrace: 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:143) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.execute(InternalCore.java:495) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:176) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:40) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] Caused by: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at sun.security.x509.X509CertImpl.<init>(X509CertImpl.java:198) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:100) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:339) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.implementation.security.CertificateHandler.getCertificateContents(CertificateHandler.java:86) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.implementation.security.CertificateHandler.extractCertificateMetaData(CertificateHandler.java:51) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.actions.ReEvaluateImportedData.executeAction(ReEvaluateImportedData.java:74) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.actions.ReEvaluateImportedData.executeAction(ReEvaluateImportedData.java:25) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.execute(InternalCore.java:487) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.execute(InternalCore.java:487) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:144) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:312) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:302) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:302) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at scala.util.Try$.apply(Try.scala:192) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.actor.Actor$class.aroundReceive(Actor.scala:465) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.actor.ActorCell.invoke(ActorCell.scala:487) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.dispatch.Mailbox.run(Mailbox.scala:220) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] Caused by: java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at sun.security.util.DerInputStream.getLength(DerInputStream.java:561) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at sun.security.util.DerValue.init(DerValue.java:365) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at sun.security.util.DerValue.<init>(DerValue.java:294) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at sun.security.x509.X509CertImpl.<init>(X509CertImpl.java:195) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:100) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:339) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.implementation.security.CertificateHandler.getCertificateContents(CertificateHandler.java:86) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.implementation.security.CertificateHandler.extractCertificateMetaData(CertificateHandler.java:51) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.actions.ReEvaluateImportedData.executeAction(ReEvaluateImportedData.java:74) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.actions.ReEvaluateImportedData.executeAction(ReEvaluateImportedData.java:25) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.execute(InternalCore.java:487) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.execute(InternalCore.java:487) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:144) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:312) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:302) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:302) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at scala.util.Try$.apply(Try.scala:192) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.actor.Actor$class.aroundReceive(Actor.scala:465) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.actor.ActorCell.invoke(ActorCell.scala:487) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.dispatch.Mailbox.run(Mailbox.scala:220) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] ERROR - Connector: An error has occurred while handling the request. [User 'admintauw2' with session id '5d56eec9-f2d6-4304-a989-ab8ae7e40731' and roles 'Beheer'] 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] ERROR - Connector: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at SAML20.ImportIDPFile (JavaAction : 'ReEvaluateImportedData') 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at SAML20.ExtractMetadataFromObject (SubMicroflow : 'ImportIDPFile') 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at SAML20.IdPMetadata_Refresh (SubMicroflow : 'ExtractMetadataFromObject') 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at SAML20.SSOConfig_ToStep3 (SubMicroflow : 'IdPMetadata_Refresh') 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] Advanced stacktrace: 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:143) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.execute(InternalCore.java:495) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:176) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:40) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] Caused by: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at sun.security.x509.X509CertImpl.<init>(X509CertImpl.java:198) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:100) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:339) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.implementation.security.CertificateHandler.getCertificateContents(CertificateHandler.java:86) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.implementation.security.CertificateHandler.extractCertificateMetaData(CertificateHandler.java:51) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.actions.ReEvaluateImportedData.executeAction(ReEvaluateImportedData.java:74) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at saml20.actions.ReEvaluateImportedData.executeAction(ReEvaluateImportedData.java:25) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.execute(InternalCore.java:487) 2017-09-14T07:28:46.56+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.execute(InternalCore.java:487) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:144) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:312) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:302) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:302) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at scala.util.Try$.apply(Try.scala:192) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.actor.Actor$class.aroundReceive(Actor.scala:465) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.actor.ActorCell.invoke(ActorCell.scala:487) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.dispatch.Mailbox.run(Mailbox.scala:220) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] Caused by: java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at sun.security.util.DerInputStream.getLength(DerInputStream.java:561) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at sun.security.util.DerValue.init(DerValue.java:365) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at sun.security.util.DerValue.<init>(DerValue.java:294) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at sun.security.x509.X509CertImpl.<init>(X509CertImpl.java:195) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:100) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:339) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at saml20.implementation.security.CertificateHandler.getCertificateContents(CertificateHandler.java:86) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at saml20.implementation.security.CertificateHandler.extractCertificateMetaData(CertificateHandler.java:51) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at saml20.actions.ReEvaluateImportedData.executeAction(ReEvaluateImportedData.java:74) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at saml20.actions.ReEvaluateImportedData.executeAction(ReEvaluateImportedData.java:25) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.execute(InternalCore.java:487) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:569) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:172) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.component.InternalCore.execute(InternalCore.java:487) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:144) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:312) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:302) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:302) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at scala.util.Try$.apply(Try.scala:192) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.actor.Actor$class.aroundReceive(Actor.scala:465) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.actor.ActorCell.invoke(ActorCell.scala:487) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.dispatch.Mailbox.run(Mailbox.scala:220) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) 2017-09-14T07:28:46.57+0000 [APP/PROC/WEB/0] at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)  
asked
1 answers
0

Are you sure you're using the latest version of the SAML module? Something like this has been recently fixed.

answered