In trying to validate iTest 4.1.3 in our environment, I need to execute itestrt from a NFS common-installation directory. As a security measure, users do not have permission to this directory. Upon initial installation and launch of itestrt, Java complains:
<title>Invalid Configuration Location</title>Locking is not possible in the directory "/pnb/software/attools/bin/iTest_4.1/iTestRT/configuration/org.eclipse.osgi". A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing "-Dosgi.locking=none" as a VM argument.
Permission denied
I cannot change the permissions of the directories or file in the iTest_4.1 installation directory. What is the suggestion to allow itestrt to execute? In what file/command line argument can I place -Dosgi.locking=none as Java suggests?