Hello, I've been running into this odd error when running a coprocessor on hbase-0.94.6:
13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:host.name=templar1 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:java.version=1.7.0_21 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:java.vendor=Oracle Corporation 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:java.home=/usr/java/jdk1.7.0_21/jre 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:java.class.path=/opt/content/hbase-coproc-cr-current.jar 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:java.io.tmpdir=/tmp 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:java.compiler=<NA> 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:os.name=Linux 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:os.arch=amd64 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:os.version=2.6.32-279.19.1.el6.x86_64 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:user.name=croll 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:user.home=/home/croll 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Client environment:user.dir=/home/ykim 13/09/30 14:53:35 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=archon2:2181,archon1:2181,templar2:2181,templar1:2181,archon3:2181 sessionTimeout=180000 watcher=hconnection 13/09/30 14:53:35 INFO zookeeper.RecoverableZooKeeper: The identifier of this process is [email protected] 13/09/30 14:53:35 INFO zookeeper.ClientCnxn: Opening socket connection to server templar1/10.0.9.1:2181. Will not attempt to authenticate using SASL (unknown error) 13/09/30 14:53:35 INFO zookeeper.ClientCnxn: Socket connection established to templar1/10.0.9.1:2181, initiating session 13/09/30 14:53:35 INFO zookeeper.ClientCnxn: Session establishment complete on server templar1/10.0.9.1:2181, sessionid = 0x140c1b8d94c0c95, negotiated timeout = 40000 13/09/30 14:54:52 WARN client.HConnectionManager$HConnectionImplementation: Error executing for row java.util.concurrent.ExecutionException: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=10, exceptions: Mon Sep 30 14:54:10 PDT 2013, org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@390e9a7d, org.apache.hadoop.ipc.RemoteException: IPC server unable to read call parameters: class com.google.common.collect.AbstractMapBasedMultimap overrides final method setMap.(Ljava/util/Map;)V Mon Sep 30 14:54:12 PDT 2013, org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@390e9a7d, org.apache.hadoop.ipc.RemoteException: IPC server unable to read call parameters: class com.google.common.collect.AbstractMapBasedMultimap overrides final method setMap.(Ljava/util/Map;)V Mon Sep 30 14:54:14 PDT 2013, org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@390e9a7d, org.apache.hadoop.ipc.RemoteException: IPC server unable to read call parameters: class com.google.common.collect.AbstractMapBasedMultimap overrides final method setMap.(Ljava/util/Map;)V Mon Sep 30 14:54:15 PDT 2013, org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@390e9a7d, org.apache.hadoop.ipc.RemoteException: IPC server unable to read call parameters: class com.google.common.collect.AbstractMapBasedMultimap overrides final method setMap.(Ljava/util/Map;)V Mon Sep 30 14:54:17 PDT 2013, org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@390e9a7d, org.apache.hadoop.ipc.RemoteException: IPC server unable to read call parameters: class com.google.common.collect.AbstractMapBasedMultimap overrides final method setMap.(Ljava/util/Map;)V Mon Sep 30 14:54:20 PDT 2013, org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@390e9a7d, org.apache.hadoop.ipc.RemoteException: IPC server unable to read call parameters: class com.google.common.collect.AbstractMapBasedMultimap overrides final method setMap.(Ljava/util/Map;)V Mon Sep 30 14:54:24 PDT 2013, org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@390e9a7d, org.apache.hadoop.ipc.RemoteException: IPC server unable to read call parameters: class com.google.common.collect.AbstractMapBasedMultimap overrides final method setMap.(Ljava/util/Map;)V Mon Sep 30 14:54:28 PDT 2013, org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@390e9a7d, org.apache.hadoop.ipc.RemoteException: IPC server unable to read call parameters: class com.google.common.collect.AbstractMapBasedMultimap overrides final method setMap.(Ljava/util/Map;)V Mon Sep 30 14:54:36 PDT 2013, org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@390e9a7d, org.apache.hadoop.ipc.RemoteException: IPC server unable to read call parameters: class com.google.common.collect.AbstractMapBasedMultimap overrides final method setMap.(Ljava/util/Map;)V Has anyone run into this issue before? Thanks, Young Kim
