Known Issues for WebLogic Management
These known issues have been identified in WebLogic Management.
Restore domain API and CLI operations return an HTTP 400 Invalid Parameter Error
- Details
-
In the API reference, the RestoreWlsDomain operation does not list the serversToRestore parameter as required. And, in the CLI reference, the
wls-domain restore
operation does not list theservers-to-restore
parameter as required. However, they are required.Running either the API or CLI operation without the corresponding required parameter returns an HTTP 400 - InvalidParameter error.
- Workaround
-
Specify the required parameter in the API or CLI operation.
Update domain credentials API and CLI operations return an HTTP 500 Error
- Details
-
In the API reference, the UpdateWlsDomainCredential operation does not list the strategy parameter as required. And, in the CLI reference, the
wls-domain update-credential
operation does not list the--strategy
parameter as required. However, they are required.Running either the API or CLI operation without the corresponding required parameter returns an HTTP 500 error.
- Workaround
-
Specify the required parameter in the API or CLI operation.