3

Play 应用程序工作正常,但突然停止工作。我开始在浏览器中看到以下异常

执行异常

[IOException: Remotely Closed [id: 0x4628a18a, /ipaddress:port :> remote-hostname/remote-ipaddress:remote-port]]

在我的应用程序中,我使用 WS api 来调用远程机器的 rest api。

下面是完整的堆栈垃圾。

! @6aj8e9cd9 - Internal server error, for request [GET /] ->

play.core.ActionInvoker$$anonfun$receive$1$$anon$1: Execution exception [[IOException: Remotely Closed [id: 0x4628a18a, /ipaddress:port :> remoteHostName/remoteIPaddress:port]]]
    at play.core.ActionInvoker$$anonfun$receive$1.apply(Invoker.scala:134) [play_2.9.1.jar:2.0.1]
    at play.core.ActionInvoker$$anonfun$receive$1.apply(Invoker.scala:115) [play_2.9.1.jar:2.0.1]
    at akka.actor.Actor$class.apply(Actor.scala:311) [akka-actor.jar:2.0.1]
    at play.core.ActionInvoker.apply(Invoker.scala:113) [play_2.9.1.jar:2.0.1]
    at akka.actor.ActorCell.invoke(ActorCell.scala:619) [akka-actor.jar:2.0.1]
    at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:196) [akka-actor.jar:2.0.1]
java.io.IOException: Remotely Closed [id: 0x4628a18a, /ipaddress:port :> remotehostname/remoteIPaddress:port]
    at com.ning.http.client.providers.netty.NettyAsyncHttpProvider.channelClosed(NettyAsyncHttpProvider.java:1352) ~[async-http-client.jar:na]
    at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:93) ~[netty.jar:na]
    at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:558) ~[netty.jar:na]
    at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:777) ~[netty.jar:na]
    at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:143) ~[netty.jar:na]
    at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:558) ~[netty.jar:na]

我完全一无所知。寻求您的帮助。提前致谢。

4

0 回答 0