-
Notifications
You must be signed in to change notification settings - Fork 91
BufferSizeKB parameter change in WLS WebServerLog (access.log) is not working with updateDomain.sh - WDT version 1.9.8 #817
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
Comments
The name of the parameter in the aliases file is BufferSizeKb--probably because this is the WLST offline name. It appears that the WLST online name is different (BuffferSizeKB). |
Since online and offline attribute names often differ, we select one name to represent both the online and offline name. We have a tool that can assist you with finding the correct name: modelHelp.sh or modelHelp.cmd. For example:
|
Edited, should have read the previous post first. The model should use the offline name for the attribute. All model folder and attribute names use the offline names. The model posted above is using the online name, which is why the error occurs. BufferSizeKB is only version of the name. BufferSizeKb is the offline version of the name. As Carolyn says, the modelHelp tool will show all the attributes for a given folder or tree. |
Hello,
there is issue to use BufferSizeKB in WDT updateDomain.sh (online mode).
The remaining parameters like LogFileFormat,LogTimeInGMT, ELFFields are working fine
WDT version 1.9.8
Testing:
The model file:
logging.yaml:
In WLST this parameter is available on the same level as other:
After removing BufferSizeKB from the model, it is working fine:
Changed model file logging.yaml:
Confirmation that changed model is accepted:
Regards,
Piotr Michalski
The text was updated successfully, but these errors were encountered: