Retrieving sub-deployments associated to a JMS module fails with WLST in offline mode
(Doc ID 1537938.1)
Last updated on AUGUST 07, 2024
Applies to:
Java Cloud Service - Version N/A and laterOracle WebLogic Server - Version 10.3 and later
Information in this document applies to any platform.
Symptoms
When attempting to retrieve the sub-deployments associated to a JMS module using WLST in offline mode, it fails with exception:
java.lang.UnsupportedOperationException: Could not create generic operation:SubDeployment
Consider the following use case:
Sub-deployments are used to target JMS resources in a jms module ('jmsmd').
Steps :
- open an existing domain in WLST offline mode
- Navigate to the jms module directory
- Run cmo.getSubDeployments() to get the sub-deployments associated to the module.
> java weblogic.WLST
NOTE: Change <PATH TO DOMAIN LOCATION> to actual file system path.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |