Installation Note 41744: The message "/weblist.jsp failed to compile... cannot convert from Boolean to Boolean" occurs when you invoke SASĀ® Digital Marketing Web Studio
You might receive an error message similar to the following when you open SAS Digital Marketing Web Studio:
"An error ocurred while processing your request:
Stack: com.ibm.ws.jsp.JspCoreException: JSPG0049E: /weblist.jsp failed to
compile :
JSPG0091E: An error occurred at line: 107 in the file: /weblist.jsp
JSPG0093E: Generated servlet error from file: /weblist.jsp
C:\Program
Files\IBM\WebSphere\AppServer\profiles\SASci53amid01\temp\SASci53amid01Node\SASS
erver6\sdm_war\sdm.war\_weblist.java : 336 :
Type mismatch: cannot convert from Boolean to Boolean
at
com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.translateJsp(A
bstractJSPExtensionServletWrapper.java:456)
This problem occurs only when SAS Digital Marketing is using JDK 1.5 with JBoss 4.2 or 4.3 as the web application server. In this case, you must make the following modification to the web.xml file that resides in the .../install/jboss-eap-4.3/jboss-as/server/SASServer6/deploy/jboss-web.deployer/conf/ directory.
Add the following text to the JSP servlet section:
<servlet>
<servlet-name>jsp</servlet-name>
..............
..............
<!-- Add this for 1.5 in Jboss 4.2 and 4.3 -->
<init-param>
<param-name>compilerSourceVM</param-name>
<param-value>1.5</param-value>
</init-param>
<servlet>
Restart JBoss to implement this change.
This problem has been fixed within JBoss. Check the
JBoss website for more information.
Operating System and Release Information
SAS System | SAS Digital Marketing | Microsoft Windows Server 2003 Datacenter Edition | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Enterprise Edition | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Standard Edition | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 for x64 | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2008 | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2008 for x64 | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows XP Professional | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Enterprise 32 bit | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Enterprise x64 | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Home Premium 32 bit | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Home Premium x64 | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Professional 32 bit | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Professional x64 | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Ultimate 32 bit | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Ultimate x64 | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows Vista | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows Vista for x64 | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
64-bit Enabled AIX | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
64-bit Enabled HP-UX | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
64-bit Enabled Solaris | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
HP-UX IPF | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Linux | 5.3_M3 | 5.3_M3 | 9.2 TS2M3 | 9.2 TS2M3 |
Solaris for x64 | 5.3_M3 | 5.3_M3 | 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: | Installation Note |
Priority: | medium |
Date Modified: | 2012-01-04 08:34:58 |
Date Created: | 2010-12-03 11:45:08 |