我是Play Framework 2.2.1的新手。最近我從nettyException中得到了奇怪的錯誤。Play-2.2.1 p.nettyException - 在Netty中捕獲的異常
好的,這是事情,我用Java開發一個Play項目。它在Mac中運行良好。當我將項目移動到CentOS 6.5服務器時,並鍵入命令「play start」來運行應用程序。我定期(約每3分鐘)得到了錯誤:
[錯誤] p.nettyException - 捕獲到異常Netty中 java.lang.IllegalArgumentException異常:在org.jboss.netty.handler.codec空文本 。 http.HttpVersion。(HttpVersion.java:97)〜[netty.jar:na] at org.jboss.netty.handler.codec.http.HttpVersion.valueOf(HttpVersion.java:62)〜[netty.jar:na ] at org.jboss.netty.handler.codec.http.HttpRequestDecoder.createMessage(HttpRequestDecoder.java:75)〜[netty.jar:na] at org.jboss.netty.handler.codec.http.HttpMessageDecoder.decode (HttpMessageDecoder.java:189)〜[netty.jar:na] at org.jboss.netty.handler.code c.http.HttpMessageDecoder.decode(HttpMessageDecoder.java:101)〜[netty.jar:na] at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:500)〜[netty。 jar:na] [error] p.nettyException - 在Netty中捕獲異常 java.lang.IllegalArgumentException:空文本 at org.jboss.netty.handler.codec.http.HttpVersion。(HttpVersion.java:97)〜[ netty.jar:na] at org.jboss.netty.handler.codec.http.HttpVersion.valueOf(HttpVersion.java:62)〜[netty.jar:na] at org.jboss.netty.handler.codec。 http.HttpRequestDecoder.createMessage(HttpRequestDecoder.java:75)〜[netty.jar:na] at org.jboss.netty.handler.codec.http.HttpMessageDecoder.decode(HttpMessageDecoder.java:189)〜[netty.jar: na] at org.jboss.netty.handler.codec.http.Http MessageDecoder.decode(HttpMessageDecoder.java:101)〜[netty.jar:na] at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:500)〜[netty.jar:na]
然而,當我創建一個使用「玩出新的HelloWorld」且由「播放開始」和「玩跑」來運行它一個全新的HelloWorld項目,依然存在這些錯誤。
我嘗試了所有可能的解決方案,我從互聯網上找到,但沒有一個解決我的問題。
任何民間有任何想法來解決這個問題?
謝謝。
問候。
Steven。
它也可能是一個端口掃描器,它會在服務器上打開一個隨機端口並嘗試發送數據。 – Adrien