-
Notifications
You must be signed in to change notification settings - Fork 216
Owls88611 make sure REST calls are made using the expected port and protocol #2301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 10 commits
f775707
525c7c8
fcde766
66d849b
92494bb
35c92e9
369a1c4
e2d35d7
c25d04a
e0383ea
a8434ad
e9dc102
a2fd095
7048d48
6fa6fc7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -131,4 +131,8 @@ public static String exceedMaxExternalServiceName( | |
| String domainUid, String adminServerName, String result, int limit) { | ||
| return getMessage(MessageKeys.ILLEGAL_EXTERNAL_SERVICE_NAME_LENGTH, domainUid, adminServerName, result, limit); | ||
| } | ||
|
|
||
| public static String noAvaiablePortToUse(String domainUid, String serverName) { | ||
|
||
| return getMessage(MessageKeys.NO_AVAILABLE_PORT_TO_USE_FOR_REST, domainUid, serverName); | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -167,9 +167,11 @@ WLSDO-0019=DomainUID ''{0}'' and admin server name ''{1}'' combination ''{2}'' e | |
| WLSDO-0020=Online WebLogic configuration updates complete \ | ||
| but there are pending non-dynamic changes that require \ | ||
| pod restarts to take effect. The changes are: | ||
|
|
||
| WLSDO-0021=DomainUID ''{0}'' server ''{1}'' does not have a port available for the operator to send REST calls. \ | ||
| The default listen port and SSL port are disabled, the admin port is not configured and there is not a channel with the admin privileges.\ | ||
|
||
|
|
||
| oneEnvVar=variable | ||
| multipleEnvVars=variables | ||
| singularToBe=is | ||
| pluralToBe=are | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.