The Eclipse launch participant is still reporting that the server status is "starting",

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 ...

+4
source share
1 answer

Some restrictions are known if you changed the logging settings; see Known issues and limitations for developers .

Tools look for this exact message identifier in the eclipse console view: CWWKF0011I. If this message identifier is not found, the tools consider that the server did not start. Do you see this message id in the eclipse console view?

+2
source

All Articles