Duplicate calls received to RestFul web service method with Jersey in weblogic

a 夏天 提交于 2019-12-22 23:45:33

问题


I have RestFul web service method developed using jersey-bundle(1.1.1,1.17.1) and deployed to weblogic server 10.3.4.0.

I get duplicate calls for some of the call when client made. I get my rest service getting called twice when it actually made one.

I have capture some of the network logs using wireshark and found that it happens whenever stats [RST, ACK] sent by the server. What could be the reason for server sending back [RST] for some of the calls from client?


回答1:


I've found this report: JERSEY-2616. I will check Jersey version 2.13 if it still contains duplicate calls bug.



来源:https://stackoverflow.com/questions/22872046/duplicate-calls-received-to-restful-web-service-method-with-jersey-in-weblogic

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!