Skip to content

LogFilter not found #871

Closed
Closed
@antobaldu

Description

@antobaldu

Hello,
I wanted to configure a LogFilter and I added in my model.yaml

topology:
         Name: "MyDomain"
         AdminServerName: "admin"
         ProductionModeEnabled: "true"
         LogFilter:
            "wlsDefaultLogFilter":
              FilterExpression: '(MSGID = ''BEA-090779'')'
          Server:
              "admin":
                ListenPort: "7001"
                ListenAddress: "myhost.yyy"
                Log:
                  DomainLogBroadcastSeverity: Off
                  LogFileFilter: wlsDefaultLogFilter
                  StdoutFilter: wlsDefaultLogFilter
                  StdoutSeverity: Critical
                  DomainLogBroadcastFilter: wlsDefaultLogFilter
            .....

The "validateModel" is ok but when I try to create a domain I have the following error:

####<Apr 15, 2021 11:33:36 AM>

<createDomain failed to create the domain: LogFilter wlsDefaultLogFilter not found in location topology:/LogFilter>

Issue Log for createDomain version 1.9.11 running WebLogic version 14.1.1.0.0 offline mode:

SEVERE Messages:

    1. WLSDPLY-12409: createDomain failed to create the domain: LogFilter wlsDefaultLogFilter not found in location topology:/LogFilter

Without the LogFilter the creation of the domain works.

Regards
Antonella

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions