nethad / clustermeister

Clustermeister provides a framework for easy code execution and testing on remote and distributed Java Virtual Machines (JVM). Specifically it provides utilities to facilitate remote code deployment scenarios and an API to execute code on remote JVMs.
Apache License 2.0
6 stars 2 forks source link

Integration test for Akka remote deployment. #26

Closed pstutz closed 12 years ago

pstutz commented 12 years ago

Fails with a strange Netty error message that does not seem to be related to Clustermeister:

Apr 10, 2012 1:58:15 PM org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink WARNING: Failed to accept a connection. java.lang.NoSuchMethodError: org.jboss.netty.channel.ChannelLocal.(Z)V at akka.remote.netty.RemoteServerHandler$$anon$1.(Server.scala:136) at akka.remote.netty.RemoteServerHandler.(Server.scala:136) at akka.remote.netty.RemoteServerPipelineFactory.getPipeline(Server.scala:94) at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.registerAcceptedChannel(NioServerSocketPipelineSink.java:276) at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.run(NioServerSocketPipelineSink.java:246) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680)