Problem Note 64460: You see a "driverClassName property is null" error in the server.log for SASServer8_1 when you use the SAS® Risk Governance Framework
When your environment contains the SAS Risk Governance Framework and you start SASServer8_1, you might see the following error in the server.log file:
2018-08-21 17:11:35,437 WARN (localhost-startStop-2)[org.apache.tomcat.jdbc.pool.PooledConnection] Not loading a JDBC driver as driverClassName property is null.
2018-08-21 17:11:35,439 ERROR (localhost-startStop-2)[org.apache.tomcat.jdbc.pool.ConnectionPool] Unable to create initial connections of pool.java.sql.SQLException: The url cannot be null
The error should not impact the operation of the SAS Risk Governance Framework.
To work around the problem, modify the web.xml file in the SAS-configuration-directory\Web\WebAppServer\SASServer8_1\sas_webapps\sas.riskgovernanceframework.war\WEB-INF directory. Change the value of the res-ref-name attribute for the ResourceRef_1 resource from RGFDataSource to jdbc/RGFDataSource, as shown below:
Change the following:
<resource-ref id="ResourceRef_1">
<res-ref-name>RGFDataSource</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
to:
<resource-ref id="ResourceRef_1">
<res-ref-name>jdbc/RGFDataSource</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
After making the change, restart SASServer8_1.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Risk Governance Framework | Microsoft® Windows® for x64 | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows 8 Enterprise 32-bit | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows 8 Enterprise x64 | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows 8 Pro 32-bit | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows 8 Pro x64 | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Enterprise 32-bit | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Enterprise x64 | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Pro 32-bit | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Pro x64 | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows 10 | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows Server 2008 | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows Server 2008 R2 | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows Server 2008 for x64 | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 Datacenter | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 R2 Datacenter | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 R2 Std | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 Std | 7.4 | | 9.4 TS1M5 | |
Microsoft Windows Server 2016 | 7.4 | | 9.4 TS1M5 | |
Windows 7 Enterprise 32 bit | 7.4 | | 9.4 TS1M5 | |
Windows 7 Enterprise x64 | 7.4 | | 9.4 TS1M5 | |
Windows 7 Home Premium 32 bit | 7.4 | | 9.4 TS1M5 | |
Windows 7 Home Premium x64 | 7.4 | | 9.4 TS1M5 | |
Windows 7 Professional 32 bit | 7.4 | | 9.4 TS1M5 | |
Windows 7 Professional x64 | 7.4 | | 9.4 TS1M5 | |
Windows 7 Ultimate 32 bit | 7.4 | | 9.4 TS1M5 | |
Windows 7 Ultimate x64 | 7.4 | | 9.4 TS1M5 | |
Linux for x64 | 7.4 | | 9.4 TS1M5 | |
*
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.
An error in the SASServer8 log is due to an error in the jdbc definition in the SAS® Risk Governance Framework web.xml.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2019-09-17 09:39:27 |
Date Created: | 2019-07-11 11:40:33 |