java.lang.ArrayIndexOutOfBoundsException: 16
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via JIRA by Kevin Normoyle, 2 years ago
via JIRA by Kevin Normoyle, 1 year ago
java.lang.ArrayIndexOutOfBoundsException: 16
at water.fvec.Frame.replace(Frame.java:283)
at water.exec.ASTAssign.exec(AST.java:525)
at water.exec.ASTStatement.exec(AST.java:83)
at water.exec.Exec2.exec(Exec2.java:115)
at water.api.Exec2.serve(Exec2.java:34)
at water.api.Request.serveGrid(Request.java:137)
at water.Request2.superServeGrid(Request2.java:478)
at water.api.Exec2.serveGrid(Exec2.java:71)
at water.api.Request.serve(Request.java:114)
at water.api.RequestServer.serve(RequestServer.java:372)
at water.NanoHTTPD$HTTPSession.run(NanoHTTPD.java:421)
at java.lang.Thread.run(Thread.java:662)