weblogic运行时报如下错误:
java.lang.ArrayIndexOutOfBoundsException: overflow detected
at weblogic.utils.http.HttpRequestParser.checkOverflow(HttpRequestParser.java:231)
at weblogic.utils.http.HttpRequestParser.incPos(HttpRequestParser.java:221)
at weblogic.utils.http.HttpRequestParser.method(HttpRequestParser.java:353)
at weblogic.utils.http.HttpRequestParser.startLine(HttpRequestParser.java:300)
at weblogic.utils.http.HttpRequestParser.parse(HttpRequestParser.java:266)
at weblogic.utils.http.HttpRequestParser.<init>(HttpRequestParser.java:88)
at weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:257)
at weblogic.servlet.internal.MuxableSocketHTTP
解决方案:
查看weblogic 的应用是否有启动了
java.lang.ArrayIndexOutOfBoundsException: overflow detected
at weblogic.utils.http.HttpRequestParser.checkOverflow(HttpRequestParser.java:231)
at weblogic.utils.http.HttpRequestParser.incPos(HttpRequestParser.java:221)
at weblogic.utils.http.HttpRequestParser.method(HttpRequestParser.java:353)
at weblogic.utils.http.HttpRequestParser.startLine(HttpRequestParser.java:300)
at weblogic.utils.http.HttpRequestParser.parse(HttpRequestParser.java:266)
at weblogic.utils.http.HttpRequestParser.<init>(HttpRequestParser.java:88)
at weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:257)
at weblogic.servlet.internal.MuxableSocketHTTP
解决方案:
查看weblogic 的应用是否有启动了