错误503使用jax-rs服务

时间:2012-12-20 05:56:19

标签: java-ee jetty jax-rs

这是不寻常的行为,我正在尝试简单的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

有人可以解释我导致此类错误的原因,尤其是在重启之前,此服务正在运行而没有问题

1 个答案:

答案 0 :(得分:0)

需要重新启动系统并终止jetty进程并确保使用netbeans重新运行和部署,而不是使用netbeans进行部署。