Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-26633

[GSS](7.4.z) Unable create custom logging path in host server

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a Bug
    • Major
    • None
    • 7.4.14.GA
    • Logging, Management
    • None
    • False
    • None
    • False
    • Migration, Compatibility/Configuration

    Description

      Following migrating JBoss EAP 7.1.5 to 7.4.14 the server boots in an unrecoverable manner.

      It appears that the custom logging path that once worked in 7.1 no longer is accepted in 7.4.

      The domain.xml is configured as such:

      <periodic-rotating-file-handler name="FILE" autoflush="true">
                          <formatter>
                              <named-formatter name="PATTERN"/>
                          </formatter>
                          <file relative-to="custom.jboss.server.log.dir" path="server.log"/>
                          <suffix value=".yyyy-MM-dd"/>
                          <append value="true"/>
                      </periodic-rotating-file-handler>
      

      In the host.xml, there are paths similar to these configured at the server:

      <server name="server-one" group="main-server-group">
                  <paths>
                      <path name="custom.jboss.server.log.dir" path="/tmp/serverlogs/server-1"/>
                  </paths>
              </server>
      

      This works in 7.1, but not in 7.4.

      To reproduce the issue, run the setup.cli.

      Attachments

        Activity

          People

            thofman Tomas Hofman
            rhn-support-mrust Matthew Rust
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: