0


关于IDEA2023.3.x版本使用JRebel插件Debug时无法启动的问题处理

报错信息

Connected to the target VM, address: '127.0.0.1:51784', transport: 'socket'
10:45:11.457 [main] DEBUG reactor.util.Loggers - Using Slf4j logging framework
10:45:11.464 [main] DEBUG reactor.core.publisher.Hooks - Enabling stacktrace debugging via onOperatorDebug
2023-12-13 10:45:13 JRebel:  Starting logging to file: C:\Users\xx\.jrebel\jrebel.log
2023-12-13 10:45:13 JRebel:  
2023-12-13 10:45:13 JRebel:  #############################################################
2023-12-13 10:45:13 JRebel:  
2023-12-13 10:45:13 JRebel:  JRebel Agent 2023.4.2 (202312041035)
2023-12-13 10:45:13 JRebel:  (c) Copyright 2007-2023 Perforce Software, Inc.
2023-12-13 10:45:13 JRebel:  
2023-12-13 10:45:13 JRebel:  Over the last 30 days JRebel prevented
2023-12-13 10:45:13 JRebel:  at least 883 redeploys/restarts saving you about 35.8 hours.
2023-12-13 10:45:13 JRebel:  
2023-12-13 10:45:13 JRebel:  Over the last 77 days JRebel prevented
2023-12-13 10:45:13 JRebel:  at least 1675 redeploys/restarts saving you about 67.9 hours.
2023-12-13 10:45:13 JRebel:  
2023-12-13 10:45:13 JRebel:  License acquired from License Server: http://127.0.0.1:8888
2023-12-13 10:45:13 JRebel:  
2023-12-13 10:45:13 JRebel:  Licensed to glodon.
2023-12-13 10:45:13 JRebel:  
2023-12-13 10:45:13 JRebel:  You are using an offline license.
2023-12-13 10:45:13 JRebel:  
2023-12-13 10:45:13 JRebel:  
2023-12-13 10:45:13 JRebel:  #############################################################
2023-12-13 10:45:13 JRebel:  
Disconnected from the target VM, address: '127.0.0.1:51784', transport: 'socket'

还有一个现象就是使用IDEA自己的dubug项目能正常的启动
显然不是代码的问题。
主要是去看JRebel的日志

C:\Users\用户\.jrebel\jrebel.log

也看不见什么关键信息,就很离谱

最终在这儿youtrack.jetbrains.com找到了答案

问题出在IDEA版本太高了,(写这个帖子的时候应该是IDEA最新的一个版本), 本人的一个坏习惯,看见有更新的提示就忍不住更新(那个小点看着难受)

在这里插入图片描述
解决方案:下图
在这里插入图片描述
建议: 用的好好的就别更新了,浪费时间

标签: intellij-idea

本文转载自: https://blog.csdn.net/weixin_42553081/article/details/134966063
版权归原作者 ooooozr啊 所有, 如有侵权,请联系我们删除。

“关于IDEA2023.3.x版本使用JRebel插件Debug时无法启动的问题处理”的评论:

还没有评论