Skip to content

Instantly share code, notes, and snippets.

@rajeshpv
Created February 26, 2012 18:46
Show Gist options
  • Select an option

  • Save rajeshpv/1918236 to your computer and use it in GitHub Desktop.

Select an option

Save rajeshpv/1918236 to your computer and use it in GitHub Desktop.
play-error.sh
rajesh@rajesh-thinkpad-W520:~/projects/Play20$ cd framework/
rajesh@rajesh-thinkpad-W520:~/projects/Play20/framework$ sbt
[info] Loading global plugins from /home/rajesh/.sbt/plugins
[info] Loading project definition from /home/rajesh/projects/Play20/framework/project
[warn] there were 2 deprecation warnings; re-run with -deprecation for details
[warn] one warning found
[info] Set current project to Root (in build file:/home/rajesh/projects/Play20/framework/)
> com
commands compile compile-inputs compile-order compile:
compilers
> compile
[info] Updating {file:/home/rajesh/projects/Play20/framework/}Anorm...
[info] Updating {file:/home/rajesh/projects/Play20/framework/}Templates...
[info] Updating {file:/home/rajesh/projects/Play20/framework/}Console...
[info] Done updating.
[info] Done updating.
[info] Compiling 5 Scala sources to /home/rajesh/projects/Play20/framework/src/anorm/target/scala-2.9.1/classes...
[info] Done updating.
[info] Updating {file:/home/rajesh/projects/Play20/framework/}Play...
[info] Done updating.
[info] Updating {file:/home/rajesh/projects/Play20/framework/}Play-Test...
[info] Updating {file:/home/rajesh/projects/Play20/framework/}SBT-Plugin...
[info] Updating {file:/home/rajesh/projects/Play20/framework/}Root...
[info] Done updating.
[info] Done updating.
[warn] there were 2 deprecation warnings; re-run with -deprecation for details
[warn] one warning found
[info] Done updating.
[error] {file:/home/rajesh/projects/Play20/framework/}SBT-Plugin/compile:unmanaged-jars: java.lang.NoClassDefFoundError: Could not initialize class PlayBuild$LocalSBT$
[error] {file:/home/rajesh/projects/Play20/framework/}Console/compile:unmanaged-jars: java.lang.NoClassDefFoundError: Could not initialize class PlayBuild$LocalSBT$
[error] {file:/home/rajesh/projects/Play20/framework/}Templates/compile:unmanaged-jars: java.lang.ExceptionInInitializerError
[error] Total time: 8 s, completed Feb 26, 2012 12:47:51 PM
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment