Bridgewater / scala-notebook

Interactive Scala REPL in a browser
Other
741 stars 155 forks source link

Run error with sbt 0.12.1 and 0.12.4 #26

Open pawank opened 10 years ago

pawank commented 10 years ago

Hi,

Compilation is successful but getting below error while running server using "run" command trace] Stack trace suppressed: run last server/compile:js-source-graph for the full output. error java.nio.charset.MalformedInputException: Input length = 1

Steps followed -

  1. sbt (v 0.12.1)
  2. compile
  3. project server
  4. run Am I doing something wrong? Pawan
KenCoder commented 10 years ago

Looks ok. What os are you using?

Ken

On Oct 25, 2013, at 1:53 AM, Pawan Kumar notifications@github.com wrote:

Hi,

Compilation is successful but getting below error while running server using "run" command trace] Stack trace suppressed: run last server/compile:js-source-graph for the full output. error java.nio.charset.MalformedInputException: Input length = 1

Steps followed -

  1. sbt (v 0.12.1)
  2. compile
  3. project server
  4. run Am I doing something wrong? Pawan

— Reply to this email directly or view it on GitHub.

pawank commented 10 years ago

Hi Ken,

Here are my settings -

  1. java version "1.7.0_21" Java(TM) SE Runtime Environment (build 1.7.0_21-b12) Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
  2. Mac OSX 10.9
  3. SBT 0.12.1

Let me know if you need anything else to find out.

Thanks Pawan

hanxue commented 10 years ago

@pawank Scala Notebook has been updated to use sbt 0.13.0, does it work for you now?