[jboss-jira] [JBoss JIRA] (WFLY-1945) xnio version difference for undertow breaks mod_cluster integration

Thomas Frühbeck (JIRA) jira-events at lists.jboss.org
Sat Aug 24 15:52:26 EDT 2013


Thomas Frühbeck created WFLY-1945:
-------------------------------------

             Summary: xnio version difference for undertow breaks mod_cluster integration
                 Key: WFLY-1945
                 URL: https://issues.jboss.org/browse/WFLY-1945
             Project: WildFly
          Issue Type: Bug
          Components: Web (Undertow)
    Affects Versions: 8.0.0.Beta1
            Reporter: Thomas Frühbeck
            Assignee: Stuart Douglas
            Priority: Minor


module undertow imports xnio.3.1.0.CR6, but wildfly still uses xnio.3.1.0.CR3

changes in API of xnio cause break of mod_cluster communication:

19:03:35,598 ERROR [org.xnio.listener] (default I/O-2) A channel event listener threw an exception: java.lang.NoSuchMethodError: org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.<init>(Lorg/xnio/channels/SuspendableWriteChannel;)V
        at io.undertow.ajp.AjpServerConnection.<init>(AjpServerConnection.java:54)
        at io.undertow.ajp.AjpOpenListener.handleEvent(AjpOpenListener.java:42)
        at io.undertow.ajp.AjpOpenListener.handleEvent(AjpOpenListener.java:16)
        at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:91) [xnio-api-3.1.0.CR3.jar:3.1.0.CR3]
        at org.xnio.ChannelListeners$10.handleEvent(ChannelListeners.java:290) [xnio-api-3.1.0.CR3.jar:3.1.0.CR3]
        at org.xnio.ChannelListeners$10.handleEvent(ChannelListeners.java:285) [xnio-api-3.1.0.CR3.jar:3.1.0.CR3]
        at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:91) [xnio-api-3.1.0.CR3.jar:3.1.0.CR3]


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jboss-jira mailing list