Work on Mendix with ZScaler enabled

0
I have started working on a new Mendix project within my organization which i recently joined and the company also started newly on Mendix. On my company device ZScaler should be always active. But I am facing various issues when it is enabled like -  1. While installing mendix and downloading project - Adoptium and git was blocked (which i got whitelisted) 2. After downloading project error comes -  a. Java dependency synchronization failed.  b. Build failures stating that plugin “org.cyclonedx.bom”  cannot be resolved.   3. When trying to run the application -  a. Error occur while creating the client configuration.Error Message: unable to find valid certification     path to requested target b.  com.mendix.m2ee.api.AdminException: Starting Mendix Runtime failed.    at com.mendix.m2ee.api.AdminExceptionExt$Extensions.withFeedback(AdminExceptionExt.scala:25) Caused by: com.mendix.m2ee.api.InfoAdminException: The after-startup-action failed with an exception or returned false.    at com.mendix.basis.impl.MxRuntimeImpl.$anonfun$initializeAfterStartupActions$1(MxRuntimeImpl.scala:571)   These are the error which i find found so far , but there may be more . Is there any proper documentation which i can refer to or or a list of at least basic things that i need , so that i can ask the IT team to provide all the necessary access so that i don't need to bother them every day.
asked
3 answers
0

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

answered
0

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.

answered
0

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.

 

 

answered