[jboss-jira] [JBoss JIRA] (WFLY-6161) Error when using websocket with wildfly 9.0.2.Final
Stuart Douglas (JIRA)
issues at jboss.org
Thu Feb 11 22:31:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-6161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas resolved WFLY-6161.
----------------------------------
Resolution: Rejected
Whatever you are connecting to is sending a transfer-encoding header in the response, which is not allowed
> Error when using websocket with wildfly 9.0.2.Final
> ---------------------------------------------------
>
> Key: WFLY-6161
> URL: https://issues.jboss.org/browse/WFLY-6161
> Project: WildFly
> Issue Type: Bug
> Components: IO
> Affects Versions: 9.0.2.Final
> Reporter: taha eddahabi
> Assignee: Jason Greene
> Priority: Blocker
>
> When my web application deployed in wildfly 9.0.2.final try to send a websocket (using the method RemoteEndPoint .sendObject of javax.websocket-api-1.1 ). I get this error :
> {code:java}
> [org.xnio.http.HttpUpgrade$HttpUpgradeState.handleUpgrade(HttpUpgrade.java:490),
> org.xnio.http.HttpUpgrade$HttpUpgradeState.access$1200(HttpUpgrade.java:165),
> org.xnio.http.HttpUpgrade$HttpUpgradeState$UpgradeResultListener.handleEvent(HttpUpgrade.java:461),
> org.xnio.http.HttpUpgrade$HttpUpgradeState$UpgradeResultListener.handleEvent(HttpUpgrade.java:400),
> org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92),
> org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:66),
> org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:88),
> org.xnio.nio.WorkerThread.run(WorkerThread.java:539)] Line Number : 490"}
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list