这是不寻常的行为,我正在尝试简单的 jax-rs 实现,但它失败了。
17215 [29943420@qtp-14485739-7] WARN org.mortbay.log - Committed before 404 null
17215 [29943420@qtp-14485739-7] ERROR org.mortbay.log - /CribService/webresources/caas/doesAuthorIDsExist
java.lang.IllegalStateException: Committed
at org.mortbay.jetty.Response.resetBuffer(Response.java:1024)
at org.mortbay.jetty.Response.sendError(Response.java:240)
at org.mortbay.jetty.Response.sendError(Response.java:342)
命令 :
curl -X POST -H "Content-Type: text/plain" -d '2093' http://localhost:8080/CribService/webresources/caas/doesAuthorIDsExist
有人可以解释一下造成这种错误的原因吗,尤其是在重新启动之前,该服务运行时没有问题