Eclipse unable to detect that a server has started

落爺英雄遲暮 提交于 2019-12-11 07:28:21

问题


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. I've tried using sun-java6-jdk instead of 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

I'm trying to figure out how this is possible. Maybe a network issue? Has anyone met the same problem ?


回答1:


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. My educated guess is that our IT proxy scripts do not exclude 127.0.0.1 from the proxified addresses.

Thanks for your time Mike !



来源:https://stackoverflow.com/questions/5300858/eclipse-unable-to-detect-that-a-server-has-started

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!