Problem Note 15391: Exception occurs when testing redirect URL in SAS Email Marketing
Console for tracking servlets deployed under IBM Websphere
After deploying the SAS® Email Marketing tracking servlets against a
Websphere web server, the permissions in the deployed was.policy file
may not be set correctly.
This causes problems when you attempt to test the redirect URL within
the SAS Email Marketing Console.
From SAS Email Marketing Console, select Server Configuration from the
Tools drop down menu and then choose the Tracking tab.
Click on the "test" button next to the Redir Url field.
If the following message appears,
Server returned HTTP response code: 500 for url
http://yourserver.com:9080/bess/redir?link=.......
then the permissions have not been correctly defined.
To correct the problem, locate the deployed was.policy file which will
be in a location similar to:
..ibm\config\cells\Machine_Name\applications\bess_war.ear\deployments\be
ss_war\META-INF
Open the was.policy file in an editor and append the following:
// ============================================================
// Default codeBase permissions
// ============================================================
grant codeBase "file:${application}" {
permission java.lang.RuntimePermission "accessClassInPackage.sun.misc";
};
Save and close the file and then restart Websphere in order for the
change to take affect.
The exception is a RuntimePermission exception generated when trying to
access the password encoder/decoder in the sun.misc package.
The change grants the servlet permission to call the sun.misc.* code.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Digital Marketing | Microsoft Windows XP Professional | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise Edition | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Standard Edition | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
Solaris | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
64-bit Enabled Solaris | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
Linux | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
HP-UX | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
64-bit Enabled AIX | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
64-bit Enabled HP-UX | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
AIX | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 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: | Problem Note |
Priority: | high |
Topic: | System Administration ==> Installation
|
Date Modified: | 2005-08-09 08:54:55 |
Date Created: | 2005-05-27 11:47:23 |