Skip to content

Instantly share code, notes, and snippets.

@KSCGroup
Created February 22, 2012 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KSCGroup/1887523 to your computer and use it in GitHub Desktop.
Save KSCGroup/1887523 to your computer and use it in GitHub Desktop.
Last login: Wed Feb 22 13:10:26 on ttys009
~>cd '/Users/franks/Development/Clojure/httprof'
~/Development/Clojure/httprof>ls
README.md project.clj src test
~/Development/Clojure/httprof>lein repls
Downloading: clj-http/clj-http/0.2.7/clj-http-0.2.7.pom from repository central at http://repo1.maven.org/maven2
Unable to locate resource in repository
[INFO] Unable to find resource 'clj-http:clj-http:pom:0.2.7' in repository central (http://repo1.maven.org/maven2)
Downloading: clj-http/clj-http/0.2.7/clj-http-0.2.7.pom from repository clojars at http://clojars.org/repo/
Transferring 3K from clojars
Downloading: org/apache/httpcomponents/httpmime/4.1.2/httpmime-4.1.2.pom from repository clojars at http://clojars.org/repo/
Unable to locate resource in repository
[INFO] Unable to find resource 'org.apache.httpcomponents:httpmime:pom:4.1.2' in repository clojars (http://clojars.org/repo/)
Downloading: org/apache/httpcomponents/httpmime/4.1.2/httpmime-4.1.2.pom from repository central at http://repo1.maven.org/maven2
Downloading: commons-io/commons-io/2.1/commons-io-2.1.pom from repository clojars at http://clojars.org/repo/
Unable to locate resource in repository
[INFO] Unable to find resource 'commons-io:commons-io:pom:2.1' in repository clojars (http://clojars.org/repo/)
Downloading: commons-io/commons-io/2.1/commons-io-2.1.pom from repository central at http://repo1.maven.org/maven2
Downloading: slingshot/slingshot/0.9.0/slingshot-0.9.0.pom from repository clojars at http://clojars.org/repo/
Transferring 1K from clojars
Downloading: org/clojure/contrib/repl-utils/1.3.0-alpha4/repl-utils-1.3.0-alpha4.pom from repository central at http://repo1.maven.org/maven2
Unable to locate resource in repository
[INFO] Unable to find resource 'org.clojure.contrib:repl-utils:pom:1.3.0-alpha4' in repository central (http://repo1.maven.org/maven2)
Downloading: org/clojure/contrib/repl-utils/1.3.0-alpha4/repl-utils-1.3.0-alpha4.pom from repository clojars at http://clojars.org/repo/
Transferring 0K from clojars
Downloading: org/clojure/contrib/parent/1.3.0-alpha4/parent-1.3.0-alpha4.pom from repository central at http://repo1.maven.org/maven2
Unable to locate resource in repository
[INFO] Unable to find resource 'org.clojure.contrib:parent:pom:1.3.0-alpha4' in repository central (http://repo1.maven.org/maven2)
Downloading: org/clojure/contrib/parent/1.3.0-alpha4/parent-1.3.0-alpha4.pom from repository clojars at http://clojars.org/repo/
Transferring 3K from clojars
Downloading: org/clojure/contrib/seq/1.3.0-alpha4/seq-1.3.0-alpha4.pom from repository clojars at http://clojars.org/repo/
Transferring 0K from clojars
Downloading: org/clojure/clojure/1.3.0-alpha4/clojure-1.3.0-alpha4.pom from repository clojars at http://clojars.org/repo/
Transferring 1K from clojars
Downloading: clj-http/clj-http/0.2.7/clj-http-0.2.7.jar from repository central at http://repo1.maven.org/maven2
Downloading: slingshot/slingshot/0.9.0/slingshot-0.9.0.jar from repository clojars at http://clojars.org/repo/
Downloading: commons-io/commons-io/2.1/commons-io-2.1.jar from repository clojars at http://clojars.org/repo/
Downloading: org/apache/httpcomponents/httpmime/4.1.2/httpmime-4.1.2.jar from repository clojars at http://clojars.org/repo/
Downloading: org/clojure/contrib/repl-utils/1.3.0-alpha4/repl-utils-1.3.0-alpha4.jar from repository central at http://repo1.maven.org/maven2
Unable to locate resource in repository
[INFO] Unable to find resource 'clj-http:clj-http:jar:0.2.7' in repository central (http://repo1.maven.org/maven2)
Downloading: clj-http/clj-http/0.2.7/clj-http-0.2.7.jar from repository clojars at http://clojars.org/repo/
Transferring 6K from clojars
Unable to locate resource in repository
[INFO] Unable to find resource 'commons-io:commons-io:jar:2.1' in repository clojars (http://clojars.org/repo/)
Unable to locate resource in repository
[INFO] Unable to find resource 'org.apache.httpcomponents:httpmime:jar:4.1.2' in repository clojars (http://clojars.org/repo/)
Downloading: commons-io/commons-io/2.1/commons-io-2.1.jar from repository central at http://repo1.maven.org/maven2
Downloading: org/apache/httpcomponents/httpmime/4.1.2/httpmime-4.1.2.jar from repository central at http://repo1.maven.org/maven2
Transferring 9K from clojars
Unable to locate resource in repository
[INFO] Unable to find resource 'org.clojure.contrib:repl-utils:jar:1.3.0-alpha4' in repository central (http://repo1.maven.org/maven2)
Downloading: org/clojure/contrib/repl-utils/1.3.0-alpha4/repl-utils-1.3.0-alpha4.jar from repository clojars at http://clojars.org/repo/
Transferring 6K from clojars
Downloading: org/clojure/contrib/seq/1.3.0-alpha4/seq-1.3.0-alpha4.jar from repository clojars at http://clojars.org/repo/
Transferring 4K from clojars
Copying 11 files to /Users/franks/Development/Clojure/httprof/lib
Exception in thread "main" java.lang.Exception: Couldn't connect (NO_SOURCE_FILE:0)
at clojure.lang.Compiler.eval(Compiler.java:5440)
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$script_opt.invoke(main.clj:270)
at clojure.main$main.doInvoke(main.clj:354)
at clojure.lang.RestFn.invoke(RestFn.java:457)
at clojure.lang.Var.invoke(Var.java:377)
at clojure.lang.AFn.applyToHelper(AFn.java:172)
at clojure.lang.Var.applyTo(Var.java:482)
at clojure.main.main(main.java:37)
Caused by: java.lang.Exception: Couldn't connect
at leiningen.repls$poll_repl_connection.invoke(repls.clj:138)
at leiningen.repls$repls.invoke(repls.clj:198)
at clojure.lang.Var.invoke(Var.java:365)
at clojure.lang.AFn.applyToHelper(AFn.java:161)
at clojure.lang.Var.applyTo(Var.java:482)
at clojure.core$apply.invoke(core.clj:542)
at leiningen.core$apply_task.invoke(core.clj:264)
at leiningen.core$_main.doInvoke(core.clj:331)
at clojure.lang.RestFn.invoke(RestFn.java:410)
at clojure.lang.AFn.applyToHelper(AFn.java:161)
at clojure.lang.RestFn.applyTo(RestFn.java:132)
at clojure.core$apply.invoke(core.clj:542)
at leiningen.core$_main.invoke(core.clj:334)
at user$eval42.invoke(NO_SOURCE_FILE:1)
at clojure.lang.Compiler.eval(Compiler.java:5424)
... 11 more
~/Development/Clojure/httprof>lein repl
REPL started; server listening on localhost port 8369
httprof.core=> ^D
~/Development/Clojure/httprof>lein repls
## Clojure 1.3.0 - "lein-repls" console and server started on project "httprof 1.0" (pid/host/port:73208/localhost/48962) ##
httprof.core=> ^D
~/Development/Clojure/httprof>lein repls
## Clojure 1.3.0 - "lein-repls" console and server started on project "httprof 1.0" (pid/host/port:73269/localhost/61071) ##
httprof.core=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment