Advertisement
peterbecich

Play framework last compile:managedSources

May 29th, 2014
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. [playProducts] $ last compile:managedSources
  2. java.io.FileNotFoundException: /Users/peterbecich/scala/playProducts/app/views/tags/.#barcode.scala.html (No such file or directory)
  3. at java.io.RandomAccessFile.open(Native Method)
  4. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:236)
  5. at scalax.io.support.FileUtils$.randomAccessFile(FileUtils.scala:105)
  6. at scalax.io.support.FileUtils$.openChannel(FileUtils.scala:49)
  7. at scalax.file.defaultfs.DefaultFileOps$$anonfun$channel$1.apply(DefaultFileOps.scala:43)
  8. at scalax.file.defaultfs.DefaultFileOps$$anonfun$channel$1.apply(DefaultFileOps.scala:43)
  9. at scalax.io.Resource$$anonfun$fromSeekableByteChannel$1.apply(Resource.scala:460)
  10. at scalax.io.Resource$$anonfun$fromSeekableByteChannel$1.apply(Resource.scala:460)
  11. at scalax.io.managed.SeekableByteChannelResource.scalax$io$managed$SeekableByteChannelResource$$rawOpen(SeekableByteChannelResource.scala:24)
  12. at scalax.io.managed.SeekableByteChannelResource.open(SeekableByteChannelResource.scala:27)
  13. at scalax.io.managed.SeekableByteChannelResource$$anonfun$bytes$1.apply(SeekableByteChannelResource.scala:79)
  14. at scalax.io.managed.SeekableByteChannelResource$$anonfun$bytes$1.apply(SeekableByteChannelResource.scala:79)
  15. at scalax.io.traversable.ByteResourceTraversable.iterator(ByteResourceTraversable.scala:28)
  16. at scalax.io.traversable.ByteResourceTraversable$$anonfun$toArray$1.apply(ByteResourceTraversable.scala:48)
  17. at scalax.io.traversable.ByteResourceTraversable$$anonfun$toArray$1.apply(ByteResourceTraversable.scala:48)
  18. at scala.util.control.Exception$Catch$$anonfun$either$1.apply(Exception.scala:124)
  19. at scala.util.control.Exception$Catch$$anonfun$either$1.apply(Exception.scala:124)
  20. at scala.util.control.Exception$Catch.apply(Exception.scala:102)
  21. at scala.util.control.Exception$Catch.either(Exception.scala:124)
  22. at scalax.io.CloseableIterator$.withIterator(CloseableIterator.scala:101)
  23. at scalax.io.traversable.ByteResourceTraversable.toArray(ByteResourceTraversable.scala:48)
  24. at scalax.io.Input$class.byteArray(Input.scala:81)
  25. at scalax.file.FileOps.byteArray(FileOps.scala:78)
  26. at play.templates.ScalaTemplateCompiler$.compile(ScalaTemplateCompiler.scala:178)
  27. at play.PlaySourceGenerators$$anonfun$3$$anonfun$apply$8$$anonfun$apply$9.apply(PlaySourceGenerators.scala:45)
  28. at play.PlaySourceGenerators$$anonfun$3$$anonfun$apply$8$$anonfun$apply$9.apply(PlaySourceGenerators.scala:43)
  29. at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
  30. at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47)
  31. at play.PlaySourceGenerators$$anonfun$3$$anonfun$apply$8.apply(PlaySourceGenerators.scala:43)
  32. at play.PlaySourceGenerators$$anonfun$3$$anonfun$apply$8.apply(PlaySourceGenerators.scala:42)
  33. at scala.collection.immutable.List.foreach(List.scala:318)
  34. at play.PlaySourceGenerators$$anonfun$3.apply(PlaySourceGenerators.scala:42)
  35. at play.PlaySourceGenerators$$anonfun$3.apply(PlaySourceGenerators.scala:30)
  36. at scala.Function5$$anonfun$tupled$1.apply(Function5.scala:35)
  37. at scala.Function5$$anonfun$tupled$1.apply(Function5.scala:34)
  38. at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
  39. at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
  40. at sbt.std.Transform$$anon$4.work(System.scala:64)
  41. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  42. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
  43. at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
  44. at sbt.Execute.work(Execute.scala:244)
  45. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  46. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
  47. at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
  48. at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
  49. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  50. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  51. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  52. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  53. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  54. at java.lang.Thread.run(Thread.java:745)
  55. [error] (compile:managedSources) java.io.FileNotFoundException: /Users/peterbecich/scala/playProducts/app/views/tags/.#barcode.scala.html (No such file or directory)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement