Skip to content

Instantly share code, notes, and snippets.

@AdamSaleh
Created April 10, 2013 16:14
Show Gist options
  • Save AdamSaleh/5356068 to your computer and use it in GitHub Desktop.
Save AdamSaleh/5356068 to your computer and use it in GitHub Desktop.
(rest/read (kt/newProvider {:name "Custom Provider8" :org "test-create3"}))
IllegalArgumentException No implementation of method: :id of protocol: #'katello.rest/CRUD found for class: java.lang.String clojure.core/-cache-protocol-fn (core_deftype.clj:541)
=> (clojure.repl/pst 100)
IllegalArgumentException No implementation of method: :id of protocol: #'katello.rest/CRUD found for class: java.lang.String
clojure.core/-cache-protocol-fn (core_deftype.clj:541)
katello.rest/eval5330/fn--5331/G--5313--5336 (rest.clj:69)
katello.rest/get-id (rest.clj:101)
katello.rest/url-maker/iter--5419--5423/fn--5424/fn--5425/iter--5427--5431/fn--5432/fn--5433 (rest.clj:109)
katello.rest/url-maker/iter--5419--5423/fn--5424/fn--5425/iter--5427--5431/fn--5432 (rest.clj:109)
clojure.lang.LazySeq.sval (LazySeq.java:42)
clojure.lang.LazySeq.seq (LazySeq.java:60)
clojure.lang.RT.seq (RT.java:484)
clojure.core/seq (core.clj:133)
clojure.core/every? (core.clj:2422)
katello.rest/url-maker/iter--5419--5423/fn--5424/fn--5425 (rest.clj:110)
katello.rest/url-maker/iter--5419--5423/fn--5424 (rest.clj:108)
clojure.lang.LazySeq.sval (LazySeq.java:42)
clojure.lang.LazySeq.seq (LazySeq.java:60)
clojure.lang.LazySeq.first (LazySeq.java:82)
clojure.lang.RT.first (RT.java:577)
clojure.core/first (core.clj:55)
katello.rest/url-maker (rest.clj:108)
clojure.core/apply (core.clj:619)
clojure.core/partial/fn--4198 (core.clj:2396)
katello.rest/query-by (rest.clj:134)
katello.rest/query-by-name (rest.clj:140)
clojure.core/apply (core.clj:619)
clojure.core/partial/fn--4198 (core.clj:2396)
katello.rest/eval5330/fn--5366/G--5311--5371 (rest.clj:69)
katello.rest/read-impl (rest.clj:145)
clojure.core/apply (core.clj:619)
clojure.core/partial/fn--4198 (core.clj:2396)
katello.rest/eval5330/fn--5355/G--5319--5360 (rest.clj:69)
katello.fake-content/eval8129 (NO_SOURCE_FILE:1)
clojure.lang.Compiler.eval (Compiler.java:6619)
clojure.lang.Compiler.eval (Compiler.java:6582)
clojure.core/eval (core.clj:2852)
clojure.main/repl/read-eval-print--6602/fn--6605 (main.clj:259)
clojure.main/repl/read-eval-print--6602 (main.clj:259)
clojure.main/repl/fn--6611/fn--6612 (main.clj:277)
clojure.main/repl/fn--6611 (main.clj:277)
clojure.main/repl (main.clj:275)
clojure.tools.nrepl.middleware.interruptible-eval/evaluate/fn--970 (interruptible_eval.clj:57)
clojure.core/apply (core.clj:617)
clojure.core/with-bindings* (core.clj:1788)
clojure.tools.nrepl.middleware.interruptible-eval/evaluate (interruptible_eval.clj:42)
clojure.tools.nrepl.middleware.interruptible-eval/interruptible-eval/fn--1011/fn--1014 (interruptible_eval.clj:170)
clojure.core/comp/fn--4162 (core.clj:2330)
clojure.tools.nrepl.middleware.interruptible-eval/run-next/fn--1004 (interruptible_eval.clj:137)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1110)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:603)
java.lang.Thread.run (Thread.java:679)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment