SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 56400: An excessive number of warnings occur when you use the run-time server in SAS® Real-Time Decision Manager

DetailsHotfixAboutRate It

Decision Services flows can be remotely deployed to a SAS Real-Time Decision Manager run-time server environment through the remote-deployment feature that is available in a SAS Real-Time Decision Manager environment.

In a run-time server environment, an excessive number of the following warnings might be generated in the SASServer1_1 server.log file because a run-time server does not include SAS® Customer Intelligence Studio software components:

WARN org.springframework.remoting.support.RemoteInvocationTraceInterceptor - Processing of AutoDiscoveredHttpServiceExporter remote call resulted in fatal exception: com.sas.svcs.config.client.ConfigurationServiceInterface.getApplication com.sas.svcs.config.client.ApplicationNotFoundException: Application 'Customer Intelligence Studio 6.4' does not exist. Is it appropriately registered for the underlying data implementation? at com.sas.svcs.config.impl.ConfigurationService.getApplication(ConfigurationService.java:118)

Because the run-time server does not include SAS Customer Intelligence Studio, these warnings should not be generated.

To circumvent this problem, follow the steps below:

  1. Make a backup copy of the SASWIPServices-log4j.xml, SASPrincipalServices-log4j.xml, and SASWIPClientAccess- log4j.xml files. These files are located in the following directory (where your middle-tier machine is configured):
    SAS-configuration-directory\LevN\Web\Common\LogConfig
  2. Open the SASWIPServices-log4j.xml, SASPrincipalServices-log4j.xml, and SASWIPClientAccess-log4j.xml files. These files should contain the following category XML tag:
    <!-- ensures that unchecked exceptions are logged on the server side --> <category additivity="false" name="org.springframework.remoting.support.RemoteInvocationTraceInterceptor"> <priority value="WARN"/> <appender-ref ref="SAS_CONSOLE"/> <appender-ref ref="SAS_FILE"/> </category>

    Change the <priority> value from WARN to ERROR, as shown below:

    <!-- ensures that unchecked exceptions are logged on the server side --> <category additivity="false" name="org.springframework.remoting.support.RemoteInvocationTraceInterceptor"> <priority value="ERROR"/> <appender-ref ref="SAS_CONSOLE"/> <appender-ref ref="SAS_FILE"/> </category>
  3. Restart the middle-tier SAS web application servers.

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Real-Time Decision ManagerSolaris for x646.46.59.4 TS1M29.4 TS1M3
Microsoft Windows 8 Enterprise x646.46.59.4 TS1M29.4 TS1M3
Microsoft Windows 8 Enterprise 32-bit6.46.59.4 TS1M29.4 TS1M3
Microsoft® Windows® for x646.46.59.4 TS1M29.4 TS1M3
Microsoft Windows 8 Pro 32-bit6.46.59.4 TS1M29.4 TS1M3
Microsoft Windows 8 Pro x646.46.59.4 TS1M29.4 TS1M3
Microsoft Windows 8.1 Enterprise 32-bit6.46.59.4 TS1M29.4 TS1M3
Microsoft Windows 8.1 Enterprise x646.46.59.4 TS1M29.4 TS1M3
Microsoft Windows 8.1 Pro 32-bit6.46.59.4 TS1M29.4 TS1M3
Microsoft Windows 8.1 Pro x646.46.59.4 TS1M29.4 TS1M3
Microsoft Windows 106.46.59.4 TS1M29.4 TS1M3
Microsoft Windows Server 20086.46.59.4 TS1M29.4 TS1M3
Microsoft Windows Server 2008 R26.46.59.4 TS1M29.4 TS1M3
Microsoft Windows Server 2008 for x646.46.59.4 TS1M29.4 TS1M3
Microsoft Windows Server 2012 Datacenter6.46.59.4 TS1M29.4 TS1M3
Microsoft Windows Server 2012 R2 Datacenter6.46.59.4 TS1M29.4 TS1M3
Microsoft Windows Server 2012 R2 Std6.46.59.4 TS1M29.4 TS1M3
Microsoft Windows Server 2012 Std6.46.59.4 TS1M29.4 TS1M3
Windows 7 Enterprise 32 bit6.46.59.4 TS1M29.4 TS1M3
Windows 7 Enterprise x646.46.59.4 TS1M29.4 TS1M3
Windows 7 Home Premium 32 bit6.46.59.4 TS1M29.4 TS1M3
Windows 7 Home Premium x646.46.59.4 TS1M29.4 TS1M3
Windows 7 Professional 32 bit6.46.59.4 TS1M29.4 TS1M3
Windows 7 Professional x646.46.59.4 TS1M29.4 TS1M3
Windows 7 Ultimate 32 bit6.46.59.4 TS1M29.4 TS1M3
Windows 7 Ultimate x646.46.59.4 TS1M29.4 TS1M3
64-bit Enabled AIX6.46.59.4 TS1M29.4 TS1M3
64-bit Enabled Solaris6.46.59.4 TS1M29.4 TS1M3
HP-UX IPF6.46.59.4 TS1M29.4 TS1M3
Linux for x646.46.59.4 TS1M29.4 TS1M3
* 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.