我正在尝试使用typesafe-platform,当我运行命令激活器ui时,我得到了这个异常:
C:\ activator-0.3.0> activator ui发现以前的进程ID:7552播放服务器进程ID是3828 [info] play - 应用程序启动(Prod)糟糕,无法启动服务器.
org.jboss.netty.channel.ChannelException: Failed to bind to: /127.0.0.1:8888
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272)
at play.core.server.NettyServer.<init>(NettyServer.scala:129)
at play.core.server.NettyServer$.createServer(NettyServer.scala:229)
at play.core.server.NettyServer$$anonfun$main$5.apply(NettyServer.scala:261)
at play.core.server.NettyServer$$anonfun$main$5.apply(NettyServer.scala:260)
at scala.Option.map(Option.scala:145)
at play.core.server.NettyServer$.main(NettyServer.scala:260)
at activator.UIMain$$anonfun$run$1.apply$mcV$sp(UIMain.scala:107)
at activator.UIMain$$anonfun$run$1.app`enter code here`ly(UIMain.scala:107)
at activator.UIMain$$anonfun$run$1.apply(UIMain.scala:107)
at activator.UIMain.withContextClassloader(UIMain.scala:179)
at activator.UIMain.run(UIMain.scala:107)
at activator.UIMain.run(UIMain.scala:86)`enter code here`
at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:57)
at xsbt.boot.Launch$.withContextLoader(Launch.scala:77)
at xsbt.boot.Launch$.run(Launch.scala:57)
at xsbt.boot.Launch$$anonfun$explicit$1.apply(Launch.scala:45)
at xsbt.boot.Launch$.launch(Launch.scala:65)
at xsbt.boot.Launch$.apply(Launch.scala:16)
at xsbt.boot.Boot$.runImpl(Boot.scala:31)
at xsbt.boot.Boot$.main(Boot.scala:20)
at xsbt.boot.Boot.main(Boot.scala)
Caused by: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:444)
at sun.nio.ch.Net.bind(Net.java:436) …Run Code Online (Sandbox Code Playgroud) playframework typesafe-stack playframework-2.1 typesafe typesafe-activator