Studio 调试器任意点错误:Studio 无法连接到调试器服务器
调试器未连接到正在运行的 Anypoint 作业:Mule 调试器: Studio 无法连接到调试器服务器。
- 全新安装 Anypoint Studio 7.11.1
- 创建新工作区。
- 添加了 Http 侦听器、记录器并设置有效负载 设置
- 断点
- 将调试端口从 6666 更改为 9999,以及许多其他端口
- 重新启动
- 运行调试并观察应用程序部署成功
- Postman 向 Mule 应用程序发送 Get 请求已完成,但没有断点
- 10 分钟后出现上述错误
Debugger not connecting to Anypoint running job: Mule Debugger:
Studio is not able to connect to Debugger server.
- Installed Anypoint Studio 7.11.1 fresh
- Created new workspace.
- Added Http listener, logger, and set payload
- Set break points
- Changed debug port from 6666 to 9999, and many others
- Rebooted
- Ran debug and watched app deploy successfully
- Postman send Get request to Mule app completes but no breakpoints
- 10 minutes later get the error above
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
谢谢鲍勃!就是这样,我卸载了所有 JAVA 和 jdk 的东西,它就可以工作了。谢谢你让我走上正轨。
如果这可以帮助其他人,那么当我启动我的应用程序时,第一行是:
Thx Bob ! It was that, I uninstall all my JAVA and my jdk stuff and it works. Thx for put me on the track.
If that can help other after doing that, when I launch my app the first line are :
我的 Studio 软件出现问题,无法连接到调试器服务器和差异调试器端口(如 6666、9999 和 6669),这并不能帮助我解决此问题。我尝试安装不同的版本,从 7.11 到 7.15,但没有一个修复它。
我终于通过做两件事让它工作:
我删除了计算机上的所有 Java 文件夹和文件。 (由于工作室使用嵌入式Java)
我测试了不同的活动端口和侦听端口。您可以通过在命令提示符中运行“netstat -an”来完成此操作。我发现使用端口号 5353 和 5050 对我有用。
我希望这些步骤也能帮助您!
I had a problem with my Studio software not connecting to the Debugger server and diff debugger ports like 6666, 9999, and 6669 which didn't help me fix this. I tried installing different versions, from 7.11 to 7.15, but none of them fixed it.
I finally got it working by doing two things:
I deleted all the Java folders and files on my computer. (Since the studio uses embedded Java)
I tested different active and listening ports. You can do this by running "netstat -an" in your command prompt. I found that using port numbers 5353 and 5050 worked for me.
I hope these steps help you too!