sbt / sbt-atmos

sbt plugin for running Typesafe Console in development
98 stars 11 forks source link

got 'Could not start Atmos on port [8660]' error when i try atmos:run Play projects #19

Open iamgarlic opened 10 years ago

iamgarlic commented 10 years ago

Hi there, I'm running "Hello Play" template which provided by is typesafe activator. Then i try to add sbt plugin for Typesafe Console; however, i can't successfully run it through command atmos:run.

Here's the error message: (http://d.pr/i/kjiQ)

[hello-play] $ atmos:run [info] Starting Atmos and Typesafe Console ... [info] Stopping Atmos java.lang.RuntimeException: Could not start Atmos on port [8660] at scala.sys.package$.error(package.scala:27) at com.typesafe.sbt.atmos.AtmosController.startAtmos(AtmosController.scala:104) at com.typesafe.sbt.atmos.AtmosController.start(AtmosController.scala:85) at com.typesafe.sbt.atmos.AtmosController$.start(AtmosController.scala:19) at com.typesafe.sbt.atmos.AtmosRun$AtmosRunner.run(AtmosRun.scala:309)

Here's my environment: activator: 1.0.13 play: 2.2 sbt: 0.13 Java version: 1.7.0_45" OS: OS X 10.9

Does anyone have a clue about it? Thanks