Virtual machine with WebSphere Liberty 8.5.5.7 was restarted while serverX created on that WebSphere Liberty 8.5.5.7 was still running. After machine was restarted serverX was not turned on. So it is definitely not working. There are no logs and applications are unavailable.
But I get following outputs when I try to start that server...
> server status serverX
Server serverX is running.
> server start serverX
Server serverX is already running.
> server stop serverX
Stopping server serverX.
Server serverX is not running.
Last command output means that serverX cannot be stopped, because it is not working. It does not mean that server was stopped by that command.
So how to turn it on?