简体   繁体   English

Eclipse无法检测到服务器已启动

[英]Eclipse unable to detect that a server has started

I've been trying to solve a mind puzzling problem. 我一直在尝试解决令人困惑的问题。 I'm currently unable to use any server with eclipse, as they all start correctly but eclipses seems to be unable to see it. 我目前无法在eclipse上使用任何服务器,因为它们都可以正确启动,但是eclipses似乎看不到它。 I've tried using sun-java6-jdk instead of openjdk6. 我尝试使用sun-java6-jdk而不是openjdk6。 I've tried using the command line given by the debug view and everything went fine I've successfully reproduced that bug with Glassfish 3.1, JBoss 5.1, Tomcat 6.0 我尝试使用调试视图给出的命令行,但一切都很好,我已经使用Glassfish 3.1,JBoss 5.1,Tomcat 6.0成功重现了该错误。

I'm trying to figure out how this is possible. 我试图弄清楚这是怎么可能的。 Maybe a network issue? 可能是网络问题? Has anyone met the same problem ? 有人遇到过同样的问题吗?

I've found a solution, but i'm not sure of what causes the problems. 我已经找到了解决方案,但是我不确定是什么引起了问题。 I've entered my computer local IP instead of localhost or 127.0.0.1 and it now detects the server is running. 我输入了计算机的本地IP,而不是localhost或127.0.0.1,它现在可以检测到服务器正在运行。 My educated guess is that our IT proxy scripts do not exclude 127.0.0.1 from the proxified addresses. 我的有根据的猜测是,我们的IT代理脚本不会从代理地址中排除127.0.0.1。

Thanks for your time Mike ! 谢谢您的时间,迈克!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM