Hi Anand,
Have you tried running the application using Admin? I had the same issues and the only way I found around it was to run Mendix Studio pro as administrator.
Sincerely,
Florian
Hello Anand,
this is due to your company proxy blocking network to plugins and java. if whitelisting is not helping, you can try with Proxifier. We had similar issue here and working with Proxifier fixed the issue.
Hello Anand,
I'm facing the same issue with ZScaller and I have no solution...
But I have a workarounds:
1. use the offline installation of studio pro: https://docs.mendix.com/refguide/install/#offline
2. manually jar sync
- disable the gradle synchronization in the "Deployment" tab of Studio Pro Preference; it will stop the "Java dependency synchronization failed" error.
- open the "dependencies" tab in the settings page of your project and download manually all jars from Maven website.
- put all downloaded fjar files in the vendorlib folder in the App directory of your project
3. I have this error when I try to use a web service form another domain... In this case, you have to add missing certificate in the "certificates" tab of the settings page of your project.