Intellij idea intellij中播放2的nettyserver未启动

Intellij idea intellij中播放2的nettyserver未启动,intellij-idea,playframework,netty,Intellij Idea,Playframework,Netty,我对Intellij关于Play/Scala的想法还不熟悉,显然我需要在运行项目时启动NettyServer。我的运行配置运行一次正常。然后我关闭了服务器,进行了一些更改,并尝试再次运行: /Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/bin/java -Dfile.encoding=UTF8 -Djline.terminal=none -Dsbt.log.noformat=true -Dsbt.global.ba

我对Intellij关于Play/Scala的想法还不熟悉,显然我需要在运行项目时启动NettyServer。我的运行配置运行一次正常。然后我关闭了服务器,进行了一些更改,并尝试再次运行:

/Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/bin/java -Dfile.encoding=UTF8 -Djline.terminal=none -Dsbt.log.noformat=true -Dsbt.global.base=/private/var/folders/97/16yb2phd7sz78q0sf5wl7z200000gn/T/sbt-global-pluginstub -Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M -classpath "/Users/j/Library/Application Support/IntelliJIdea2016.1/Scala/launcher/sbt-launch.jar" xsbt.boot.Boot run
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
[info] Loading project definition from /Users/jch/IdeaProjects/editor/project
[info] Set current project to ...

--- (Running the application, auto-reloading is enabled) ---

[error] p.c.s.NettyServer - Failed to listen for HTTP on /0.0.0.0:9000!
[error] (compile:run) play.runsupport.ServerStartException
[error] Total time: 3 s, completed Apr 4, 2016 11:24:31 AM

Process finished with exit code 1
我错过了什么


我的错误显然,NettyServer无法启动,因为它已在运行。当我浏览到localhost:9000时,它启动了。一条更好的错误消息会有所帮助,而且IDEA显然没有自动加载到我的浏览器中,因为NettyServer退出代码

您可以检查服务器是否仍在使用任务管理器运行吗?您应该回答这个问题,因为这就是答案!“已在另一个终端中运行”