Problem Note 40927: SASĀ® IT Resource Management 3.2 issues a java.awt.HeadlessException when running the %RMPDB2DM or %RM_API_INIT macros
Portions of the Java code that are used in a SAS IT Resource Management 2.7 PDB migration by the
%RMPDB2DM or %RM_API_INIT macros, require the ability to connect to an X Server display, even though nothing is actually displayed. This is because certain portions of the Java code that are involved in this process are a subclass of visual components. Attempting to run without the proper configuration will lead to a java.awt.HeadlessException if you do not explicitly set a DISPLAY environment variable.
Follow these steps to avoid the Java exception:
- Ensure that your JREOPTIONS include the following Java settings:
-Djava.awt.headless=false -XX:MaxPermSize=128m -Xmx768m
- For systems in UNIX operating environments, verify that the DISPLAY environment variable has been set to an appropriate X windows location.
For more information, see SAS Note 18448 "The JAVAIMG device driver and ODS Graphics may fail when running on a UNIX or Linux operating system
."
- For systems in z/OS operating environments, ensure that the TKJNI_OPT_DISPLAY environment variable has been set correctly in the TKMVSENV data set. This might require using a dummy graphics adapter (XVFB), if your site does not have X Windows Server software.
Operating System and Release Information
SAS System | SAS IT Resource Management-Server | 64-bit Enabled AIX | 3.2 | 3.2 | 9.2 TS2M3 | 9.2 TS2M3 |
z/OS | 3.2 | 3.2 | 9.2 TS2M3 | 9.2 TS2M3 |
64-bit Enabled HP-UX | 3.2 | 3.2 | 9.2 TS2M3 | 9.2 TS2M3 |
64-bit Enabled Solaris | 3.2 | 3.2 | 9.2 TS2M3 | 9.2 TS2M3 |
HP-UX IPF | 3.2 | 3.2 | 9.2 TS2M3 | 9.2 TS2M3 |
Linux | 3.2 | 3.2 | 9.2 TS2M3 | 9.2 TS2M3 |
Linux for x64 | 3.2 | 3.2 | 9.2 TS2M3 | 9.2 TS2M3 |
Solaris for x64 | 3.2 | 3.2 | 9.2 TS2M3 | 9.2 TS2M3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2010-10-12 13:19:13 |
Date Created: | 2010-09-16 16:55:03 |