Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [playProducts] $ last compile:managedSources
- java.io.FileNotFoundException: /Users/peterbecich/scala/playProducts/app/views/tags/.#barcode.scala.html (No such file or directory)
- at java.io.RandomAccessFile.open(Native Method)
- at java.io.RandomAccessFile.<init>(RandomAccessFile.java:236)
- at scalax.io.support.FileUtils$.randomAccessFile(FileUtils.scala:105)
- at scalax.io.support.FileUtils$.openChannel(FileUtils.scala:49)
- at scalax.file.defaultfs.DefaultFileOps$$anonfun$channel$1.apply(DefaultFileOps.scala:43)
- at scalax.file.defaultfs.DefaultFileOps$$anonfun$channel$1.apply(DefaultFileOps.scala:43)
- at scalax.io.Resource$$anonfun$fromSeekableByteChannel$1.apply(Resource.scala:460)
- at scalax.io.Resource$$anonfun$fromSeekableByteChannel$1.apply(Resource.scala:460)
- at scalax.io.managed.SeekableByteChannelResource.scalax$io$managed$SeekableByteChannelResource$$rawOpen(SeekableByteChannelResource.scala:24)
- at scalax.io.managed.SeekableByteChannelResource.open(SeekableByteChannelResource.scala:27)
- at scalax.io.managed.SeekableByteChannelResource$$anonfun$bytes$1.apply(SeekableByteChannelResource.scala:79)
- at scalax.io.managed.SeekableByteChannelResource$$anonfun$bytes$1.apply(SeekableByteChannelResource.scala:79)
- at scalax.io.traversable.ByteResourceTraversable.iterator(ByteResourceTraversable.scala:28)
- at scalax.io.traversable.ByteResourceTraversable$$anonfun$toArray$1.apply(ByteResourceTraversable.scala:48)
- at scalax.io.traversable.ByteResourceTraversable$$anonfun$toArray$1.apply(ByteResourceTraversable.scala:48)
- at scala.util.control.Exception$Catch$$anonfun$either$1.apply(Exception.scala:124)
- at scala.util.control.Exception$Catch$$anonfun$either$1.apply(Exception.scala:124)
- at scala.util.control.Exception$Catch.apply(Exception.scala:102)
- at scala.util.control.Exception$Catch.either(Exception.scala:124)
- at scalax.io.CloseableIterator$.withIterator(CloseableIterator.scala:101)
- at scalax.io.traversable.ByteResourceTraversable.toArray(ByteResourceTraversable.scala:48)
- at scalax.io.Input$class.byteArray(Input.scala:81)
- at scalax.file.FileOps.byteArray(FileOps.scala:78)
- at play.templates.ScalaTemplateCompiler$.compile(ScalaTemplateCompiler.scala:178)
- at play.PlaySourceGenerators$$anonfun$3$$anonfun$apply$8$$anonfun$apply$9.apply(PlaySourceGenerators.scala:45)
- at play.PlaySourceGenerators$$anonfun$3$$anonfun$apply$8$$anonfun$apply$9.apply(PlaySourceGenerators.scala:43)
- at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
- at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47)
- at play.PlaySourceGenerators$$anonfun$3$$anonfun$apply$8.apply(PlaySourceGenerators.scala:43)
- at play.PlaySourceGenerators$$anonfun$3$$anonfun$apply$8.apply(PlaySourceGenerators.scala:42)
- at scala.collection.immutable.List.foreach(List.scala:318)
- at play.PlaySourceGenerators$$anonfun$3.apply(PlaySourceGenerators.scala:42)
- at play.PlaySourceGenerators$$anonfun$3.apply(PlaySourceGenerators.scala:30)
- at scala.Function5$$anonfun$tupled$1.apply(Function5.scala:35)
- at scala.Function5$$anonfun$tupled$1.apply(Function5.scala:34)
- at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
- at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
- at sbt.std.Transform$$anon$4.work(System.scala:64)
- at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
- at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
- at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
- at sbt.Execute.work(Execute.scala:244)
- at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
- at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
- at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
- at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
- at java.lang.Thread.run(Thread.java:745)
- [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