Skip to content

Instantly share code, notes, and snippets.

@atooni
Last active December 26, 2015 05:29
Show Gist options
  • Save atooni/7101519 to your computer and use it in GitHub Desktop.
Save atooni/7101519 to your computer and use it in GitHub Desktop.
Stack trace during container-list
2013-10-22 16:08:20,279 | WARN | ool-114-thread-1 | GitDataStore | fabric.git.internal.GitDataStore 1175 | 80 - org.fusesource.fabric.fabric-git - 7.3.0.redhat-129 | Failed to perform a pull org.fusesource.fabric.api.FabricException: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss
org.fusesource.fabric.api.FabricException: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss
at org.fusesource.fabric.api.FabricException.launderThrowable(FabricException.java:44)
at org.fusesource.fabric.git.internal.GitDataStore.gitOperation(GitDataStore.java:857)[80:org.fusesource.fabric.fabric-git:7.3.0.redhat-129]
at org.fusesource.fabric.git.internal.GitDataStore.gitOperation(GitDataStore.java:810)[80:org.fusesource.fabric.fabric-git:7.3.0.redhat-129]
at org.fusesource.fabric.git.internal.GitDataStore.gitOperation(GitDataStore.java:799)[80:org.fusesource.fabric.fabric-git:7.3.0.redhat-129]
at org.fusesource.fabric.git.internal.GitDataStore.pull(GitDataStore.java:1169)[80:org.fusesource.fabric.fabric-git:7.3.0.redhat-129]
at org.fusesource.fabric.git.internal.GitDataStore$2.run(GitDataStore.java:192)[80:org.fusesource.fabric.fabric-git:7.3.0.redhat-129]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.6.0_24]
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)[:1.6.0_24]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)[:1.6.0_24]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165)[:1.6.0_24]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267)[:1.6.0_24]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)[:1.6.0_24]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.6.0_24]
at java.lang.Thread.run(Thread.java:679)[:1.6.0_24]
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss
at org.apache.curator.ConnectionState.getZooKeeper(ConnectionState.java:102)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.apache.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:108)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.apache.curator.framework.imps.CuratorFrameworkImpl.getZooKeeper(CuratorFrameworkImpl.java:449)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.apache.curator.framework.imps.ExistsBuilderImpl$2.call(ExistsBuilderImpl.java:172)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.apache.curator.framework.imps.ExistsBuilderImpl$2.call(ExistsBuilderImpl.java:161)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:107)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.apache.curator.framework.imps.ExistsBuilderImpl.pathInForeground(ExistsBuilderImpl.java:157)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.apache.curator.framework.imps.ExistsBuilderImpl.forPath(ExistsBuilderImpl.java:148)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.apache.curator.framework.imps.ExistsBuilderImpl.forPath(ExistsBuilderImpl.java:36)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.fusesource.fabric.zookeeper.utils.ZooKeeperUtils.setData(ZooKeeperUtils.java:200)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.fusesource.fabric.zookeeper.utils.ZooKeeperUtils.setData(ZooKeeperUtils.java:196)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.fusesource.fabric.zookeeper.utils.ZooKeeperUtils.generateContainerToken(ZooKeeperUtils.java:458)[53:org.fusesource.fabric.fabric-zookeeper:7.3.0.redhat-129]
at org.fusesource.fabric.git.internal.GitDataStore.getCredentialsProvider(GitDataStore.java:921)[80:org.fusesource.fabric.fabric-git:7.3.0.redhat-129]
at org.fusesource.fabric.git.internal.GitDataStore.gitOperation(GitDataStore.java:819)[80:org.fusesource.fabric.fabric-git:7.3.0.redhat-129]
... 12 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment