Can't connect anymore to clojure project

257 views
Skip to first unread message

Fabian Page

unread,
Feb 12, 2014, 11:03:12 AM2/12/14
to light-table...@googlegroups.com
Hi 

since i updated to 0.6.4 i can't connect anymore to my any clojure project:



We couldn't connect.

Looks like there was an issue trying to connect to the project. Here's what we got:

final project:  ([org.clojure/clojure "1.5.1"] [org.clojure/tools.nrepl "0.2.3" :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete "0.2.3" :exclusions ([org.clojure/clojure])] [lein-light-nrepl/lein-light-nrepl "0.0.15"] [org.clojure/tools.reader "0.8.3"])
java.io.IOException: Cannot run program "java" (in directory "/Users/fabian/Documents/prog/Code/scratch"): error=63, File name too long
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
	at java.lang.Runtime.exec(Runtime.java:617)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:93)
	at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
	at leiningen.core.eval$sh.doInvoke(eval.clj:159)
	at clojure.lang.RestFn.applyTo(RestFn.java:137)
	at clojure.core$apply.invoke(core.clj:617)
	at leiningen.core.eval$fn__2081.invoke(eval.clj:224)
	at clojure.lang.MultiFn.invoke(MultiFn.java:231)
	at leiningen.core.eval$eval_in_project.invoke(eval.clj:326)
	at clojure.lang.AFn.applyToHelper(AFn.java:167)
	at clojure.lang.AFn.applyTo(AFn.java:151)
	at clojure.core$apply.invoke(core.clj:619)
	at leiningen.repl$repl.doInvoke(repl.clj:253)
	at clojure.lang.RestFn.invoke(RestFn.java:425)
	at leiningen.light_nrepl$light.doInvoke(light_nrepl.clj:56)
	at clojure.lang.RestFn.invoke(RestFn.java:423)
	at leiningen.light_nrepl$_main.doInvoke(light_nrepl.clj:68)
	at clojure.lang.RestFn.invoke(RestFn.java:397)
	at clojure.lang.AFn.applyToHelper(AFn.java:159)
	at clojure.lang.RestFn.applyTo(RestFn.java:132)
	at leiningen.light_nrepl.main(Unknown Source)
Caused by: java.io.IOException: error=63, File name too long
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
	... 25 more

I get also the same error if i delete ~.lein/profiles.clj, ~/Library/Application Support/LightTable and then start LightTable and connect to a project. (I first assumed it was a problem with a plugin or my profiles.clj.

Fabian

    Chris Granger

    unread,
    Feb 12, 2014, 11:21:21 AM2/12/14
    to light-table...@googlegroups.com
    I pushed an update that upgrades lein the to the latest version, can you try that? Go to the plugin manager and click update on the Clojure plugin to get it.

    Cheers,
    Chris.


    --
    You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discu...@googlegroups.com.
    For more options, visit https://groups.google.com/groups/opt_out.

    Fabian Page

    unread,
    Feb 12, 2014, 11:36:26 AM2/12/14
    to light-table...@googlegroups.com
    Hi

    Thanks for the fast reaction! But the problem is not fixed. Does LightTable generate some log files which could help search this error?

    Thanks Fabian

    I updated the Clojure plugin to 0.0.8, restarted LightTable (0.6.4) and tried to open directly a instarepl:

    Looks like there was an issue trying to connect to the project. Here's what we got:

    final project: ([org.clojure/clojure "1.5.1"] [org.clojure/tools.nrepl "0.2.3" :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete "0.2.3" :exclusions ([org.clojure/clojure])] [lein-light-nrepl/lein-light-nrepl "0.0.15"] [org.clojure/tools.reader "0.8.3"])
    java.io.IOException: Cannot run program "java" (in directory "/Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources"): error=63, File name too long
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
    at java.lang.Runtime.exec(Runtime.java:617)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:93)
    at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
    at leiningen.core.eval$sh.doInvoke(eval.clj:159)
    at clojure.lang.RestFn.applyTo(RestFn.java:137)
    at clojure.core$apply.invoke(core.clj:617)
    at leiningen.core.eval$fn__3532.invoke(eval.clj:224)
    at clojure.lang.MultiFn.invoke(MultiFn.java:231)
    at leiningen.core.eval$eval_in_project.invoke(eval.clj:326)
    at clojure.lang.AFn.applyToHelper(AFn.java:167)
    at clojure.lang.AFn.applyTo(AFn.java:151)
    at clojure.core$apply.invoke(core.clj:619)
    at leiningen.repl$repl.doInvoke(repl.clj:261)
    at clojure.lang.RestFn.invoke(RestFn.java:425)
    at leiningen.light_nrepl$light.doInvoke(light_nrepl.clj:56)
    at clojure.lang.RestFn.invoke(RestFn.java:423)
    at leiningen.light_nrepl$_main.doInvoke(light_nrepl.clj:68)
    at clojure.lang.RestFn.applyTo(RestFn.java:137)
    at leiningen.light_nrepl.main(Unknown Source)
    Caused by: java.io.IOException: error=63, File name too long
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
    at java.lang.ProcessImpl.start(ProcessImpl.java:130)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
    ... 23 more

    Fabian Page

    unread,
    Feb 12, 2014, 11:45:06 AM2/12/14
    to light-table...@googlegroups.com
    Hi

    I look a little bit into the Library/Application Support/LightTable/plugins/Clojure folder and found the "lein-light-standalone.jar“. Then out i tried

    $ cd a_clojure_project
    $ java -jar /Users/fabian/Library/Application\ Support/LightTable/plugins/Clojure/runner/target/lein-light-standalone.jar
    final project: ([org.clojure/clojure "1.5.1"] [org.clojure/algo.monads "0.1.4"] [org.clojure/tools.nrepl "0.2.3" :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete "0.2.3" :exclusions ([org.clojure/clojure])] [lein-light-nrepl/lein-light-nrepl "0.0.15"] [org.clojure/tools.reader "0.8.3"])
    nREPL server started on port 50501 on host 127.0.0.1

    And connected Lighttable to localhost:50501. This way i can connect to a project an run all my clojure code.

    Fabian

    Chris Granger

    unread,
    Feb 12, 2014, 11:52:09 AM2/12/14
    to light-table...@googlegroups.com
    Unfortunately, I'm not sure what we'd log. The error is happening deep inside of Leiningen. I'm going to have it print out the whole project instead of just the deps, maybe we'll find something with that. Can you git clone https://github.com/LightTable/Clojure into your plugins dir?

    Cheers,
    Chris.

    Fabian -

    unread,
    Feb 12, 2014, 12:52:26 PM2/12/14
    to light-table...@googlegroups.com

    Hi

    I will clone the plugin dir tomorrow. Is there some command/test which i should execute?

    Fabian

    Chris Granger

    unread,
    Feb 12, 2014, 1:26:28 PM2/12/14
    to light-table...@googlegroups.com
    Just try to connect as you have been.

    Cheers,
    Chris.

    Fabian Page

    unread,
    Feb 13, 2014, 1:12:45 AM2/13/14
    to light-table...@googlegroups.com


    Connecting to a simple project (called empty):

    We couldn't connect.

    Looks like there was an issue trying to connect to the project. Here's what we got:

    final project: {:compile-path /Users/fabian/tmp/empty/target/classes, :group empty, :license {:name Eclipse Public License, :url http://www.eclipse.org/legal/epl-v10.html}, :global-vars {}, :checkout-deps-shares [:source-paths :test-paths :resource-paths :compile-path #'leiningen.core.classpath/checkout-deps-paths], :repl-options {:nrepl-middleware [lighttable.nrepl.handler/lighttable-ops], :init (clojure.core/swap! lighttable.nrepl.core/my-settings clojure.core/merge {:name empty 0.1.0-SNAPSHOT, :project (quote {:compile-path /Users/fabian/tmp/empty/target/classes, :group empty, :license {:name Eclipse Public License, :url http://www.eclipse.org/legal/epl-v10.html}, :global-vars {}, :checkout-deps-shares [:source-paths :test-paths :resource-paths :compile-path #'leiningen.core.classpath/checkout-deps-paths], :dependencies ([org.clojure/clojure 1.5.1] [org.clojure/tools.nrepl 0.2.3 :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete 0.2.3 :exclusions ([org.clojure/clojure])]), :plugin-repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :test-selectors {:default (constantly true)}, :target-path /Users/fabian/tmp/empty/target, :name empty, :deploy-repositories [[clojars {:username :gpg, :url https://clojars.org/repo/, :password :gpg}]], :root /Users/fabian/tmp/empty, :offline? false, :source-paths (/Users/fabian/tmp/empty/src), :certificates [clojars.pem], :version 0.1.0-SNAPSHOT, :jar-exclusions [#"^\."], :prep-tasks [javac compile], :url http://example.com/FIXME, :repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :resource-paths (/Users/fabian/tmp/empty/dev-resources /Users/fabian/tmp/empty/resources), :uberjar-exclusions [#"(?i)^META-INF/[^/]*\.(SF|RSA|DSA)$"], :jvm-opts [], :eval-in :subprocess, :plugins [], :native-path /Users/fabian/tmp/empty/target/native, :description FIXME: write description, :uberjar-merge-with {META-INF/plexus/components.xml leiningen.uberjar/components-merger, data_readers.clj leiningen.uberjar/clj-map-merger}, :test-paths (/Users/fabian/tmp/empty/test), :clean-targets [:target-path]})})}, :dependencies ([org.clojure/clojure 1.5.1] [org.clojure/tools.nrepl 0.2.3 :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete 0.2.3 :exclusions ([org.clojure/clojure])] [lein-light-nrepl/lein-light-nrepl 0.0.15] [org.clojure/tools.reader 0.8.3]), :plugin-repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :test-selectors {:default (constantly true)}, :target-path /Users/fabian/tmp/empty/target, :name empty, :deploy-repositories [[clojars {:username :gpg, :url https://clojars.org/repo/, :password :gpg}]], :root /Users/fabian/tmp/empty, :offline? false, :source-paths (/Users/fabian/tmp/empty/src), :certificates [clojars.pem], :version 0.1.0-SNAPSHOT, :jar-exclusions [#"^\."], :prep-tasks [javac compile], :url http://example.com/FIXME, :repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :resource-paths (/Users/fabian/tmp/empty/dev-resources /Users/fabian/tmp/empty/resources), :uberjar-exclusions [#"(?i)^META-INF/[^/]*\.(SF|RSA|DSA)$"], :jvm-opts [], :eval-in :subprocess, :plugins [], :native-path /Users/fabian/tmp/empty/target/native, :description FIXME: write description, :uberjar-merge-with {META-INF/plexus/components.xml leiningen.uberjar/components-merger, data_readers.clj leiningen.uberjar/clj-map-merger}, :test-paths (/Users/fabian/tmp/empty/test), :clean-targets [:target-path]}
    java.io.IOException: Cannot run program "java" (in directory "/Users/fabian/tmp/empty"): error=63, File name too long
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
    at java.lang.Runtime.exec(Runtime.java:617)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:93)
    at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
    at leiningen.core.eval$sh.doInvoke(eval.clj:159)
    at clojure.lang.RestFn.applyTo(RestFn.java:137)
    at clojure.core$apply.invoke(core.clj:617)
    at leiningen.core.eval$fn__3532.invoke(eval.clj:224)
    at clojure.lang.MultiFn.invoke(MultiFn.java:231)
    at leiningen.core.eval$eval_in_project.invoke(eval.clj:326)
    at clojure.lang.AFn.applyToHelper(AFn.java:167)
    at clojure.lang.AFn.applyTo(AFn.java:151)
    at clojure.core$apply.invoke(core.clj:619)
    at leiningen.repl$repl.doInvoke(repl.clj:261)
    at clojure.lang.RestFn.invoke(RestFn.java:425)
    at leiningen.light_nrepl$light.doInvoke(light_nrepl.clj:56)
    at clojure.lang.RestFn.invoke(RestFn.java:423)
    at leiningen.light_nrepl$_main.doInvoke(light_nrepl.clj:68)
    at clojure.lang.RestFn.invoke(RestFn.java:397)
    at clojure.lang.AFn.applyToHelper(AFn.java:159)
    at clojure.lang.RestFn.applyTo(RestFn.java:132)
    at leiningen.light_nrepl.main(Unknown Source)
    Caused by: java.io.IOException: error=63, File name too long
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
    at java.lang.ProcessImpl.start(ProcessImpl.java:130)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
    ... 25 more





    Directly connecting to a instarepl:


    We couldn't connect.

    Looks like there was an issue trying to connect to the project. Here's what we got:

    final project: {:compile-path /Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/target/classes, :group local-client, :global-vars {}, :checkout-deps-shares [:source-paths :test-paths :resource-paths :compile-path #'leiningen.core.classpath/checkout-deps-paths], :repl-options {:nrepl-middleware [lighttable.nrepl.handler/lighttable-ops], :init (clojure.core/swap! lighttable.nrepl.core/my-settings clojure.core/merge {:name LightTable-REPL, :project (quote {:compile-path /Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/target/classes, :group local-client, :global-vars {}, :checkout-deps-shares [:source-paths :test-paths :resource-paths :compile-path #'leiningen.core.classpath/checkout-deps-paths], :dependencies ([org.clojure/clojure 1.5.1] [org.clojure/tools.nrepl 0.2.3 :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete 0.2.3 :exclusions ([org.clojure/clojure])]), :plugin-repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :test-selectors {:default (constantly true)}, :target-path /Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/target, :name local-client, :deploy-repositories [[clojars {:username :gpg, :url https://clojars.org/repo/, :password :gpg}]], :root /Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources, :offline? false, :source-paths (/Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/src), :certificates [clojars.pem], :version 0.0.1, :jar-exclusions [#"^\."], :prep-tasks [javac compile], :repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :resource-paths (/Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/dev-resources /Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/resources), :uberjar-exclusions [#"(?i)^META-INF/[^/]*\.(SF|RSA|DSA)$"], :jvm-opts [], :eval-in :subprocess, :plugins [], :native-path /Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/target/native, :description A local light table project, :uberjar-merge-with {META-INF/plexus/components.xml leiningen.uberjar/components-merger, data_readers.clj leiningen.uberjar/clj-map-merger}, :test-paths (/Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/test), :clean-targets [:target-path]})})}, :dependencies ([org.clojure/clojure 1.5.1] [org.clojure/tools.nrepl 0.2.3 :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete 0.2.3 :exclusions ([org.clojure/clojure])] [lein-light-nrepl/lein-light-nrepl 0.0.15] [org.clojure/tools.reader 0.8.3]), :plugin-repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :test-selectors {:default (constantly true)}, :target-path /Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/target, :name local-client, :deploy-repositories [[clojars {:username :gpg, :url https://clojars.org/repo/, :password :gpg}]], :root /Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources, :offline? false, :source-paths (/Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/src), :certificates [clojars.pem], :version 0.0.1, :jar-exclusions [#"^\."], :prep-tasks [javac compile], :repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :resource-paths (/Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/dev-resources /Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/resources), :uberjar-exclusions [#"(?i)^META-INF/[^/]*\.(SF|RSA|DSA)$"], :jvm-opts [], :eval-in :subprocess, :plugins [], :native-path /Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/target/native, :description A local light table project, :uberjar-merge-with {META-INF/plexus/components.xml leiningen.uberjar/components-merger, data_readers.clj leiningen.uberjar/clj-map-merger}, :test-paths (/Users/fabian/Library/Application Support/LightTable/plugins/Clojure/runner/resources/test), :clean-targets [:target-path]}

    Fabian Page

    unread,
    Feb 13, 2014, 1:14:21 AM2/13/14
    to light-table...@googlegroups.com
    And running directly from bash:

    $ java -jar /Users/fabian/Library/Application\ Support/LightTable/plugins/Clojure/runner/target/lein-light-standalone.jar

    final project: {:compile-path /Users/fabian/Documents/prog/Code/scratch/target/classes, :group scratch, :license {:name Eclipse Public License, :url http://www.eclipse.org/legal/epl-v10.html}, :global-vars {}, :checkout-deps-shares [:source-paths :test-paths :resource-paths :compile-path #'leiningen.core.classpath/checkout-deps-paths], :repl-options {:nrepl-middleware [lighttable.nrepl.handler/lighttable-ops], :init (clojure.core/swap! lighttable.nrepl.core/my-settings clojure.core/merge {:name -version, :project (quote {:compile-path /Users/fabian/Documents/prog/Code/scratch/target/classes, :group scratch, :license {:name Eclipse Public License, :url http://www.eclipse.org/legal/epl-v10.html}, :global-vars {}, :checkout-deps-shares [:source-paths :test-paths :resource-paths :compile-path #'leiningen.core.classpath/checkout-deps-paths], :dependencies ([org.clojure/clojure 1.5.1] [org.clojure/algo.monads 0.1.4] [org.clojure/tools.nrepl 0.2.3 :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete 0.2.3 :exclusions ([org.clojure/clojure])]), :plugin-repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :test-selectors {:default (constantly true)}, :target-path /Users/fabian/Documents/prog/Code/scratch/target, :name scratch, :deploy-repositories [[clojars {:username :gpg, :url https://clojars.org/repo/, :password :gpg}]], :root /Users/fabian/Documents/prog/Code/scratch, :offline? false, :source-paths (/Users/fabian/Documents/prog/Code/scratch/src), :certificates [clojars.pem], :version 0.1.0-SNAPSHOT, :jar-exclusions [#"^\."], :prep-tasks [javac compile], :url http://example.com/FIXME, :repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :resource-paths (/Users/fabian/Documents/prog/Code/scratch/dev-resources /Users/fabian/Documents/prog/Code/scratch/resources), :uberjar-exclusions [#"(?i)^META-INF/[^/]*\.(SF|RSA|DSA)$"], :jvm-opts [], :eval-in :subprocess, :plugins [], :native-path /Users/fabian/Documents/prog/Code/scratch/target/native, :description FIXME: write description, :uberjar-merge-with {META-INF/plexus/components.xml leiningen.uberjar/components-merger, data_readers.clj leiningen.uberjar/clj-map-merger}, :test-paths (/Users/fabian/Documents/prog/Code/scratch/test), :clean-targets [:target-path]})})}, :dependencies ([org.clojure/clojure 1.5.1] [org.clojure/algo.monads 0.1.4] [org.clojure/tools.nrepl 0.2.3 :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete 0.2.3 :exclusions ([org.clojure/clojure])] [lein-light-nrepl/lein-light-nrepl 0.0.15] [org.clojure/tools.reader 0.8.3]), :plugin-repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :test-selectors {:default (constantly true)}, :target-path /Users/fabian/Documents/prog/Code/scratch/target, :name scratch, :deploy-repositories [[clojars {:username :gpg, :url https://clojars.org/repo/, :password :gpg}]], :root /Users/fabian/Documents/prog/Code/scratch, :offline? false, :source-paths (/Users/fabian/Documents/prog/Code/scratch/src), :certificates [clojars.pem], :version 0.1.0-SNAPSHOT, :jar-exclusions [#"^\."], :prep-tasks [javac compile], :url http://example.com/FIXME, :repositories [[central {:snapshots false, :url http://repo1.maven.org/maven2/}] [clojars {:url https://clojars.org/repo/}]], :resource-paths (/Users/fabian/Documents/prog/Code/scratch/dev-resources /Users/fabian/Documents/prog/Code/scratch/resources), :uberjar-exclusions [#"(?i)^META-INF/[^/]*\.(SF|RSA|DSA)$"], :jvm-opts [], :eval-in :subprocess, :plugins [], :native-path /Users/fabian/Documents/prog/Code/scratch/target/native, :description FIXME: write description, :uberjar-merge-with {META-INF/plexus/components.xml leiningen.uberjar/components-merger, data_readers.clj leiningen.uberjar/clj-map-merger}, :test-paths (/Users/fabian/Documents/prog/Code/scratch/test), :clean-targets [:target-path]}
    nREPL server started on port 53465 on host 127.0.0.1

    Josh Cole

    unread,
    Feb 13, 2014, 2:39:01 PM2/13/14
    to light-table...@googlegroups.com
    I'm having the same or a similar issue when trying to evaluate LT cljs in LT. I thought I'd take a crack at adding jshintrc support to the jshint plugin but found that I couldn't actually run my changes. The stack trace is quite similar to what's reported above:


    I've rebuilt LT from source against the master branch and nuked and reinstalled the Clojure plugin from the plugin manager to no effect. I'll try completely nuking my local repo and rebuilding from a blank slate to see if that improves things at all. If not I'll try pulling the 0.6.4 tagged commit and building from that. Will update with any relevant diagnostics I find.
    >>>> To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsub...@googlegroups.com.
    >>>> For more options, visit https://groups.google.com/groups/opt_out.
    >>>>
    >>>>
    >>>> --
    >>>> You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
    >>>> To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsub...@googlegroups.com.
    >>>> For more options, visit https://groups.google.com/groups/opt_out.
    >>>
    >>
    >> --
    >> You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
    >> To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsub...@googlegroups.com.
    >> For more options, visit https://groups.google.com/groups/opt_out.
    >>
    >>
    >> --
    >> You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
    >> To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsub...@googlegroups.com.
    >> For more options, visit https://groups.google.com/groups/opt_out.
    >>
    >> --
    >> You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
    >> To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsub...@googlegroups.com.
    >> For more options, visit https://groups.google.com/groups/opt_out.
    >>
    >>
    >> --
    >> You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
    >> To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsub...@googlegroups.com.

    Chris Granger

    unread,
    Feb 13, 2014, 2:41:51 PM2/13/14
    to light-table...@googlegroups.com
    There was a bug in the Clojure plugin master, it's been fixed. Unrelated to the long file name thing.

    Cheers,
    Chris.


    To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discu...@googlegroups.com.

    Fabian Page

    unread,
    Feb 14, 2014, 1:28:26 AM2/14/14
    to light-table...@googlegroups.com
    Thanks for the fast patching!

    Fabian
    Reply all
    Reply to author
    Forward
    0 new messages