I am running Eclipse Java EE (Mars) / Websphere Liberty (8.5.5.8) / WebSphere Liberty Developer Plugin for Developers (8.5.5) for IBM SDK 8.0 64 bit for Windows.
When the server starts on localhost, the server starts normally and the console writes "server ready", but the Eclipse start delegate still reports that the server status is "starting". After a wait period, Eclipse says the server was unable to start and killed it.
I know this is a recurring problem: I change the connection settings in eclipse to direct, add localhost to etc / host, add -Djava.net.preferIPv4Stack = true for eclipse.ini, but could not solve it ...
source
share