Unable to deploy changes to production

0
Hello Everyone I am facing the issue while deploying change to production and this is the below error. 8:22:22 pmAPPERRORExecuting start did not succeed: result: 3, message: The database has to be updated. 8:22:26 pmAPPCRITICALActionManager: Error in execution of monitored action '{"name":"SAML20.Startup","type":"Microflow"}' (execution id: 3a55bac8-dc13-442e-9d3e-231acef17c51, execution type: CUSTOM) 8:22:26 pmAPPERRORExecuting start did not succeed: result: 1, message: class com.mendix.m2ee.api.AdminException occurred while executing an admin action request. See logging output for details., caused by: class java.lang.NoSuchMethodError occurred while executing an admin action request. See logging output for details. 8:22:26 pmAPPERRORStarting application failed: Application start failed 8:22:26 pmAPPCRITICALM2EE: 'org.bouncycastle.asn1.DERBitString org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getPublicKeyData()' 8:22:26 pmAPPERRORM2EE: An error occurred while executing action 'start'. 8:23:15 pmAPPCRITICALActionManager: Error in execution of monitored action '{"name":"SAML20.Startup","type":"Microflow"}' (execution id: 705845da-3b7f-44ce-b24e-bcf88664a428, execution type: CUSTOM) 8:23:15 pmAPPERRORExecuting start did not succeed: result: 1, message: class com.mendix.m2ee.api.AdminException occurred while executing an admin action request. See logging output for details., caused by: class java.lang.NoSuchMethodError occurred while executing an admin action request. See logging output for details. 8:23:15 pmAPPERRORStarting application failed: Application start failed 8:23:15 pmAPPCRITICALM2EE: 'org.bouncycastle.asn1.DERBitString org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getPublicKeyData()' 8:23:15 pmAPPERRORM2EE: An error occurred while executing action 'start'. 8:23:40 pmAPPCRITICALActionManager: Error in execution of monitored action '{"name":"SAML20.Startup","type":"Microflow"}' (execution id: ea15abdb-0d57-47dd-b6ff-10f01693e8aa, execution type: CUSTOM) 8:23:40 pmAPPCRITICALM2EE: 'org.bouncycastle.asn1.DERBitString org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getPublicKeyData()' 8:23:40 pmAPPERRORM2EE: An error occurred while executing action 'start'. 8:23:40 pmAPPERRORExecuting start did not succeed: result: 1, message: class com.mendix.m2ee.api.AdminException occurred while executing an admin action request. See logging output for details., caused by: class java.lang.NoSuchMethodError occurred while executing an admin action request. See logging output for details. 8:23:40 pmAPPERRORStarting application failed: Application start failed 8:24:39 pmAPPCRITICALActionManager: Error in execution of monitored action '{"name":"SAML20.Startup","type":"Microflow"}' (execution id: 6b4b9ed2-bb83-4921-9134-e52fb538b319, execution type: CUSTOM) 8:24:39 pmAPPERRORExecuting start did not succeed: result: 1, message: class com.mendix.m2ee.api.AdminException occurred while executing an admin action request. See logging output for details., caused by: class java.lang.NoSuchMethodError occurred while executing an admin action request. See logging output for details. 8:24:39 pmAPPCRITICALM2EE: 'org.bouncycastle.asn1.DERBitString org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getPublicKeyData()' 8:24:39 pmAPPERRORM2EE: An error occurred while executing action 'start'. 8:24:39 pmAPPERRORStarting application failed: Application start failed 8:26:41 pmAPPCRITICALActionManager: Error in execution of monitored action '{"name":"SAML20.Startup","type":"Microflow"}' (execution id: 63348634-09b7-4665-98a6-8ea959fee0a0, execution type: CUSTOM) 8:26:41 pmAPPCRITICALM2EE: 'org.bouncycastle.asn1.DERBitString org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getPublicKeyData()' 8:26:41 pmAPPERRORM2EE: An error occurred while executing action 'start'. 8:26:41 pmAPPERRORExecuting start did not succeed: result: 1, message: class com.mendix.m2ee.api.AdminException occurred while executing an admin action request. See logging output for details., caused by: class java.lang.NoSuchMethodError occurred while executing an admin action request. See logging output for details. 8:26:41 pmAPPERRORStarting application failed: Application start failed 8:29:19 pmAPPCRITICALActionManager: Error in execution of monitored action '{"name":"SAML20.Startup","type":"Microflow"}' (execution id: 20817e54-0d76-48af-adcd-a218c896e40f, execution type: CUSTOM) 8:29:19 pmAPPERRORExecuting start did not succeed: result: 1, message: class com.mendix.m2ee.api.AdminException occurred while executing an admin action request. See logging output for details., caused by: class java.lang.NoSuchMethodError occurred while executing an admin action request. See logging output for details. 8:29:19 pmAPPERRORStarting application failed: Application start failed 8:29:19 pmAPPCRITICALM2EE: 'org.bouncycastle.asn1.DERBitString org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getPublicKeyData()' 8:29:19 pmAPPERRORM2EE: An error occurred while executing action 'start'.
asked
1 answers
0

This is probably caused by a duplicate jar file of different versions.  Check the userlib folder for multiple versions of the same jar file.  This happens fairly commonly when upgrading a module with jar dependencies such as the SAML20 module.

answered