[IDEA]idea无法打开直接报错超时Connection timed out: connect
idea作为Java后端开发人员,基本上可以说是最常用的开发工具了。但是也是偶尔会出现一些莫名其妙的问题,比如突然间IDEA无法打开了,总是报错超时ConnectException: Connection timed out: connect。
### 问题定位
这次的错误很莫名其妙,属于突发
```bash
Caused by: java.net.ConnectException: Connection timed out: connect
```
关键错误为:
!(data/attachment/forum/202206/27/155919jszvvbzdbb7c5dqp.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")
完整信息如下:
!(data/attachment/forum/202206/27/155857baywfeoapar3ep9w.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")
### 问题解决
经过一番折腾,搜索研究发现,是防火墙的问题,之前把防火墙都是关闭的,不知道为什么windows又把防火墙开启了,你懂得,windows也总是经常出现一些奇奇怪怪的问题。
`作者:程序员潇然 疯狂的字节X https://crazybytex.com/`
![防火墙.gif](data/attachment/forum/202206/27/161139lnna3r93pq55r3lh.gif?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "防火墙.gif")
所以直接关闭防火墙即可,对于开发人员,强烈建议关闭windows的防火墙,真的很恶心,经常会给你带点小惊喜。
#### 防火墙设置入站出站规则
有些同学可能不愿意关闭防火墙,那么可以通过添加规则进行放行。
步骤如下:
控制面板-->系统和安全-->Windows Defender 防火墙
!(data/attachment/forum/202206/27/161340dlu38dfd7blbl6lz.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")
!(data/attachment/forum/202206/27/161729j9cj9zjpyt9g9jqr.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")
!(data/attachment/forum/202206/16/141330jha7st9soow8772i.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "common_log.png")
`转载务必注明出处:程序员潇然,疯狂的字节X,https://crazybytex.com/thread-22-1-1.html `
页:
[1]