Rest cloud security

1
I am using the rest services module to connect to an external service using the POST method. everything works well but when i click the Emulate Cloud Security, i get the following error: java.security.AccessControlException: access denied("java.net.socketPermission" "localhost:0" "listen, resolve") i tried removing spaces from the file path but i am still getting this error. how can i remove it...
asked
1 answers
0

Hi Douglass,

This is a known issue indeed which depends on the Mendix and Java version you are using. In the actually cloud you won't get this error, but the emulation in the (older) modeler is a bit behind the real cloud configuration.

See this issue for more details: https://github.com/mendix/RestServices/issues/2

answered