Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse launch delegate still tells the server status is "starting"

I'm running Eclipse Java EE (Mars) / Websphere Liberty (8.5.5.8) / Websphere Liberty Developer Tools Plugin (8.5.5) on IBM SDK 8.0 64 Bits for Windows.

When launching the server at localhost, the server starts normally and the console writes "server is ready" but the Eclipse launch delegate still tells the server status is "starting". After timeout period, Eclipse says the server was unable to start and kills it.

I know this is a recurring issue : i change connection settings in eclipse to direct, add localhost to etc/host, add -Djava.net.preferIPv4Stack=true to eclipse.ini but couldn't resolve it ...

like image 503
Florent MARTIN Avatar asked Oct 18 '22 07:10

Florent MARTIN


2 Answers

There are some known limitations if you have changed the logging settings, see the Developer Tools known issues and restrictions.

The tools look for this exact message id in the eclipse Console view: CWWKF0011I. If that message id is not detected the tools think the server did not start. Do you see that message id in the eclipse Console view?

like image 153
Erin Avatar answered Oct 21 '22 20:10

Erin


I am using websphere 9.0 traditional in eclipse 2019-09 having the same issue. Probably because some session is running background.

Resolved by:

1) Go to console->Right click-> terminate/disconnect all. Then agin right click remove all terminated button.

2)If still the problem there remove all the cache in temp files both in application and profiles.

like image 44
Divya Y Avatar answered Oct 21 '22 22:10

Divya Y