A Java update caused the same problem (among others) for me. The update caused Eclipse to use ipv6 when pinging Tomcat and for some reason that doesn’t work with my setup.
I fixed it by adding
-Djava.net.preferIPv4Stack=true
To eclipse.ini
.
Related Contents:
- java.lang.IllegalArgumentException: The servlets named [X] and [Y] are both mapped to the url-pattern [/url] which is not permitted
- ClassNotFoundException when using User Libraries in Eclipse build path
- Tomcat started in Eclipse but unable to connect to http://localhost:8085/
- What does “The APR based Apache Tomcat Native library was not found” mean?
- Remote debugging Tomcat with Eclipse
- “Server Tomcat v7.0 Server at localhost failed to start” without stack trace while it works in terminal [closed]
- Eclipse “Server Locations” section disabled and need to change to use Tomcat installation
- HTTP Status 404 – The requested resource (/) is not available
- Set default home page via in JSF project
- HTTP Status 404 – The requested resource (/ProjectName/) is not available
- java.lang.IllegalArgumentException: The main resource set specified […] is not valid
- How to use Tomcat 8 in Eclipse?
- Change Tomcat Server’s timeout in Eclipse
- Where is the deployment directory in Eclipse?
- Unit-testing servlets [closed]
- How to use Tomcat 8.5.x and TomEE 7.x with Eclipse?
- Eclipse error: ‘Failed to create the Java Virtual Machine’
- Importing Maven project into Eclipse
- .classpath and .project – check into version control or not?
- How do I increase the capacity of the Eclipse output console?
- EL proposals / autocomplete / code assist in Facelets with Eclipse
- Function of Project > Clean in Eclipse
- Can not find the tag library descriptor for “http://java.sun.com/jsp/jstl/core”
- An Eclipse console view that respects ANSI color codes?
- How to auto-format code in Eclipse?
- Where can I view Tomcat log files in Eclipse?
- Eclipse menus don’t show up after upgrading to Ubuntu 13.10
- Apache Tomcat Not Showing in Eclipse Server Runtime Environments [duplicate]
- Can Eclipse refresh resources automatically?
- Running a single JUnit test in Eclipse
- How do I configure the proxy settings so that Eclipse can download new plugins?
- How to install Hibernate Tools in Eclipse?
- How to exclude specific folders or files from validation in Eclipse?
- “Auth Failed” error with EGit and GitHub
- How does Eclipse compile classes with only a JRE?
- How to use Coffee-Bytes code folding
- Cant create new FXML File in Eclipse
- Editor does not contain a main type
- Increase JVM max heap size for Eclipse
- Eclipse executable launcher error: Unable to locate companion shared library
- Eclipse Bug: Unhandled event loop exception No more handles
- Launch mac eclipse with environment variables set
- Eclipse and Windows newlines
- Eclipse: Enable autocomplete / content assist
- Is there a way to find/replace across an entire project in Eclipse?
- Does a “Find in project…” feature exist in Eclipse IDE?
- Keyboard shortcut to change font size in Eclipse?
- Temporarily disable Eclipse plugin
- How to change back the perspective after terminating the debugged process in Eclipse?
- eclipse, refresh files edited by external editor