You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I was trying to add python Ldap library. I followed the instructions in this repository inside the xebialabs/xl-release:9.5 docker container
In the code I import the library as follows. import ldap ldap.initialize(server_url)
While executing the task I get this error Exception during execution: java.security.AccessControlException: java.security.AccessControlException: access denied ("java.io.FilePermission" "{ServerWorkingDirectory}/lib/Lib" "read") in <script> at line number 31
Do you know what can it be releated?
The text was updated successfully, but these errors were encountered:
Hi I was trying to add python Ldap library. I followed the instructions in this repository inside the xebialabs/xl-release:9.5 docker container
In the code I import the library as follows.
import ldap
ldap.initialize(server_url)
While executing the task I get this error
Exception during execution: java.security.AccessControlException: java.security.AccessControlException: access denied ("java.io.FilePermission" "{ServerWorkingDirectory}/lib/Lib" "read") in <script> at line number 31
Do you know what can it be releated?
The text was updated successfully, but these errors were encountered: