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

Duplicated messages in Xnio subsystem

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Blocker Blocker
    • None
    • 7.0.0.DR11
    • Remoting
    • None

      There are duplicated messages in Xnio subsystem in EAP which have the same ids. At the moment they also have the same content. But in general, there should not be any duplicated messages.

      Here is the list of them:

      Found: 6 collision(s) 
          Id = 900 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"Method '%s' is not supported on this implementation")
          	/api/src/main/java/org/xnio/_private/Messages.java-"Method '%s' is not supported on this implementation")
          
          Id = 15 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"Parameter '%s' is out of range")
          	/api/src/main/java/org/xnio/_private/Messages.java-"Parameter '%s' is out of range")
          
          Id = 800 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"Read timed out")
          	/api/src/main/java/org/xnio/_private/Messages.java-"Read timed out")
          
          Id = 801 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"Write timed out")
          	/api/src/main/java/org/xnio/_private/Messages.java-"Write timed out")
          
          Id = 808 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"I/O operation was interrupted")
          	/api/src/main/java/org/xnio/_private/Messages.java-"I/O operation was interrupted")
          
          Id = 1006 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"Failed to invoke file watch callback")
          	/api/src/main/java/org/xnio/_private/Messages.java-"Failed to invoke file watch callback")
      

      Giving blocker priority as this issue blocks RFE verification.

            dlloyd@redhat.com David Lloyd
            mvinkler1@redhat.com Michal Vinkler
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: