Skip to content

Instantly share code, notes, and snippets.

@davidsantiago
Created July 15, 2011 06:38
Show Gist options
  • Select an option

  • Save davidsantiago/1084206 to your computer and use it in GitHub Desktop.

Select an option

Save davidsantiago/1084206 to your computer and use it in GitHub Desktop.
2011-07-14 22:42:39,114 ERROR [pallet.futures] (Thread-43) Adjust node count exception: null
java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1140)
at java.util.regex.Matcher.reset(Matcher.java:291)
at java.util.regex.Matcher.<init>(Matcher.java:211)
at java.util.regex.Pattern.matcher(Pattern.java:888)
at clojure.core$re_matcher.invoke(core.clj:3760)
at clojure.core$re_matches.invoke(core.clj:3794)
at pallet.compute.vmfest$regexp_match.invoke(vmfest.clj:255)
at pallet.compute.vmfest$fn__11399.invoke(vmfest.clj:259)
at pallet.compute.vmfest$image_from_template$image_matches_QMARK___11403$fn__11405.invoke(vmfest.clj:271)
at clojure.core$every_QMARK_.invoke(core.clj:2034)
at pallet.compute.vmfest$image_from_template$image_matches_QMARK___11403.invoke(vmfest.clj:277)
at clojure.core$filter$fn__3714.invoke(core.clj:2140)
at clojure.lang.LazySeq.sval(LazySeq.java:42)
at clojure.lang.LazySeq.seq(LazySeq.java:56)
at clojure.lang.LazySeq.first(LazySeq.java:78)
at clojure.lang.RT.first(RT.java:539)
at clojure.core$first.invoke(core.clj:53)
at clojure.core$ffirst.invoke(core.clj:94)
at pallet.compute.vmfest$image_from_template.invoke(vmfest.clj:267)
at pallet.compute.vmfest.VmfestService.run_nodes(vmfest.clj:346)
at pallet.core$create_nodes.invoke(core.clj:413)
at pallet.core$adjust_node_count.invoke(core.clj:455)
at pallet.core$parallel_adjust_node_counts$p_a_n_c_future__4765$fn__4766.invoke(core.clj:478)
at clojure.lang.AFn.call(AFn.java:18)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
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)
2011-07-14 22:42:39,142 DEBUG [pallet.futures] (Thread-43) Adjust node count exception
java.lang.RuntimeException: java.lang.NullPointerException
at clojure.lang.LazySeq.sval(LazySeq.java:47)
at clojure.lang.LazySeq.seq(LazySeq.java:56)
at clojure.lang.LazySeq.first(LazySeq.java:78)
at clojure.lang.RT.first(RT.java:539)
at clojure.core$first.invoke(core.clj:53)
at clojure.core$ffirst.invoke(core.clj:94)
at pallet.compute.vmfest$image_from_template.invoke(vmfest.clj:267)
at pallet.compute.vmfest.VmfestService.run_nodes(vmfest.clj:346)
at pallet.core$create_nodes.invoke(core.clj:413)
at pallet.core$adjust_node_count.invoke(core.clj:455)
at pallet.core$parallel_adjust_node_counts$p_a_n_c_future__4765$fn__4766.invoke(core.clj:478)
at clojure.lang.AFn.call(AFn.java:18)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
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)
Caused by: java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1140)
at java.util.regex.Matcher.reset(Matcher.java:291)
at java.util.regex.Matcher.<init>(Matcher.java:211)
at java.util.regex.Pattern.matcher(Pattern.java:888)
at clojure.core$re_matcher.invoke(core.clj:3760)
at clojure.core$re_matches.invoke(core.clj:3794)
at pallet.compute.vmfest$regexp_match.invoke(vmfest.clj:255)
at pallet.compute.vmfest$fn__11399.invoke(vmfest.clj:259)
at pallet.compute.vmfest$image_from_template$image_matches_QMARK___11403$fn__11405.invoke(vmfest.clj:271)
at clojure.core$every_QMARK_.invoke(core.clj:2034)
at pallet.compute.vmfest$image_from_template$image_matches_QMARK___11403.invoke(vmfest.clj:277)
at clojure.core$filter$fn__3714.invoke(core.clj:2140)
at clojure.lang.LazySeq.sval(LazySeq.java:42)
... 16 more
2011-07-14 22:42:39,143 DEBUG [pallet.core] (Thread-43) pallet version: 0.6.3-SNAPSHOT
2011-07-14 22:42:39,143 TRACE [pallet.core] (Thread-43) lift* phases []
2011-07-14 22:42:39,143 INFO [pallet.core] (Thread-43) lift-nodes phases [:settings :configure], groups [:main]
2011-07-14 22:42:39,143 INFO [pallet.core] (Thread-43) apply-phase :pallet.phase/pre-settings for :main with 0 nodes
2011-07-14 22:42:39,143 INFO [pallet.core] (Thread-43) apply-phase :settings for :main with 0 nodes
2011-07-14 22:42:39,143 INFO [pallet.core] (Thread-43) apply-phase :pallet.phase/post-settings for :main with 0 nodes
2011-07-14 22:42:39,143 INFO [pallet.core] (Thread-43) apply-phase :pallet.phase/pre-configure for :main with 0 nodes
2011-07-14 22:42:39,144 INFO [pallet.core] (Thread-43) apply-phase :configure for :main with 0 nodes
2011-07-14 22:42:39,144 INFO [pallet.core] (Thread-43) apply-phase :pallet.phase/post-configure for :main with 0 nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment