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

Remote Naming throws the same exception for different causes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.0.0.Final
    • None
    • Naming
    • None

    Description

      A generic NamingException are thrown if all of the servers specified are unreachable as well as if the user/pass are invalid and a security exception is thrown up, they both are converted into a RuntimeException and a message listing the servers it was unable to call is reported.

      We should be throwing a different exception in the cases we know the cause, such as connection timeout or authentication exception.

      If all the the servers specified are not not running:
      --------------------------------------------------------------------------------------------
      javax.naming.NamingException: Failed to connect to any server. Servers tried: [remote://localhost:4447]
      at org.jboss.naming.remote.client.HaRemoteNamingStore.failOverSequence(HaRemoteNamingStore.java:213)

      If one of the servers is running, but the client's username/password are incorrect
      --------------------------------------------------------------------------------------------
      javax.naming.NamingException: Failed to connect to any server. Servers tried: [remote://localhost:4447]
      at org.jboss.naming.remote.client.HaRemoteNamingStore.failOverSequence(HaRemoteNamingStore.java:213)

      Attachments

        Issue Links

          Activity

            People

              rhn-support-bmaxwell Brad Maxwell
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: