Skip to content

Instantly share code, notes, and snippets.

Created September 29, 2011 21:42
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 anonymous/1252017 to your computer and use it in GitHub Desktop.
Save anonymous/1252017 to your computer and use it in GitHub Desktop.
Stack trace for Test_1
Response [{abc=123}]
[error] (run-main) java.lang.NullPointerException
java.lang.NullPointerException
at test.Test_1$delayedInit$body.apply(Test_1.scala:41)
at scala.Function0$class.apply$mcV$sp(Function0.scala:34)
at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
at scala.App$$anonfun$main$1.apply(App.scala:60)
at scala.App$$anonfun$main$1.apply(App.scala:60)
at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:59)
at scala.collection.immutable.List.foreach(List.scala:45)
at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:30)
at scala.App$class.main(App.scala:60)
at test.Test_1$.main(Test_1.scala:9)
at test.Test_1.main(Test_1.scala)
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)
java.lang.RuntimeException: Nonzero exit code: 1
at scala.sys.package$.error(package.scala:27)
at scala.Predef$.error(Predef.scala:66)
[error] {file:/home/user/Workspace/ElasticSearch-test-1/}default-d7bcee/compile:run: Nonzero exit code: 1
[error] Total time: 5 s, completed Sep 29, 2011 11:39:19 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment