8000 'Wait for wildfly to start' task gets stuck when using journald · Issue #67 · inkatze/wildfly · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
'Wait for wildfly to start' task gets stuck when using journald #67
Open
@onitake

Description

@onitake

The task in configure.yml that checks for a running wildfly instance doesn't work when logging only to the systemd journal and not log files on disk:

    - name: Wait for wildfly to start
      wait_for:
        path: "{{ wildfly_server_log }}"
        search_regex: 'started in'

It would be better to check for service state instead, or, alternatively, consult the journal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0