Problem Note 38934: An error occurs when you try to start the Oracle WebLogic Administration Server after applying TS2M3 to an existing SASĀ® 9.2 WebLogic deployment
When you try to start the Oracle WebLogic Administration Server after you apply the third maintenance release (TS2M3) of SAS to an existing SAS 9.2 WebLogic deployment, the following error occurs:
<BEA-000362> <Server failed. Reason:
There are 1 nested errors:
weblogic.management.ManagementException: [Management:141266]Parsing Failure
in config.xml: The following failures occurred:
––[JMSExceptions:045047]The SubDeploymentMBean SASServer1SubDeployment
in
deployment sasJmsSystemResource can only be targeted to one JMSServerMBean
because an entity that can only be targeted to a single JMS server (for example
a queue, topic or quota) has a sub-deployment-name element with value
SASServer1SubDeployment
The error occurs if the WebLogic deployment is configured manually. The application of the third maintenance release of SAS 9.2 corrupts the config.xml file in the sample domain. Only manual deployments are affected, and it only affects the sample domain.
To resolve this issue, edit the config.xml file that is in the
configuration-directory/Lev1/Web/SASDomain/config directory and change the target
value from SASServer1 to SASJMSServer in the sub-deployment section.
For example, suppose you have this value in the config.xml file:
<sub-deployment>
<name>SASServer1SubDeployment</name>
<target>SASServer1</target>
</sub-deployment>
In this example, you should to change that target value to the following:
<sub-deployment>
<name>SASServer1SubDeployment</name>
<target>SASJMSServer</target>
</sub-deployment>
Operating System and Release Information
SAS System | BEA WebLogic Server | Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS2M3 | |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS2M3 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS2M3 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS2M3 | |
Microsoft Windows Server 2003 Standard Edition | 9.2 TS2M3 | |
Microsoft Windows Server 2008 | 9.2 TS2M3 | |
Microsoft Windows XP Professional | 9.2 TS2M3 | |
64-bit Enabled AIX | 9.2 TS2M3 | |
64-bit Enabled Solaris | 9.2 TS2M3 | |
HP-UX IPF | 9.2 TS2M3 | |
Linux for x64 | 9.2 TS2M3 | |
Solaris for x64 | 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: | Problem Note |
Priority: | medium |
Date Modified: | 2010-06-07 10:11:56 |
Date Created: | 2010-03-04 15:22:29 |