What does
write $SYSTEM.Util.GetEnviron("JAVA_HOME")return in the same process as JavaGateway?
If not /usr/java/jdk1.8.0_65 you might need to restart the InterSystems IRIS instance.
Your OS user can be determined by running:
write $system.Process.UserName()again it's important to run this code in the same process as Java Gateway.
After you determined effective OS username you can check folder/executable permissions.
Finally, SELinux if enabled might require additional configuration.
- Log in to post comments

