Skip to content

Instantly share code, notes, and snippets.

@dakrone
Created July 4, 2010 16:04
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 dakrone/463546 to your computer and use it in GitHub Desktop.
Save dakrone/463546 to your computer and use it in GitHub Desktop.
; Use ,p to close this buffer!
Could not determine the Namespace of the file.
This might have different reasons. Please check, that the ng server
is running with the correct classpath and that the file does not contain
syntax errors. The interactive features will not be enabled, ie. the
keybindings will not be mapped.
Reason:
Couldn't execute Nail!
java.lang.IllegalArgumentException: No matching field found: getInputStream for class com.martiansoftware.nailgun.ThreadLocalInputStream
at clojure.lang.Reflector.getInstanceField(Reflector.java:245)
at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:267)
at vimclojure.nails$set_input_stream.invoke(nails.clj:59)
at vimclojure.nails$nail_driver.invoke(nails.clj:78)
at vimclojure.nails$NamespaceOfFile.invoke(nails.clj:198)
at clojure.lang.Var.invoke(Var.java:365)
at vimclojure.Nail.nailMain(Nail.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.martiansoftware.nailgun.NGSession.run(Unknown Source)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment