Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-867

org.jboss.as.arquillian.container.ManagementClient.isServerInRunningState() silently swallows exceptions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • None
    • Test Suite
    • None

    Description

          public boolean isServerInRunningState() {
              try {
                  ...
              } catch (Throwable ignored) {
                  return false;
              }
          }
      

      Some exceptions will never be recoverable (such as java.lang.ClassNotFoundException) and logging them would be useful.

      Attachments

        Activity

          People

            ozizka_jira Ondrej Zizka (Inactive)
            sfcoy Stephen Coy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: