Jar file error

0
"I'm encountering an 'AccessDeniedException' in Mendix during the project startup, related to the eviction of certain JAR files in the deployment model. The error specifically mentions jar files like bcpkix-jdk18on, json, and others. Could you help me resolve this issue and explain why these jar files are causing access denial during the deployment process?""I'm encountering an 'AccessDeniedException' in Mendix during the project startup, related to the eviction of certain JAR files in the deployment model. The error specifically mentions jar files like bcpkix-jdk18on, json, and others. Could you help me resolve this issue and explain why these jar files are causing access denial during the deployment process?"
asked
1 answers
0

This usually occurs when you have upgraded a module but haven't cleaned out the userlib first. 

 

To fix this, go into your application's userlib folder and look for any module with the same name, and delete the version with the older revision numbers, keeping only the one with the highest version number.

 

I hope this helps. Good luck! 

answered