Caused by: java.security.AccessControlException: access denied

0
Hi, I have a sustom java action. When this java action runs from a microflow i see the following line in my logfile: Caused by: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "jaxp.debug" "read") The strange thing is locally it all works fine. Any idea what this can cause?
asked
1 answers
4

Do you have 'Emulate Cloud security' turned on locally?

Have a look at this documentation page: https://world.mendix.com/display/refguide4/Java+in+the+Cloud

answered