Problem Note 62510: The WorkflowServices component of SAS® Web Application Server fails to start when you upgrade an existing configuration
When you use SAS® Deployment Manager to upgrade an existing configuration of the SAS® middle tier (via the Update Existing Configuration Task), SAS Web Application Server fails to start. This failure can happen on the primary machine and all cluster nodes.
When this problem occurs, the following error message is generated:
The following problem was encountered while configuring SAS Web Application Server Configuration:
Application Server has started, however web applications with the following contexts failed to start. Please refer to Application Server logs for more details.
• SAS WorkflowServices
This error happens when you upgrade the configuration after you apply certain SAS Web Application Server hot fixes (for example, W43006 or W43007) and you do not perform the post-installation instructions that are shown below. This error can occur also when you apply any hot fix that requires rebuilding or redeploying of web applications.
- Leave SAS Deployment Manager running and use a separate session to make the changes in the next steps.
- For SASServer1, navigate to SAS-configuration-directory/LevX/Web/WebAppServer/SASServer1_?/conf/Catalina/localhost.
Note: The question mark (?) in SASServer1_? specifies a sequential integer that starts with 1 in a configuration with vertical cluster nodes. If you have custom server names, the server instance names should end with 1_?.
- In the SASWorkflowServices.xml file, locate this line:
<ResourceLink global="sas/jms/QueueConnectionFactory" name="jms/QueueConnectionFactory" type="org.apache.activemq.ActiveMQConnectionFactory"/>
- Change the TYPE= value as shown below:
<ResourceLink global="sas/jms/QueueConnectionFactory" name="jms/QueueConnectionFactory" type="javax.jms.ConnectionFactory"/>
- After you make the change above, return to the SAS Deployment Manager and click Retry. This change should allow the deployment manager to complete the upgrade-configuration task.
Operating System and Release Information
SAS System | SAS Web Application Server | Linux for x64 | 9.41 | | 9.4 TS1M2 | |
HP-UX IPF | 9.41 | | 9.4 TS1M2 | |
64-bit Enabled Solaris | 9.41 | | 9.4 TS1M2 | |
64-bit Enabled AIX | 9.41 | | 9.4 TS1M2 | |
Microsoft® Windows® for x64 | 9.41 | | 9.4 TS1M2 | |
Solaris for x64 | 9.41 | | 9.4 TS1M2 | |
*
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: | medium |
Date Modified: | 2018-06-25 15:41:30 |
Date Created: | 2018-06-25 10:11:11 |