Created
November 23, 2010 20:49
-
-
Save mattiasholmqvist/712496 to your computer and use it in GitHub Desktop.
More pallet stacktrace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mattias-holmqvists-macbook-pro-2:webapp-haproxy-nodes mattias$ lein pallet converge webapp-nodes.nodes/proxied 1 :deploy-nano-webapp :restart-tomcat | |
| INFO 2010-11-23 21:12:23,239 pallet.core - retrieving nodes | |
| WARN 2010-11-23 21:12:24,525 org.jclouds.aws.ec2.compute.functions.RegionAndIdToImage - could not find image eu-west-1/ami-e5a78c91: null | |
| java.util.NoSuchElementException | |
| at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:375) | |
| at java.util.LinkedHashMap$KeyIterator.next(LinkedHashMap.java:384) | |
| at com.google.common.collect.Iterators.getOnlyElement(Iterators.java:275) | |
| at com.google.common.collect.Iterables.getOnlyElement(Iterables.java:210) | |
| at org.jclouds.aws.ec2.compute.functions.RegionAndIdToImage.apply(RegionAndIdToImage.java:56) | |
| at org.jclouds.aws.ec2.compute.functions.RegionAndIdToImage.apply(RegionAndIdToImage.java:40) | |
| at com.google.common.collect.ComputingConcurrentHashMap.compute(ComputingConcurrentHashMap.java:206) | |
| at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.java:100) | |
| at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:515) | |
| at org.jclouds.aws.ec2.compute.functions.RunningInstanceToNodeMetadata.apply(RunningInstanceToNodeMetadata.java:104) | |
| at org.jclouds.aws.ec2.compute.functions.RunningInstanceToNodeMetadata.apply(RunningInstanceToNodeMetadata.java:63) | |
| at com.google.common.collect.Iterators$8.next(Iterators.java:730) | |
| at com.google.common.collect.Iterators$7.computeNext(Iterators.java:608) | |
| at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:137) | |
| at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:132) | |
| at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:271) | |
| at org.jclouds.aws.ec2.compute.strategy.EC2ListNodesStrategy.listDetailsOnNodesMatching(EC2ListNodesStrategy.java:98) | |
| at org.jclouds.aws.ec2.compute.strategy.EC2ListNodesStrategy.listDetailsOnNodesMatching(EC2ListNodesStrategy.java:58) | |
| at org.jclouds.compute.internal.BaseComputeService.listNodesDetailsMatching(BaseComputeService.java:290) | |
| at org.jclouds.compute$nodes_with_details.invoke(compute.clj:141) | |
| at pallet.compute.jclouds$eval7501$fn__7514.invoke(jclouds.clj:248) | |
| at pallet.compute$eval4031$fn__4129$G__4010__4134.invoke(compute.clj:119) | |
| at pallet.core$converge_STAR_.invoke(core.clj:553) | |
| at pallet.core$converge.doInvoke(core.clj:626) | |
| at clojure.lang.RestFn.applyTo(RestFn.java:140) | |
| at clojure.core$apply.invoke(core.clj:540) | |
| at pallet.task.converge$converge.doInvoke(converge.clj:33) | |
| at clojure.lang.RestFn.invoke(RestFn.java:487) | |
| at clojure.lang.Var.invoke(Var.java:381) | |
| at clojure.lang.AFn.applyToHelper(AFn.java:180) | |
| at clojure.lang.Var.applyTo(Var.java:482) | |
| at clojure.core$apply.invoke(core.clj:542) | |
| at pallet.main_invoker$invoke.invoke(main_invoker.clj:86) | |
| at clojure.lang.Var.invoke(Var.java:373) | |
| at pallet.main$_main.doInvoke(main.clj:101) | |
| at clojure.lang.RestFn.invoke(RestFn.java:552) | |
| at clojure.lang.Var.invoke(Var.java:390) | |
| at user$eval227.invoke(NO_SOURCE_FILE:1) | |
| at clojure.lang.Compiler.eval(Compiler.java:5424) | |
| at clojure.lang.Compiler.eval(Compiler.java:5415) | |
| at clojure.lang.Compiler.eval(Compiler.java:5415) | |
| at clojure.lang.Compiler.eval(Compiler.java:5391) | |
| at clojure.core$eval.invoke(core.clj:2382) | |
| at clojure.main$eval_opt.invoke(main.clj:235) | |
| at clojure.main$initialize.invoke(main.clj:254) | |
| at clojure.main$null_opt.invoke(main.clj:279) | |
| at clojure.main$main.doInvoke(main.clj:354) | |
| at clojure.lang.RestFn.invoke(RestFn.java:422) | |
| at clojure.lang.Var.invoke(Var.java:369) | |
| at clojure.lang.AFn.applyToHelper(AFn.java:165) | |
| at clojure.lang.Var.applyTo(Var.java:482) | |
| at clojure.main.main(main.java:37) | |
| Exception in thread "main" com.google.common.collect.NullOutputException: org.jclouds.aws.ec2.compute.functions.RegionAndIdToImage@ade3e9 returned null for key RegionTag [region=eu-west-1, name=ami-e5a78c91]. (NO_SOURCE_FILE:1) | |
| at clojure.lang.Compiler.eval(Compiler.java:5440) | |
| at clojure.lang.Compiler.eval(Compiler.java:5415) | |
| at clojure.lang.Compiler.eval(Compiler.java:5415) | |
| at clojure.lang.Compiler.eval(Compiler.java:5391) | |
| at clojure.core$eval.invoke(core.clj:2382) | |
| at clojure.main$eval_opt.invoke(main.clj:235) | |
| at clojure.main$initialize.invoke(main.clj:254) | |
| at clojure.main$null_opt.invoke(main.clj:279) | |
| at clojure.main$main.doInvoke(main.clj:354) | |
| at clojure.lang.RestFn.invoke(RestFn.java:422) | |
| at clojure.lang.Var.invoke(Var.java:369) | |
| at clojure.lang.AFn.applyToHelper(AFn.java:165) | |
| at clojure.lang.Var.applyTo(Var.java:482) | |
| at clojure.main.main(main.java:37) | |
| Caused by: com.google.common.collect.NullOutputException: org.jclouds.aws.ec2.compute.functions.RegionAndIdToImage@ade3e9 returned null for key RegionTag [region=eu-west-1, name=ami-e5a78c91]. | |
| at com.google.common.collect.ComputingConcurrentHashMap.compute(ComputingConcurrentHashMap.java:229) | |
| at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.java:100) | |
| at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:515) | |
| at org.jclouds.aws.ec2.compute.functions.RunningInstanceToNodeMetadata.apply(RunningInstanceToNodeMetadata.java:104) | |
| at org.jclouds.aws.ec2.compute.functions.RunningInstanceToNodeMetadata.apply(RunningInstanceToNodeMetadata.java:63) | |
| at com.google.common.collect.Iterators$8.next(Iterators.java:730) | |
| at com.google.common.collect.Iterators$7.computeNext(Iterators.java:608) | |
| at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:137) | |
| at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:132) | |
| at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:271) | |
| at org.jclouds.aws.ec2.compute.strategy.EC2ListNodesStrategy.listDetailsOnNodesMatching(EC2ListNodesStrategy.java:98) | |
| at org.jclouds.aws.ec2.compute.strategy.EC2ListNodesStrategy.listDetailsOnNodesMatching(EC2ListNodesStrategy.java:58) | |
| at org.jclouds.compute.internal.BaseComputeService.listNodesDetailsMatching(BaseComputeService.java:290) | |
| at org.jclouds.compute$nodes_with_details.invoke(compute.clj:141) | |
| at pallet.compute.jclouds$eval7501$fn__7514.invoke(jclouds.clj:248) | |
| at pallet.compute$eval4031$fn__4129$G__4010__4134.invoke(compute.clj:119) | |
| at pallet.core$converge_STAR_.invoke(core.clj:553) | |
| at pallet.core$converge.doInvoke(core.clj:626) | |
| at clojure.lang.RestFn.applyTo(RestFn.java:140) | |
| at clojure.core$apply.invoke(core.clj:540) | |
| at pallet.task.converge$converge.doInvoke(converge.clj:33) | |
| at clojure.lang.RestFn.invoke(RestFn.java:487) | |
| at clojure.lang.Var.invoke(Var.java:381) | |
| at clojure.lang.AFn.applyToHelper(AFn.java:180) | |
| at clojure.lang.Var.applyTo(Var.java:482) | |
| at clojure.core$apply.invoke(core.clj:542) | |
| at pallet.main_invoker$invoke.invoke(main_invoker.clj:86) | |
| at clojure.lang.Var.invoke(Var.java:373) | |
| at pallet.main$_main.doInvoke(main.clj:101) | |
| at clojure.lang.RestFn.invoke(RestFn.java:552) | |
| at clojure.lang.Var.invoke(Var.java:390) | |
| at user$eval227.invoke(NO_SOURCE_FILE:1) | |
| at clojure.lang.Compiler.eval(Compiler.java:5424) | |
| ... 13 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment