Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

README: Added known issue for SecurityConfiguration/CredentialEncrypted #703

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

Merged
ddsharpe merged 3 commits into master from readme-issue-encrypted-credential
Aug 19, 2020

Conversation

@rakillen
Copy link
Member

@rakillen rakillen commented Aug 11, 2020

Added titles to each issue.
Corrected some general formatting.

Copy link
Contributor

@rosemarymarano rosemarymarano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I remember why I didn't review this: I saw that Richard removed the two sections that he added. Maybe I am not understanding this correctly. Am I missing something? If so, I'll return to this review.

Copy link
Contributor

@rosemarymarano rosemarymarano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor cleanup suggestions.

KnownIssues.md Outdated
target the user group resources to the dynamic cluster.

**ACTION**:
The following list are known issues. The issue may contain a workaround or an associated issue number.
Copy link
Contributor

@rosemarymarano rosemarymarano Aug 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following list are known issues. (awkward wording) ->Two choices: In the following list are known issues. or The following list contains known issues.

rakillen reacted with thumbs up emoji
KnownIssues.md Outdated
The discover tool navigates through the domain MBeans using wlst to determine which MBeans are present in a
domain. When it tests an MBean that is not present, the erroneous message is logged by Weblogic WLST.
There is no 12.2.1 PSU available to address this WLST problem. It is resolved in 12.2.1.1.
The discoverDomain STDOUT contains many SEVERE messages about cd() and ls() when it is run against a 12.2.1 domain. The discover tool navigates through the domain MBeans using wlst to determine which MBeans are present in a domain. When it tests an MBean that is not present, the erroneous message is logged by Weblogic WLST. There is no 12.2.1 PSU available to address this WLST problem. It is resolved in 12.2.1.1.
Copy link
Contributor

@rosemarymarano rosemarymarano Aug 18, 2020
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest code font for discoverDomain , cd(), and ls().
12.2.1 -> 12.2.1.0
discover tool -> Discover Domain Tool
wlst -> WLST
the erroneous message -> an error message
Weblogic WLST -> WLST (WebLogic Scripting Tool, WebLogic WLST is redundant)
12.2.1 PSU -> 12.2.1.0 PSU

rakillen reacted with thumbs up emoji
KnownIssues.md Outdated

####<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: cd() failed.>
####<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: ls() failed.>
Ignore the following messages logged during discover of a 12.2.1 domain.
Copy link
Contributor

@rosemarymarano rosemarymarano Aug 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

during discover of a 12.2.1 domain -> during discovery of a 12.2.1.0 domain

rakillen reacted with thumbs up emoji
KnownIssues.md Outdated
The dynamic cluster becomes a "mixed" cluster once the managed server is added. When the WDT tool targets the
user server groups to the configured managed server, the resources are automatically targeted to the cluster
by WebLogic, which includes both the managed server and the dynamic servers.
### Discover Domain Tool Severe Messages
Copy link
Contributor

@rosemarymarano rosemarymarano Aug 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Severe -> SEVERE

rakillen reacted with thumbs up emoji
KnownIssues.md Outdated
<Jan 14, 2019 1:14:21 PM> <SEVERE> <CommandExceptionHandler> <handleException> <> <Error: ls() failed.>
```

### Create Domain Tool with 11G JRF Domains
Copy link
Contributor

@rosemarymarano rosemarymarano Aug 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

11G -> 11g

rakillen reacted with thumbs up emoji
KnownIssues.md Outdated
**ISSUE**:
The createDomain tool cannot run rcu for 11g JRF domains. The tool will issue error messages in the log, and
terminate the create process.
The Create Domain Tool cannot initialize RCU for 11g JRF domains. The tool will issue error messages in the log, and terminate the create process.
Copy link
Contributor

@rosemarymarano rosemarymarano Aug 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log, -> log (no comma needed)

rakillen reacted with thumbs up emoji
KnownIssues.md Outdated
{'SELFTUNING': 'NO_NAME_0','DOMAIN': 'basesoa','WORKMANAGER': 'wm/SOAWorkManager'}; the current folder and
its sub-folders cannot be discovered : wlst.cd(/SelfTuning/NO_NAME_0/WorkManager/wm/SOAWorkManager) in
offline mode failed: com.oracle.cie.domain.script.ScriptException: No such element WorkManager named wm
Run the WLS `rcu` command before executing createDomain for JRF domains
Copy link
Contributor

@rosemarymarano rosemarymarano Aug 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

createDomain -> createDomain (code font)

rakillen reacted with thumbs up emoji
KnownIssues.md Outdated
**ACTION**:
Contact Oracle Support to obtain the patch for the bug number 25790276 for your weblogic version
before running the tool.
**ISSUE**: For WLS versions before 14.1.1, there is a problem setting the `CredentialEncrypted` attribute in the `topology/SecurityConfiguration` folder. The value is not encrypted properly in the configuration, and the domain will fail to start with the error:
Copy link
Contributor

@rosemarymarano rosemarymarano Aug 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

before -> prior to
configuration, ->configuration (no comma needed)

rakillen reacted with thumbs up emoji
KnownIssues.md Outdated
```
java.lang.IllegalArgumentException: In production mode, it's not allowed to set a clear text value to the property: CredentialEncrypted of SecurityConfigurationMBean
```
**ACTION**: Contact Oracle Support to obtain the patch for the bug number 30874677 for your WebLogic version before running the tool.
Copy link
Contributor

@rosemarymarano rosemarymarano Aug 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for the bug number -> for bug number
your WebLogic version -> your WebLogic Server version

rakillen reacted with thumbs up emoji
@ddsharpe ddsharpe merged commit f075a7c into master Aug 19, 2020
@ddsharpe ddsharpe deleted the readme-issue-encrypted-credential branch August 19, 2020 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@ddsharpe ddsharpe ddsharpe approved these changes

+2 more reviewers

@rosemarymarano rosemarymarano rosemarymarano approved these changes

@CarolynRountree CarolynRountree CarolynRountree approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /