on 19 Jan 2024 01:10 PM
If, after starting your application in z/OS, you see the Not Marked Program Controlled messages or errors with the return code 139:
BPXP015I HFS PROGRAM /tmp/libdynatrace-oneagent-odin-java5848811742465559217.so
IS NOT MARKED PROGRAM CONTROLLED.
You need to enable program control for the z/OS Java module. To do so
dynatrace-oneagent-zos-java.jarthat you downloaded into a program controlled folder..so file (31 or 64-bit) in the lib/zos-s390/ directory as program-controlled
.sofiles.extattr +p libdynatrace-oneagent-odin-java_64.sozos-native-library-override to your JVM argument.-javaagent:/PATH_TO/dynatrace-oneagent-zos-java.jar=zos-native-library-override=<PATH_TO_SO>/libdynatrace-oneagent-odin-java_64.so<PATH_TO_SO> is the path to your JAR file.<PATH_TO_SO> is the absolute path to the .so file that you want to control.