Usage Note 20584: SAS Warranty Analysis 4.1 - SILK Components - Headless Mode Workaround
SILK Components are a Java library of Swing components that are used for data visualization in
SAS® Warranty Analysis 4.1. SILK stands for Statistical InterLinKed charts.
The library includes charting components as well as many tools for using graphics in a Java application.
Issue:
The SILK components in SAS Warranty Analysis 4.1 do not work in headless mode. The batch file that starts
Tomcat (<SASConfigDir>\Lev1\web\startServletContainer.bat)
automatically
toggles on headless mode.
Because of the headless mode setting, the SILK parser will not be able to create the graphical
objects in the application.
Workaround:
To create graphs within SAS Warranty Analysis 4.1:
- Open a synchronized block.
- Toggle off headless mode (
-Djava.awt.headless=false
).
- Create the images using SILK.
- Toggle on headless mode (
-Djava.awt.headless=true
).
- Exit the synchronized block.
Operating System and Release Information
SAS System | SAS Warranty Analysis | Microsoft Windows 2000 Server | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter Edition | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Enterprise Edition | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows XP Professional | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Standard Edition | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows XP 64-bit Edition | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows NT Workstation | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Advanced Server | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 3.1 | | 9.1 TS1M3 SP4 | |
Windows Vista | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 3.1 | | 9.1 TS1M3 SP4 | |
64-bit Enabled Solaris | 3.1 | | 9.1 TS1M3 SP4 | |
*
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: | Usage Note |
Priority: | medium |
Date Modified: | 2007-12-05 09:39:23 |
Date Created: | 2007-07-11 14:16:32 |