Issue
When connecting to a data source that uses a JDBC driver (such as Oracle), the following error may occur:
Error starting Java Protocol Server, process exited. Exit code: 1. Exit status: 0. Exit code: 5.
When connecting to a data source that uses a JDBC driver (such as Oracle), the following error may occur:
Error starting Java Protocol Server, process exited. Exit code: 1. Exit status: 0. Exit code: 5.
mount | grep /tmpAn example of output from the above command indicating that there is a "noexec" flag on the /tmp directory is:
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noexec,noatime,size=6291456k)
mount -o remount,exec /tmp
tsm configuration set -k native_api.jdbc_vm_options -v "-Xmx512m -Xms256m -XX:+CrashOnOutOfMemoryError -Dio.netty.native.workdir=/path-with-execute-permissions" --force-keys tsm pending-changes applyNote: You will be prompted to restart Tableau Server when running the second command.