最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

spring - java.net.SocketTimeoutException: connect timed out error after some successful request serving - Stack Overflow

programmeradmin3浏览0评论

my new application using Spring MVC , i am hitting an bank API , request from app server first goes to webserver (security reason) and then it hits to bank API , but after some succesfull request say 40-50 , i am receiving java.SocketTimeoutException: connect timed out error in my logs for each request and API stops working. the app server i am using is JBOSS .

i also want to say that when i am using the struts (old aplication) all things works fine. also all DB work fine in Spring only that API and other API of bank stops workimg givimg error of java.SocketTimeoutException , how to diagnose the issue.

we have properly logged, increased the timeout but still no solution .

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论