How to resolve the error CE9805

0
Hi there,   I encountered error CE9805 after downloading the SAML module, Mx Model Reflection module, and Encryption module. I have checked the troubleshooting page, but I don't think it applies. How can I resolve this issue?   I checked; https://docs.mendix.com/refguide/managed-dependencies/#troubleshooting   Error message FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':copyDependencies'.> Could not resolve all files for configuration ':implementation'.   > Could not resolve commons-io:commons-io:2.17.0.     Required by:         project :      > Could not resolve commons-io:commons-io:2.17.0.         > Could not get resource 'https://repo.maven.apache.org/maven2/commons-io/commons-io/2.17.0/commons-io-2.17.0.pom'.            > Could not GET 'https://repo.maven.apache.org/maven2/commons-io/commons-io/2.17.0/commons-io-2.17.0.pom'.               > そのようなホストは不明です。 (repo.maven.apache.org)   > Could not resolve org.bouncycastle:bcpg-jdk18on:1.78.1.     Required by:         project :      > Could not resolve org.bouncycastle:bcpg-jdk18on:1.78.1.         > Could not get resource 'https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.78.1/bcpg-jdk18on-1.78.1.pom'.            > Could not HEAD 'https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.78.1/bcpg-jdk18on-1.78.1.pom'.               > repo.maven.apache.org * Try:> Run with --stacktrace option to get the stack trace.> Run with --info or --debug option to get more log output.> Run with --scan to get full insights.> Get more help at https://help.gradle.org. BUILD FAILED in 12s
asked
2 answers
1

This looks like you've upgraded the modules but not cleaned the userlib. The latest versions have a new version of commons-io so you probably also have an older version that is clashing.

 

To fix this, go into your userlib, and look for any duplicates. Delete any versions with older revision numbers in their filenames, keeping only the version with the highest number. In your case, pay particular attention to the commons-io .jar files.

 

I hope this helps. Good luck!

answered
0

Hi Kazuki,

 

Please find below similar communication,

https://community.mendix.com/link/space/app-development/questions/129646

https://community.mendix.com/link/space/community/questions/134236

https://community.mendix.com/link/space/studio-pro/questions/128701

Hope it helps!

Thanks & Regards,

Manikandan K

answered