Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PipeOverSocksOverUdpReverseIT.establishConnection run has ClassCastException #818

Open
jitsni opened this issue Dec 7, 2016 · 0 comments
Labels
triage Needs to be triaged

Comments

@jitsni
Copy link
Contributor

jitsni commented Dec 7, 2016

The test is passing but I see some exception in travis log:

PipeOverSocksOverUdpReverseIT.establishConnection success (1.25 secs)
clientSentData(com.kaazing.gateway.transport.socks.PipeOverSocksOverUdpReverseIT) starting
java.lang.ClassCastException: org.jboss.netty.channel.socket.nio.NioChildDatagramChannel cannot be cast to org.jboss.netty.channel.socket.nio.NioDatagramChannel
	at org.jboss.netty.channel.socket.nio.AbstractNioWorker$3.run(AbstractNioWorker.java:628)
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:441)
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:358)
	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:135)
	at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:253)
	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
	at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants