JDBC connection hangs with no response from SQL Server 2008 r2

前端 未结 3 1322
粉色の甜心
粉色の甜心 2020-12-11 06:21

When connecting to SQL Server 2008 (express locally, full server in production) this works fine for me when developing on my local machine, but this thing just hangs in prod

3条回答
  •  情歌与酒
    2020-12-11 06:51

    You can take a snapshot of your thread stack traces and see where it gets stuck. If its in socket reading - something wrong in db (I think this would be the case here).

提交回复
热议问题